Skip to content

Commit

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

Fixes #3394

Change-Id: I42ad442db6f356d15ee0790825950665f0ac0e6a
Reviewed-on: https://go-review.googlesource.com/c/vulndb/+/642604
Reviewed-by: Tatiana Bradley <[email protected]>
LUCI-TryBot-Result: Go LUCI <[email protected]>
Auto-Submit: Zvonimir Pavlinovic <[email protected]>
  • Loading branch information
zpavlinovic authored and gopherbot committed Jan 16, 2025
1 parent 222985b commit 812e71d
Show file tree
Hide file tree
Showing 2 changed files with 159 additions and 0 deletions.
124 changes: 124 additions & 0 deletions data/osv/GO-2025-3394.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,124 @@
{
"schema_version": "1.3.1",
"id": "GO-2025-3394",
"modified": "0001-01-01T00:00:00Z",
"published": "0001-01-01T00:00:00Z",
"aliases": [
"CVE-2025-20088",
"GHSA-45v9-w9fh-33j6"
],
"summary": "Mattermost fails to properly validate post props in github.com/mattermost/mattermost-server",
"details": "Mattermost fails to properly validate post props 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-45v9-w9fh-33j6"
},
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-20088"
},
{
"type": "WEB",
"url": "https://mattermost.com/security-updates"
}
],
"database_specific": {
"url": "https://pkg.go.dev/vuln/GO-2025-3394",
"review_status": "UNREVIEWED"
}
}
35 changes: 35 additions & 0 deletions data/reports/GO-2025-3394.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
id: GO-2025-3394
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 fails to properly validate post props in github.com/mattermost/mattermost-server
cves:
- CVE-2025-20088
ghsas:
- GHSA-45v9-w9fh-33j6
references:
- advisory: https://github.com/advisories/GHSA-45v9-w9fh-33j6
- advisory: https://nvd.nist.gov/vuln/detail/CVE-2025-20088
- 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-45v9-w9fh-33j6
created: 2025-01-16T21:21:43.634636633Z
review_status: UNREVIEWED

0 comments on commit 812e71d

Please sign in to comment.