data/reports: add GO-2025-3379
- data/reports/GO-2025-3379.yaml
Fixes golang/vulndb#3379
Change-Id: I34a265430a5f5a05f0ad54eebc7200044f37a1bf
Reviewed-on: https://go-review.googlesource.com/c/vulndb/+/641816
Reviewed-by: Zvonimir Pavlinovic <zpavlinovic@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Auto-Submit: Tatiana Bradley <tatianabradley@google.com>
diff --git a/data/osv/GO-2025-3379.json b/data/osv/GO-2025-3379.json
new file mode 100644
index 0000000..df95ea9
--- /dev/null
+++ b/data/osv/GO-2025-3379.json
@@ -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"
+ }
+}
\ No newline at end of file
diff --git a/data/reports/GO-2025-3379.yaml b/data/reports/GO-2025-3379.yaml
new file mode 100644
index 0000000..974f712
--- /dev/null
+++ b/data/reports/GO-2025-3379.yaml
@@ -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