Skip to content

Commit

Permalink
data/reports: add GO-2024-3164
Browse files Browse the repository at this point in the history
  - data/reports/GO-2024-3164.yaml

Fixes #3164

Change-Id: Idf0a1c2574e402564fb75dbfa844cc328d9cdf42
Reviewed-on: https://go-review.googlesource.com/c/vulndb/+/619136
Reviewed-by: Tatiana Bradley <tatianabradley@google.com>
Auto-Submit: Maceo Thompson <maceothompson@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
  • Loading branch information
Maceo Thompson authored and gopherbot committed Oct 10, 2024
1 parent 8c4ccf8 commit c6d1156
Show file tree
Hide file tree
Showing 2 changed files with 146 additions and 0 deletions.
115 changes: 115 additions & 0 deletions data/osv/GO-2024-3164.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,115 @@
{
"schema_version": "1.3.1",
"id": "GO-2024-3164",
"modified": "0001-01-01T00:00:00Z",
"published": "0001-01-01T00:00:00Z",
"aliases": [
"CVE-2024-47003",
"GHSA-59hf-mpf8-pqjh"
],
"summary": "Mattermost fails to strip `embeds` from `metadata` when broadcasting `posted` events in github.com/mattermost/mattermost-server",
"details": "Mattermost fails to strip `embeds` from `metadata` when broadcasting `posted` events 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-20240806094731-69a8b3df0f9f"
}
]
}
],
"ecosystem_specific": {}
}
],
"references": [
{
"type": "ADVISORY",
"url": "https://github.com/advisories/GHSA-59hf-mpf8-pqjh"
},
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-47003"
},
{
"type": "FIX",
"url": "https://github.com/mattermost/mattermost/commit/69a8b3df0f9fd3a7a5b792ec678b6191618d039b"
},
{
"type": "FIX",
"url": "https://github.com/mattermost/mattermost/pull/27763"
},
{
"type": "WEB",
"url": "https://github.com/c0rydoras/cves/tree/main/CVE-2024-47003"
},
{
"type": "WEB",
"url": "https://mattermost.com/security-updates"
}
],
"database_specific": {
"url": "https://pkg.go.dev/vuln/GO-2024-3164",
"review_status": "UNREVIEWED"
}
}
31 changes: 31 additions & 0 deletions data/reports/GO-2024-3164.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
id: GO-2024-3164
modules:
- module: github.com/mattermost/mattermost-server
vulnerable_at: 10.1.1+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-20240806094731-69a8b3df0f9f
summary: |-
Mattermost fails to strip `embeds` from `metadata` when broadcasting `posted`
events in github.com/mattermost/mattermost-server
cves:
- CVE-2024-47003
ghsas:
- GHSA-59hf-mpf8-pqjh
references:
- advisory: https://github.com/advisories/GHSA-59hf-mpf8-pqjh
- advisory: https://nvd.nist.gov/vuln/detail/CVE-2024-47003
- fix: https://github.com/mattermost/mattermost/commit/69a8b3df0f9fd3a7a5b792ec678b6191618d039b
- fix: https://github.com/mattermost/mattermost/pull/27763
- web: https://github.com/c0rydoras/cves/tree/main/CVE-2024-47003
- 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-59hf-mpf8-pqjh
created: 2024-10-08T10:58:17.659129-04:00
review_status: UNREVIEWED

0 comments on commit c6d1156

Please sign in to comment.