Skip to content

Commit fc08c95

Browse files
1 parent be00087 commit fc08c95

File tree

2 files changed

+103
-36
lines changed

2 files changed

+103
-36
lines changed
Lines changed: 103 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,103 @@
1+
{
2+
"schema_version": "1.4.0",
3+
"id": "GHSA-q66g-q98c-q454",
4+
"modified": "2025-12-18T15:25:38Z",
5+
"published": "2025-12-17T15:34:53Z",
6+
"aliases": [
7+
"CVE-2025-62690"
8+
],
9+
"summary": "Mattermost has missing redirect URL validation",
10+
"details": "Mattermost versions 10.11.x <= 10.11.4 fail to validate redirect URLs on the /error page, which allows an attacker to redirect a victim to a malicious site via a crafted link opened in a new tab.",
11+
"severity": [
12+
{
13+
"type": "CVSS_V3",
14+
"score": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:N/I:L/A:N"
15+
}
16+
],
17+
"affected": [
18+
{
19+
"package": {
20+
"ecosystem": "Go",
21+
"name": "github.com/mattermost/mattermost/server/v8"
22+
},
23+
"ranges": [
24+
{
25+
"type": "ECOSYSTEM",
26+
"events": [
27+
{
28+
"introduced": "8.0.0-20250721062209-4952acea88ce"
29+
},
30+
{
31+
"fixed": "8.0.0-20251016131338-dad6bd7a1509"
32+
}
33+
]
34+
}
35+
]
36+
},
37+
{
38+
"package": {
39+
"ecosystem": "Go",
40+
"name": "github.com/mattermost/mattermost"
41+
},
42+
"ranges": [
43+
{
44+
"type": "ECOSYSTEM",
45+
"events": [
46+
{
47+
"introduced": "10.11.0-rc1"
48+
},
49+
{
50+
"fixed": "10.11.5-0.20251016131338-dad6bd7a1509"
51+
}
52+
]
53+
}
54+
]
55+
},
56+
{
57+
"package": {
58+
"ecosystem": "Go",
59+
"name": "github.com/mattermost/mattermost"
60+
},
61+
"ranges": [
62+
{
63+
"type": "ECOSYSTEM",
64+
"events": [
65+
{
66+
"introduced": "11.0.0-alpha.1"
67+
},
68+
{
69+
"fixed": "11.1.0"
70+
}
71+
]
72+
}
73+
]
74+
}
75+
],
76+
"references": [
77+
{
78+
"type": "ADVISORY",
79+
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-62690"
80+
},
81+
{
82+
"type": "WEB",
83+
"url": "https://github.com/mattermost/mattermost/commit/dad6bd7a1509054580a0898bbc0e026aac3b30cb"
84+
},
85+
{
86+
"type": "PACKAGE",
87+
"url": "https://github.com/mattermost/mattermost"
88+
},
89+
{
90+
"type": "WEB",
91+
"url": "https://mattermost.com/security-updates"
92+
}
93+
],
94+
"database_specific": {
95+
"cwe_ids": [
96+
"CWE-601"
97+
],
98+
"severity": "LOW",
99+
"github_reviewed": true,
100+
"github_reviewed_at": "2025-12-18T15:25:38Z",
101+
"nvd_published_at": "2025-12-17T13:15:58Z"
102+
}
103+
}

advisories/unreviewed/2025/12/GHSA-q66g-q98c-q454/GHSA-q66g-q98c-q454.json

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

0 commit comments

Comments
 (0)