-
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-2025-3407.yaml Fixes #3407 Change-Id: I814b547fc4ff982ac3dda4f9ecb07095cbe9cbab Reviewed-on: https://go-review.googlesource.com/c/vulndb/+/642607 Auto-Submit: Zvonimir Pavlinovic <[email protected]> Reviewed-by: Damien Neil <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]>
- Loading branch information
1 parent
fd78d89
commit b808447
Showing
2 changed files
with
159 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,124 @@ | ||
{ | ||
"schema_version": "1.3.1", | ||
"id": "GO-2025-3407", | ||
"modified": "0001-01-01T00:00:00Z", | ||
"published": "0001-01-01T00:00:00Z", | ||
"aliases": [ | ||
"CVE-2025-20621", | ||
"GHSA-w6xh-c82w-h997" | ||
], | ||
"summary": "Mattermost webapp crash via a crafted post in github.com/mattermost/mattermost-server", | ||
"details": "Mattermost webapp crash via a crafted post in github.com/mattermost/mattermost-server", | ||
"affected": [ | ||
{ | ||
"package": { | ||
"name": "github.com/mattermost/mattermost-server", | ||
"ecosystem": "Go" | ||
}, | ||
"ranges": [ | ||
{ | ||
"type": "SEMVER", | ||
"events": [ | ||
{ | ||
"introduced": "9.11.0+incompatible" | ||
}, | ||
{ | ||
"fixed": "9.11.6+incompatible" | ||
}, | ||
{ | ||
"introduced": "10.0.0+incompatible" | ||
}, | ||
{ | ||
"fixed": "10.0.4+incompatible" | ||
}, | ||
{ | ||
"introduced": "10.1.0+incompatible" | ||
}, | ||
{ | ||
"fixed": "10.1.4+incompatible" | ||
}, | ||
{ | ||
"introduced": "10.2.0+incompatible" | ||
}, | ||
{ | ||
"fixed": "10.2.1+incompatible" | ||
} | ||
] | ||
} | ||
], | ||
"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-20241127161322-25ff7a3779a5" | ||
} | ||
] | ||
} | ||
], | ||
"ecosystem_specific": {} | ||
} | ||
], | ||
"references": [ | ||
{ | ||
"type": "ADVISORY", | ||
"url": "https://github.com/advisories/GHSA-w6xh-c82w-h997" | ||
}, | ||
{ | ||
"type": "ADVISORY", | ||
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-20621" | ||
}, | ||
{ | ||
"type": "WEB", | ||
"url": "https://mattermost.com/security-updates" | ||
} | ||
], | ||
"database_specific": { | ||
"url": "https://pkg.go.dev/vuln/GO-2025-3407", | ||
"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,35 @@ | ||
id: GO-2025-3407 | ||
modules: | ||
- module: github.com/mattermost/mattermost-server | ||
versions: | ||
- introduced: 9.11.0+incompatible | ||
- fixed: 9.11.6+incompatible | ||
- introduced: 10.0.0+incompatible | ||
- fixed: 10.0.4+incompatible | ||
- introduced: 10.1.0+incompatible | ||
- fixed: 10.1.4+incompatible | ||
- introduced: 10.2.0+incompatible | ||
- fixed: 10.2.1+incompatible | ||
vulnerable_at: 10.2.1-rc1+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-20241127161322-25ff7a3779a5 | ||
summary: Mattermost webapp crash via a crafted post in github.com/mattermost/mattermost-server | ||
cves: | ||
- CVE-2025-20621 | ||
ghsas: | ||
- GHSA-w6xh-c82w-h997 | ||
references: | ||
- advisory: https://github.com/advisories/GHSA-w6xh-c82w-h997 | ||
- advisory: https://nvd.nist.gov/vuln/detail/CVE-2025-20621 | ||
- 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-w6xh-c82w-h997 | ||
created: 2025-01-17T21:15:40.283974488Z | ||
review_status: UNREVIEWED |