Skip to content

Commit 3d4c3cc

Browse files
1 parent a291b1f commit 3d4c3cc

File tree

4 files changed

+118
-58
lines changed

4 files changed

+118
-58
lines changed
Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
{
2+
"schema_version": "1.4.0",
3+
"id": "GHSA-2j9c-76pp-xc5q",
4+
"modified": "2025-10-22T20:57:09Z",
5+
"published": "2022-05-24T17:21:02Z",
6+
"aliases": [
7+
"CVE-2016-11079"
8+
],
9+
"summary": " Mattermost Server allows XSS via redirect URL",
10+
"details": "An issue was discovered in Mattermost Server before 3.0.0. It allows XSS via a redirect URL.",
11+
"severity": [
12+
{
13+
"type": "CVSS_V3",
14+
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/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": "3.0.0"
32+
}
33+
]
34+
}
35+
]
36+
}
37+
],
38+
"references": [
39+
{
40+
"type": "ADVISORY",
41+
"url": "https://nvd.nist.gov/vuln/detail/CVE-2016-11079"
42+
},
43+
{
44+
"type": "WEB",
45+
"url": "https://mattermost.com/security-updates"
46+
}
47+
],
48+
"database_specific": {
49+
"cwe_ids": [
50+
"CWE-79"
51+
],
52+
"severity": "MODERATE",
53+
"github_reviewed": true,
54+
"github_reviewed_at": "2025-10-22T20:57:09Z",
55+
"nvd_published_at": "2020-06-19T20:15:00Z"
56+
}
57+
}
Lines changed: 61 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,61 @@
1+
{
2+
"schema_version": "1.4.0",
3+
"id": "GHSA-h3qg-w9j5-wh3m",
4+
"modified": "2025-10-22T20:56:50Z",
5+
"published": "2022-05-24T17:21:01Z",
6+
"aliases": [
7+
"CVE-2016-11071"
8+
],
9+
"summary": "Mattermost Server is vulnerable to XSS through lack of link relationship attributes `noreferrer` and `noopener`",
10+
"details": "An issue was discovered in Mattermost Server before 3.1.0. It allows XSS because the noreferrer and noopener protection mechanisms were not in place.",
11+
"severity": [
12+
{
13+
"type": "CVSS_V3",
14+
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/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": "3.1.0"
32+
}
33+
]
34+
}
35+
]
36+
}
37+
],
38+
"references": [
39+
{
40+
"type": "ADVISORY",
41+
"url": "https://nvd.nist.gov/vuln/detail/CVE-2016-11071"
42+
},
43+
{
44+
"type": "PACKAGE",
45+
"url": "https://github.com/mattermost/mattermost"
46+
},
47+
{
48+
"type": "WEB",
49+
"url": "https://mattermost.com/security-updates"
50+
}
51+
],
52+
"database_specific": {
53+
"cwe_ids": [
54+
"CWE-79"
55+
],
56+
"severity": "MODERATE",
57+
"github_reviewed": true,
58+
"github_reviewed_at": "2025-10-22T20:56:50Z",
59+
"nvd_published_at": "2020-06-19T20:15:00Z"
60+
}
61+
}

advisories/unreviewed/2022/05/GHSA-2j9c-76pp-xc5q/GHSA-2j9c-76pp-xc5q.json

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

advisories/unreviewed/2022/05/GHSA-h3qg-w9j5-wh3m/GHSA-h3qg-w9j5-wh3m.json

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

0 commit comments

Comments
 (0)