-
Notifications
You must be signed in to change notification settings - Fork 61
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- data/reports/GO-2024-3232.yaml Fixes #3232 Change-Id: I441719c08a6406fce69b88f172a4496bfe023fbb Reviewed-on: https://go-review.googlesource.com/c/vulndb/+/623735 LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Tatiana Bradley <tatianabradley@google.com> Auto-Submit: Zvonimir Pavlinovic <zpavlinovic@google.com>
- Loading branch information
1 parent
c845b17
commit 49f5c7a
Showing
2 changed files
with
129 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |