Skip to content

Commit 985da2d

Browse files
1 parent 9397309 commit 985da2d

File tree

2 files changed

+84
-36
lines changed

2 files changed

+84
-36
lines changed
Lines changed: 84 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,84 @@
1+
{
2+
"schema_version": "1.4.0",
3+
"id": "GHSA-x3hx-ch7p-8xgg",
4+
"modified": "2025-11-17T17:50:34Z",
5+
"published": "2025-11-14T09:30:27Z",
6+
"aliases": [
7+
"CVE-2025-41436"
8+
],
9+
"summary": "Mattermost allows regular users to access archived channel content and files",
10+
"details": "Mattermost versions < 11.0 fail to properly enforce the \"Allow users to view archived channels\" setting which allows regular users to access archived channel content and files via the \"Open in Channel\" functionality from followed threads",
11+
"severity": [
12+
{
13+
"type": "CVSS_V3",
14+
"score": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:L/I:N/A:N"
15+
}
16+
],
17+
"affected": [
18+
{
19+
"package": {
20+
"ecosystem": "Go",
21+
"name": "github.com/mattermost/mattermost-server"
22+
},
23+
"ranges": [
24+
{
25+
"type": "ECOSYSTEM",
26+
"events": [
27+
{
28+
"introduced": "0"
29+
},
30+
{
31+
"fixed": "11.0.0-alpha.1"
32+
}
33+
]
34+
}
35+
]
36+
},
37+
{
38+
"package": {
39+
"ecosystem": "Go",
40+
"name": "github.com/mattermost/mattermost/server/v8"
41+
},
42+
"ranges": [
43+
{
44+
"type": "ECOSYSTEM",
45+
"events": [
46+
{
47+
"introduced": "0"
48+
},
49+
{
50+
"fixed": "8.0.0-20250815165020-c8d66301415d"
51+
}
52+
]
53+
}
54+
]
55+
}
56+
],
57+
"references": [
58+
{
59+
"type": "ADVISORY",
60+
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-41436"
61+
},
62+
{
63+
"type": "WEB",
64+
"url": "https://github.com/mattermost/mattermost/commit/c8d66301415d5b447df0e829bdbaa92e8a83ecf8"
65+
},
66+
{
67+
"type": "PACKAGE",
68+
"url": "https://github.com/mattermost/mattermost"
69+
},
70+
{
71+
"type": "WEB",
72+
"url": "https://mattermost.com/security-updates"
73+
}
74+
],
75+
"database_specific": {
76+
"cwe_ids": [
77+
"CWE-863"
78+
],
79+
"severity": "LOW",
80+
"github_reviewed": true,
81+
"github_reviewed_at": "2025-11-17T17:50:34Z",
82+
"nvd_published_at": "2025-11-14T08:15:45Z"
83+
}
84+
}

advisories/unreviewed/2025/11/GHSA-x3hx-ch7p-8xgg/GHSA-x3hx-ch7p-8xgg.json

Lines changed: 0 additions & 36 deletions
This file was deleted.

0 commit comments

Comments
 (0)