Skip to content

Commit c81a010

Browse files
1 parent 8c25552 commit c81a010

File tree

2 files changed

+65
-36
lines changed

2 files changed

+65
-36
lines changed
Lines changed: 65 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,65 @@
1+
{
2+
"schema_version": "1.4.0",
3+
"id": "GHSA-j5vq-62gr-8v3r",
4+
"modified": "2025-12-20T17:13:53Z",
5+
"published": "2025-12-17T21:30:48Z",
6+
"aliases": [
7+
"CVE-2025-12689"
8+
],
9+
"summary": "Mattermost fails to check Websocket request for proper UTF-8 format potentially crashing Calls plug-in",
10+
"details": "Mattermost versions 11.0.x <= 11.0.4, 10.12.x <= 10.12.2, 10.11.x <= 10.11.6 fail to check WebSocket request field for proper UTF-8 format, which allows attacker to crash Calls plug-in via sending malformed request.",
11+
"severity": [
12+
{
13+
"type": "CVSS_V3",
14+
"score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H"
15+
}
16+
],
17+
"affected": [
18+
{
19+
"package": {
20+
"ecosystem": "Go",
21+
"name": "github.com/mattermost/mattermost-plugin-calls"
22+
},
23+
"ranges": [
24+
{
25+
"type": "ECOSYSTEM",
26+
"events": [
27+
{
28+
"introduced": "0"
29+
},
30+
{
31+
"fixed": "1.11.0"
32+
}
33+
]
34+
}
35+
]
36+
}
37+
],
38+
"references": [
39+
{
40+
"type": "ADVISORY",
41+
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-12689"
42+
},
43+
{
44+
"type": "WEB",
45+
"url": "https://github.com/mattermost/mattermost-plugin-calls/commit/f68b41980e1274e05cf91c687e2af1a73c5e36ca"
46+
},
47+
{
48+
"type": "PACKAGE",
49+
"url": "https://github.com/mattermost/mattermost"
50+
},
51+
{
52+
"type": "WEB",
53+
"url": "https://mattermost.com/security-updates"
54+
}
55+
],
56+
"database_specific": {
57+
"cwe_ids": [
58+
"CWE-1287"
59+
],
60+
"severity": "MODERATE",
61+
"github_reviewed": true,
62+
"github_reviewed_at": "2025-12-20T17:13:53Z",
63+
"nvd_published_at": "2025-12-17T19:16:00Z"
64+
}
65+
}

advisories/unreviewed/2025/12/GHSA-j5vq-62gr-8v3r/GHSA-j5vq-62gr-8v3r.json

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

0 commit comments

Comments
 (0)