Skip to content

Commit 1bd4a22

Browse files
1 parent da775b5 commit 1bd4a22

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-xpg8-8xpv-948p",
4+
"modified": "2025-11-17T13:41:39Z",
5+
"published": "2025-11-14T09:30:27Z",
6+
"aliases": [
7+
"CVE-2025-55070"
8+
],
9+
"summary": "Mattermost does not enforce MFA on WebSocket connections",
10+
"details": "Mattermost versions < 11 fail to enforce multi-factor authentication on WebSocket connections which allows unauthenticated users to access sensitive information via WebSocket events.",
11+
"severity": [
12+
{
13+
"type": "CVSS_V3",
14+
"score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/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.1.0"
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-20250912063506-7d8b7b5e4a60"
51+
}
52+
]
53+
}
54+
]
55+
}
56+
],
57+
"references": [
58+
{
59+
"type": "ADVISORY",
60+
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-55070"
61+
},
62+
{
63+
"type": "WEB",
64+
"url": "https://github.com/mattermost/mattermost/commit/7d8b7b5e4a6076b2f7c87606883c417f9a610df5"
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-306"
78+
],
79+
"severity": "MODERATE",
80+
"github_reviewed": true,
81+
"github_reviewed_at": "2025-11-17T13:41:39Z",
82+
"nvd_published_at": "2025-11-14T08:15:45Z"
83+
}
84+
}

advisories/unreviewed/2025/11/GHSA-xpg8-8xpv-948p/GHSA-xpg8-8xpv-948p.json

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

0 commit comments

Comments
 (0)