Skip to content

Commit

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

Fixes #3379

Change-Id: I34a265430a5f5a05f0ad54eebc7200044f37a1bf
Reviewed-on: https://go-review.googlesource.com/c/vulndb/+/641816
Reviewed-by: Zvonimir Pavlinovic <[email protected]>
LUCI-TryBot-Result: Go LUCI <[email protected]>
Auto-Submit: Tatiana Bradley <[email protected]>
  • Loading branch information
tatianab authored and gopherbot committed Jan 9, 2025
1 parent 6af45df commit be33f8f
Show file tree
Hide file tree
Showing 2 changed files with 171 additions and 0 deletions.
132 changes: 132 additions & 0 deletions data/osv/GO-2025-3379.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,132 @@
{
"schema_version": "1.3.1",
"id": "GO-2025-3379",
"modified": "0001-01-01T00:00:00Z",
"published": "0001-01-01T00:00:00Z",
"aliases": [
"CVE-2025-20033",
"GHSA-2549-xh72-qrpm"
],
"summary": "Mattermost Improper Validation of Specified Type of Input vulnerability in github.com/mattermost/mattermost-server",
"details": "Mattermost Improper Validation of Specified Type of Input vulnerability in github.com/mattermost/mattermost-server.\n\nNOTE: The source advisory for this report contains additional versions that could not be automatically mapped to standard Go module versions.\n\n(If this is causing false-positive reports from vulnerability scanners, please suggest an edit to the report.)\n\nThe additional affected modules and versions are: github.com/mattermost/mattermost-server from v9.11.0 before v9.11.16.",
"affected": [
{
"package": {
"name": "github.com/mattermost/mattermost-server",
"ecosystem": "Go"
},
"ranges": [
{
"type": "SEMVER",
"events": [
{
"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": {
"custom_ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "9.11.0"
},
{
"fixed": "9.11.16"
}
]
}
]
}
},
{
"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-20250102081831-64c566a8280b"
}
]
}
],
"ecosystem_specific": {}
}
],
"references": [
{
"type": "ADVISORY",
"url": "https://github.com/advisories/GHSA-2549-xh72-qrpm"
},
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-20033"
},
{
"type": "WEB",
"url": "https://mattermost.com/security-updates"
}
],
"database_specific": {
"url": "https://pkg.go.dev/vuln/GO-2025-3379",
"review_status": "UNREVIEWED"
}
}
39 changes: 39 additions & 0 deletions data/reports/GO-2025-3379.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
id: GO-2025-3379
modules:
- module: github.com/mattermost/mattermost-server
versions:
- 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
non_go_versions:
- introduced: 9.11.0
- fixed: 9.11.16
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-20250102081831-64c566a8280b
summary: |-
Mattermost Improper Validation of Specified Type of Input vulnerability in
github.com/mattermost/mattermost-server
cves:
- CVE-2025-20033
ghsas:
- GHSA-2549-xh72-qrpm
references:
- advisory: https://github.com/advisories/GHSA-2549-xh72-qrpm
- advisory: https://nvd.nist.gov/vuln/detail/CVE-2025-20033
- web: https://mattermost.com/security-updates
notes:
- Manually moved v9.11.0 to "non_go_versions" to fix lint error.
- fix: 'github.com/mattermost/mattermost/server/v8: could not add vulnerable_at: could not find tagged version between introduced and fixed'
source:
id: GHSA-2549-xh72-qrpm
created: 2025-01-09T14:16:50.110467-05:00
review_status: UNREVIEWED

0 comments on commit be33f8f

Please sign in to comment.