Skip to content

Commit 1ea36ee

Browse files
ethanalee-workgopherbot
authored andcommitted
data/reports: add GO-2025-3978
- data/reports/GO-2025-3978.yaml Fixes #3978 Change-Id: I2c99926dd98b9d3ec60858f812211945a1aef363 Reviewed-on: https://go-review.googlesource.com/c/vulndb/+/705915 Auto-Submit: Ethan Lee <ethanalee@google.com> Reviewed-by: Markus Kusano <kusano@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
1 parent 28c57d9 commit 1ea36ee

File tree

2 files changed

+177
-0
lines changed

2 files changed

+177
-0
lines changed

data/osv/GO-2025-3978.json

Lines changed: 140 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,140 @@
1+
{
2+
"schema_version": "1.3.1",
3+
"id": "GO-2025-3978",
4+
"modified": "0001-01-01T00:00:00Z",
5+
"published": "0001-01-01T00:00:00Z",
6+
"aliases": [
7+
"CVE-2025-9081",
8+
"GHSA-f72g-52v7-mg3p"
9+
],
10+
"summary": "Mattermost boards plugin fails to restrict download access to files in github.com/mattermost/mattermost-plugin-boards",
11+
"details": "Mattermost boards plugin fails to restrict download access to files in github.com/mattermost/mattermost-plugin-boards",
12+
"affected": [
13+
{
14+
"package": {
15+
"name": "github.com/mattermost/mattermost-plugin-boards",
16+
"ecosystem": "Go"
17+
},
18+
"ranges": [
19+
{
20+
"type": "SEMVER",
21+
"events": [
22+
{
23+
"introduced": "0"
24+
},
25+
{
26+
"fixed": "0.0.0-20250716054606-3f3e3becfe1d"
27+
}
28+
]
29+
}
30+
],
31+
"ecosystem_specific": {}
32+
},
33+
{
34+
"package": {
35+
"name": "github.com/mattermost/mattermost-server",
36+
"ecosystem": "Go"
37+
},
38+
"ranges": [
39+
{
40+
"type": "SEMVER",
41+
"events": [
42+
{
43+
"introduced": "9.11.0-rc1+incompatible"
44+
},
45+
{
46+
"fixed": "9.11.18+incompatible"
47+
},
48+
{
49+
"introduced": "10.5.0-rc1+incompatible"
50+
},
51+
{
52+
"fixed": "10.5.9+incompatible"
53+
}
54+
]
55+
}
56+
],
57+
"ecosystem_specific": {}
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-20250721095935-11c36f4d1e44"
107+
}
108+
]
109+
}
110+
],
111+
"ecosystem_specific": {}
112+
}
113+
],
114+
"references": [
115+
{
116+
"type": "ADVISORY",
117+
"url": "https://github.com/advisories/GHSA-f72g-52v7-mg3p"
118+
},
119+
{
120+
"type": "ADVISORY",
121+
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-9081"
122+
},
123+
{
124+
"type": "FIX",
125+
"url": "https://github.com/mattermost/mattermost-plugin-boards/commit/3f3e3becfe1d66db0d0f4fd235f04afd6e1ec40b"
126+
},
127+
{
128+
"type": "FIX",
129+
"url": "https://github.com/mattermost/mattermost-plugin-boards/pull/114"
130+
},
131+
{
132+
"type": "WEB",
133+
"url": "https://mattermost.com/security-updates"
134+
}
135+
],
136+
"database_specific": {
137+
"url": "https://pkg.go.dev/vuln/GO-2025-3978",
138+
"review_status": "UNREVIEWED"
139+
}
140+
}

data/reports/GO-2025-3978.yaml

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
id: GO-2025-3978
2+
modules:
3+
- module: github.com/mattermost/mattermost-plugin-boards
4+
versions:
5+
- fixed: 0.0.0-20250716054606-3f3e3becfe1d
6+
- module: github.com/mattermost/mattermost-server
7+
versions:
8+
- introduced: 9.11.0-rc1+incompatible
9+
- fixed: 9.11.18+incompatible
10+
- introduced: 10.5.0-rc1+incompatible
11+
- fixed: 10.5.9+incompatible
12+
vulnerable_at: 10.5.9-rc4+incompatible
13+
- module: github.com/mattermost/mattermost-server/v5
14+
vulnerable_at: 5.39.3
15+
- module: github.com/mattermost/mattermost-server/v6
16+
vulnerable_at: 6.7.2
17+
- module: github.com/mattermost/mattermost/server/v8
18+
versions:
19+
- fixed: 8.0.0-20250721095935-11c36f4d1e44
20+
summary: Mattermost boards plugin fails to restrict download access to files in github.com/mattermost/mattermost-plugin-boards
21+
cves:
22+
- CVE-2025-9081
23+
ghsas:
24+
- GHSA-f72g-52v7-mg3p
25+
references:
26+
- advisory: https://github.com/advisories/GHSA-f72g-52v7-mg3p
27+
- advisory: https://nvd.nist.gov/vuln/detail/CVE-2025-9081
28+
- fix: https://github.com/mattermost/mattermost-plugin-boards/commit/3f3e3becfe1d66db0d0f4fd235f04afd6e1ec40b
29+
- fix: https://github.com/mattermost/mattermost-plugin-boards/pull/114
30+
- web: https://mattermost.com/security-updates
31+
notes:
32+
- fix: 'github.com/mattermost/mattermost-plugin-boards: could not add vulnerable_at: cannot auto-guess when fixed version is 0.0.0 pseudo-version'
33+
- fix: 'github.com/mattermost/mattermost/server/v8: could not add vulnerable_at: could not find tagged version between introduced and fixed'
34+
source:
35+
id: GHSA-f72g-52v7-mg3p
36+
created: 2025-09-22T18:20:27.312614134Z
37+
review_status: UNREVIEWED

0 commit comments

Comments
 (0)