Skip to content

Commit

Permalink
data/reports: add GO-2024-3232
Browse files Browse the repository at this point in the history
  - 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
zpavlinovic committed Oct 30, 2024
1 parent c845b17 commit 49f5c7a
Show file tree
Hide file tree
Showing 2 changed files with 129 additions and 0 deletions.
103 changes: 103 additions & 0 deletions data/osv/GO-2024-3232.json
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"
}
}
26 changes: 26 additions & 0 deletions data/reports/GO-2024-3232.yaml
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

0 comments on commit 49f5c7a

Please sign in to comment.