Skip to content

Commit 812e71d

Browse files
zpavlinovicgopherbot
authored andcommitted
data/reports: add GO-2025-3394
- 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]>
1 parent 222985b commit 812e71d

File tree

2 files changed

+159
-0
lines changed

2 files changed

+159
-0
lines changed

data/osv/GO-2025-3394.json

+124
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,124 @@
1+
{
2+
"schema_version": "1.3.1",
3+
"id": "GO-2025-3394",
4+
"modified": "0001-01-01T00:00:00Z",
5+
"published": "0001-01-01T00:00:00Z",
6+
"aliases": [
7+
"CVE-2025-20088",
8+
"GHSA-45v9-w9fh-33j6"
9+
],
10+
"summary": "Mattermost fails to properly validate post props in github.com/mattermost/mattermost-server",
11+
"details": "Mattermost fails to properly validate post props in github.com/mattermost/mattermost-server",
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": "9.11.0+incompatible"
24+
},
25+
{
26+
"fixed": "9.11.6+incompatible"
27+
},
28+
{
29+
"introduced": "10.0.0+incompatible"
30+
},
31+
{
32+
"fixed": "10.0.4+incompatible"
33+
},
34+
{
35+
"introduced": "10.1.0+incompatible"
36+
},
37+
{
38+
"fixed": "10.1.4+incompatible"
39+
},
40+
{
41+
"introduced": "10.2.0+incompatible"
42+
},
43+
{
44+
"fixed": "10.2.1+incompatible"
45+
}
46+
]
47+
}
48+
],
49+
"ecosystem_specific": {}
50+
},
51+
{
52+
"package": {
53+
"name": "github.com/mattermost/mattermost-server/v5",
54+
"ecosystem": "Go"
55+
},
56+
"ranges": [
57+
{
58+
"type": "SEMVER",
59+
"events": [
60+
{
61+
"introduced": "0"
62+
}
63+
]
64+
}
65+
],
66+
"ecosystem_specific": {}
67+
},
68+
{
69+
"package": {
70+
"name": "github.com/mattermost/mattermost-server/v6",
71+
"ecosystem": "Go"
72+
},
73+
"ranges": [
74+
{
75+
"type": "SEMVER",
76+
"events": [
77+
{
78+
"introduced": "0"
79+
}
80+
]
81+
}
82+
],
83+
"ecosystem_specific": {}
84+
},
85+
{
86+
"package": {
87+
"name": "github.com/mattermost/mattermost/server/v8",
88+
"ecosystem": "Go"
89+
},
90+
"ranges": [
91+
{
92+
"type": "SEMVER",
93+
"events": [
94+
{
95+
"introduced": "0"
96+
},
97+
{
98+
"fixed": "8.0.0-20241127161322-25ff7a3779a5"
99+
}
100+
]
101+
}
102+
],
103+
"ecosystem_specific": {}
104+
}
105+
],
106+
"references": [
107+
{
108+
"type": "ADVISORY",
109+
"url": "https://github.com/advisories/GHSA-45v9-w9fh-33j6"
110+
},
111+
{
112+
"type": "ADVISORY",
113+
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-20088"
114+
},
115+
{
116+
"type": "WEB",
117+
"url": "https://mattermost.com/security-updates"
118+
}
119+
],
120+
"database_specific": {
121+
"url": "https://pkg.go.dev/vuln/GO-2025-3394",
122+
"review_status": "UNREVIEWED"
123+
}
124+
}

data/reports/GO-2025-3394.yaml

+35
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
id: GO-2025-3394
2+
modules:
3+
- module: github.com/mattermost/mattermost-server
4+
versions:
5+
- introduced: 9.11.0+incompatible
6+
- fixed: 9.11.6+incompatible
7+
- introduced: 10.0.0+incompatible
8+
- fixed: 10.0.4+incompatible
9+
- introduced: 10.1.0+incompatible
10+
- fixed: 10.1.4+incompatible
11+
- introduced: 10.2.0+incompatible
12+
- fixed: 10.2.1+incompatible
13+
vulnerable_at: 10.2.1-rc1+incompatible
14+
- module: github.com/mattermost/mattermost-server/v5
15+
vulnerable_at: 5.39.3
16+
- module: github.com/mattermost/mattermost-server/v6
17+
vulnerable_at: 6.7.2
18+
- module: github.com/mattermost/mattermost/server/v8
19+
versions:
20+
- fixed: 8.0.0-20241127161322-25ff7a3779a5
21+
summary: Mattermost fails to properly validate post props in github.com/mattermost/mattermost-server
22+
cves:
23+
- CVE-2025-20088
24+
ghsas:
25+
- GHSA-45v9-w9fh-33j6
26+
references:
27+
- advisory: https://github.com/advisories/GHSA-45v9-w9fh-33j6
28+
- advisory: https://nvd.nist.gov/vuln/detail/CVE-2025-20088
29+
- web: https://mattermost.com/security-updates
30+
notes:
31+
- fix: 'github.com/mattermost/mattermost/server/v8: could not add vulnerable_at: could not find tagged version between introduced and fixed'
32+
source:
33+
id: GHSA-45v9-w9fh-33j6
34+
created: 2025-01-16T21:21:43.634636633Z
35+
review_status: UNREVIEWED

0 commit comments

Comments
 (0)