зеркало из https://github.com/golang/vulndb.git
data/reports: add GO-2024-3164
- data/reports/GO-2024-3164.yaml Fixes golang/vulndb#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>
This commit is contained in:
Родитель
8c4ccf869d
Коммит
c6d1156637
|
@ -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"
|
||||
}
|
||||
}
|
|
@ -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
|
Загрузка…
Ссылка в новой задаче