From 49f5c7a5055560206fc9054261e757394e4c940e Mon Sep 17 00:00:00 2001 From: Zvonimir Pavlinovic Date: Wed, 30 Oct 2024 21:15:32 +0000 Subject: [PATCH] data/reports: add GO-2024-3232 - data/reports/GO-2024-3232.yaml Fixes golang/vulndb#3232 Change-Id: I441719c08a6406fce69b88f172a4496bfe023fbb Reviewed-on: https://go-review.googlesource.com/c/vulndb/+/623735 LUCI-TryBot-Result: Go LUCI Reviewed-by: Tatiana Bradley Auto-Submit: Zvonimir Pavlinovic --- data/osv/GO-2024-3232.json | 103 +++++++++++++++++++++++++++++++++ data/reports/GO-2024-3232.yaml | 26 +++++++++ 2 files changed, 129 insertions(+) create mode 100644 data/osv/GO-2024-3232.json create mode 100644 data/reports/GO-2024-3232.yaml diff --git a/data/osv/GO-2024-3232.json b/data/osv/GO-2024-3232.json new file mode 100644 index 00000000..674774c7 --- /dev/null +++ b/data/osv/GO-2024-3232.json @@ -0,0 +1,103 @@ +{ + "schema_version": "1.3.1", + "id": "GO-2024-3232", + "modified": "0001-01-01T00:00:00Z", + "published": "0001-01-01T00:00:00Z", + "aliases": [ + "CVE-2024-10241", + "GHSA-6mvp-gh77-7vwh" + ], + "summary": "Mattermost Server allows user to get private channel names in github.com/mattermost/mattermost-server", + "details": "Mattermost Server allows user to get private channel names in github.com/mattermost/mattermost-server", + "affected": [ + { + "package": { + "name": "github.com/mattermost/mattermost-server", + "ecosystem": "Go" + }, + "ranges": [ + { + "type": "SEMVER", + "events": [ + { + "introduced": "0" + } + ] + } + ], + "ecosystem_specific": {} + }, + { + "package": { + "name": "github.com/mattermost/mattermost-server/v5", + "ecosystem": "Go" + }, + "ranges": [ + { + "type": "SEMVER", + "events": [ + { + "introduced": "0" + } + ] + } + ], + "ecosystem_specific": {} + }, + { + "package": { + "name": "github.com/mattermost/mattermost-server/v6", + "ecosystem": "Go" + }, + "ranges": [ + { + "type": "SEMVER", + "events": [ + { + "introduced": "0" + } + ] + } + ], + "ecosystem_specific": {} + }, + { + "package": { + "name": "github.com/mattermost/mattermost/server/v8", + "ecosystem": "Go" + }, + "ranges": [ + { + "type": "SEMVER", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "8.0.0-20240813135334-8f3a13122f55" + } + ] + } + ], + "ecosystem_specific": {} + } + ], + "references": [ + { + "type": "ADVISORY", + "url": "https://github.com/advisories/GHSA-6mvp-gh77-7vwh" + }, + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-10241" + }, + { + "type": "WEB", + "url": "https://mattermost.com/security-updates" + } + ], + "database_specific": { + "url": "https://pkg.go.dev/vuln/GO-2024-3232", + "review_status": "UNREVIEWED" + } +} \ No newline at end of file diff --git a/data/reports/GO-2024-3232.yaml b/data/reports/GO-2024-3232.yaml new file mode 100644 index 00000000..9bd3ee8e --- /dev/null +++ b/data/reports/GO-2024-3232.yaml @@ -0,0 +1,26 @@ +id: GO-2024-3232 +modules: + - module: github.com/mattermost/mattermost-server + vulnerable_at: 10.1.2+incompatible + - module: github.com/mattermost/mattermost-server/v5 + vulnerable_at: 5.39.3 + - module: github.com/mattermost/mattermost-server/v6 + vulnerable_at: 6.7.2 + - module: github.com/mattermost/mattermost/server/v8 + versions: + - fixed: 8.0.0-20240813135334-8f3a13122f55 +summary: Mattermost Server allows user to get private channel names in github.com/mattermost/mattermost-server +cves: + - CVE-2024-10241 +ghsas: + - GHSA-6mvp-gh77-7vwh +references: + - advisory: https://github.com/advisories/GHSA-6mvp-gh77-7vwh + - advisory: https://nvd.nist.gov/vuln/detail/CVE-2024-10241 + - web: https://mattermost.com/security-updates +notes: + - fix: 'github.com/mattermost/mattermost/server/v8: could not add vulnerable_at: could not find tagged version between introduced and fixed' +source: + id: GHSA-6mvp-gh77-7vwh + created: 2024-10-30T21:14:09.55315245Z +review_status: UNREVIEWED