Skip to content

Commit be33f8f

Browse files
tatianabgopherbot
authored andcommitted
data/reports: add GO-2025-3379
- 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]>
1 parent 6af45df commit be33f8f

File tree

2 files changed

+171
-0
lines changed

2 files changed

+171
-0
lines changed

data/osv/GO-2025-3379.json

+132
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,132 @@
1+
{
2+
"schema_version": "1.3.1",
3+
"id": "GO-2025-3379",
4+
"modified": "0001-01-01T00:00:00Z",
5+
"published": "0001-01-01T00:00:00Z",
6+
"aliases": [
7+
"CVE-2025-20033",
8+
"GHSA-2549-xh72-qrpm"
9+
],
10+
"summary": "Mattermost Improper Validation of Specified Type of Input vulnerability in github.com/mattermost/mattermost-server",
11+
"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.",
12+
"affected": [
13+
{
14+
"package": {
15+
"name": "github.com/mattermost/mattermost-server",
16+
"ecosystem": "Go"
17+
},
18+
"ranges": [
19+
{
20+
"type": "SEMVER",
21+
"events": [
22+
{
23+
"introduced": "10.0.0+incompatible"
24+
},
25+
{
26+
"fixed": "10.0.4+incompatible"
27+
},
28+
{
29+
"introduced": "10.1.0+incompatible"
30+
},
31+
{
32+
"fixed": "10.1.4+incompatible"
33+
},
34+
{
35+
"introduced": "10.2.0+incompatible"
36+
},
37+
{
38+
"fixed": "10.2.1+incompatible"
39+
}
40+
]
41+
}
42+
],
43+
"ecosystem_specific": {
44+
"custom_ranges": [
45+
{
46+
"type": "ECOSYSTEM",
47+
"events": [
48+
{
49+
"introduced": "9.11.0"
50+
},
51+
{
52+
"fixed": "9.11.16"
53+
}
54+
]
55+
}
56+
]
57+
}
58+
},
59+
{
60+
"package": {
61+
"name": "github.com/mattermost/mattermost-server/v5",
62+
"ecosystem": "Go"
63+
},
64+
"ranges": [
65+
{
66+
"type": "SEMVER",
67+
"events": [
68+
{
69+
"introduced": "0"
70+
}
71+
]
72+
}
73+
],
74+
"ecosystem_specific": {}
75+
},
76+
{
77+
"package": {
78+
"name": "github.com/mattermost/mattermost-server/v6",
79+
"ecosystem": "Go"
80+
},
81+
"ranges": [
82+
{
83+
"type": "SEMVER",
84+
"events": [
85+
{
86+
"introduced": "0"
87+
}
88+
]
89+
}
90+
],
91+
"ecosystem_specific": {}
92+
},
93+
{
94+
"package": {
95+
"name": "github.com/mattermost/mattermost/server/v8",
96+
"ecosystem": "Go"
97+
},
98+
"ranges": [
99+
{
100+
"type": "SEMVER",
101+
"events": [
102+
{
103+
"introduced": "0"
104+
},
105+
{
106+
"fixed": "8.0.0-20250102081831-64c566a8280b"
107+
}
108+
]
109+
}
110+
],
111+
"ecosystem_specific": {}
112+
}
113+
],
114+
"references": [
115+
{
116+
"type": "ADVISORY",
117+
"url": "https://github.com/advisories/GHSA-2549-xh72-qrpm"
118+
},
119+
{
120+
"type": "ADVISORY",
121+
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-20033"
122+
},
123+
{
124+
"type": "WEB",
125+
"url": "https://mattermost.com/security-updates"
126+
}
127+
],
128+
"database_specific": {
129+
"url": "https://pkg.go.dev/vuln/GO-2025-3379",
130+
"review_status": "UNREVIEWED"
131+
}
132+
}

data/reports/GO-2025-3379.yaml

+39
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
id: GO-2025-3379
2+
modules:
3+
- module: github.com/mattermost/mattermost-server
4+
versions:
5+
- introduced: 10.0.0+incompatible
6+
- fixed: 10.0.4+incompatible
7+
- introduced: 10.1.0+incompatible
8+
- fixed: 10.1.4+incompatible
9+
- introduced: 10.2.0+incompatible
10+
- fixed: 10.2.1+incompatible
11+
non_go_versions:
12+
- introduced: 9.11.0
13+
- fixed: 9.11.16
14+
vulnerable_at: 10.2.1-rc1+incompatible
15+
- module: github.com/mattermost/mattermost-server/v5
16+
vulnerable_at: 5.39.3
17+
- module: github.com/mattermost/mattermost-server/v6
18+
vulnerable_at: 6.7.2
19+
- module: github.com/mattermost/mattermost/server/v8
20+
versions:
21+
- fixed: 8.0.0-20250102081831-64c566a8280b
22+
summary: |-
23+
Mattermost Improper Validation of Specified Type of Input vulnerability in
24+
github.com/mattermost/mattermost-server
25+
cves:
26+
- CVE-2025-20033
27+
ghsas:
28+
- GHSA-2549-xh72-qrpm
29+
references:
30+
- advisory: https://github.com/advisories/GHSA-2549-xh72-qrpm
31+
- advisory: https://nvd.nist.gov/vuln/detail/CVE-2025-20033
32+
- web: https://mattermost.com/security-updates
33+
notes:
34+
- Manually moved v9.11.0 to "non_go_versions" to fix lint error.
35+
- fix: 'github.com/mattermost/mattermost/server/v8: could not add vulnerable_at: could not find tagged version between introduced and fixed'
36+
source:
37+
id: GHSA-2549-xh72-qrpm
38+
created: 2025-01-09T14:16:50.110467-05:00
39+
review_status: UNREVIEWED

0 commit comments

Comments
 (0)