Skip to content

Commit 63bbee9

Browse files
1 parent 2f35652 commit 63bbee9

File tree

4 files changed

+195
-58
lines changed

4 files changed

+195
-58
lines changed
Lines changed: 96 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,96 @@
1+
{
2+
"schema_version": "1.4.0",
3+
"id": "GHSA-876j-jfqf-m7j7",
4+
"modified": "2025-12-05T19:38:03Z",
5+
"published": "2022-05-24T17:21:04Z",
6+
"aliases": [
7+
"CVE-2017-18884"
8+
],
9+
"summary": "Mattermost Server exposes OAuth personal access tokens to attackers",
10+
"details": "An issue was discovered in Mattermost Server before 4.3.0, 4.2.1, and 4.1.2. It allows attackers to gain privileges by using a registered OAuth application with personal access tokens.",
11+
"severity": [
12+
{
13+
"type": "CVSS_V4",
14+
"score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:N/SC:N/SI:N/SA: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": "4.1.2"
32+
}
33+
]
34+
}
35+
]
36+
},
37+
{
38+
"package": {
39+
"ecosystem": "Go",
40+
"name": "github.com/mattermost/mattermost-server"
41+
},
42+
"ranges": [
43+
{
44+
"type": "ECOSYSTEM",
45+
"events": [
46+
{
47+
"introduced": "4.2.0-rc1"
48+
},
49+
{
50+
"fixed": "4.2.1"
51+
}
52+
]
53+
}
54+
]
55+
},
56+
{
57+
"package": {
58+
"ecosystem": "Go",
59+
"name": "github.com/mattermost/mattermost-server"
60+
},
61+
"ranges": [
62+
{
63+
"type": "ECOSYSTEM",
64+
"events": [
65+
{
66+
"introduced": "4.3.0-rc1"
67+
},
68+
{
69+
"fixed": "4.3.0"
70+
}
71+
]
72+
}
73+
]
74+
}
75+
],
76+
"references": [
77+
{
78+
"type": "ADVISORY",
79+
"url": "https://nvd.nist.gov/vuln/detail/CVE-2017-18884"
80+
},
81+
{
82+
"type": "WEB",
83+
"url": "https://mattermost.com/security-updates"
84+
}
85+
],
86+
"database_specific": {
87+
"cwe_ids": [
88+
"CWE-269",
89+
"CWE-863"
90+
],
91+
"severity": "CRITICAL",
92+
"github_reviewed": true,
93+
"github_reviewed_at": "2025-12-05T19:38:03Z",
94+
"nvd_published_at": "2020-06-19T19:15:00Z"
95+
}
96+
}
Lines changed: 99 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,99 @@
1+
{
2+
"schema_version": "1.4.0",
3+
"id": "GHSA-w8cc-3h7q-jhc3",
4+
"modified": "2025-12-05T19:37:33Z",
5+
"published": "2022-05-24T17:21:03Z",
6+
"aliases": [
7+
"CVE-2017-18883"
8+
],
9+
"summary": "Mattermost Server has low entropy for authorization data as an OAuth 2.0 Service Provider",
10+
"details": "An issue was discovered in Mattermost Server before 4.3.0, 4.2.1, and 4.1.2, when serving as an OAuth 2.0 Service Provider. There is low entropy for authorization data.",
11+
"severity": [
12+
{
13+
"type": "CVSS_V4",
14+
"score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:L/VA:N/SC:N/SI:N/SA: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": "4.1.2"
32+
}
33+
]
34+
}
35+
]
36+
},
37+
{
38+
"package": {
39+
"ecosystem": "Go",
40+
"name": "github.com/mattermost/mattermost-server"
41+
},
42+
"ranges": [
43+
{
44+
"type": "ECOSYSTEM",
45+
"events": [
46+
{
47+
"introduced": "4.2.0-rc1"
48+
},
49+
{
50+
"fixed": "4.2.1"
51+
}
52+
]
53+
}
54+
]
55+
},
56+
{
57+
"package": {
58+
"ecosystem": "Go",
59+
"name": "github.com/mattermost/mattermost-server"
60+
},
61+
"ranges": [
62+
{
63+
"type": "ECOSYSTEM",
64+
"events": [
65+
{
66+
"introduced": "4.3.0-rc1"
67+
},
68+
{
69+
"fixed": "4.3.0"
70+
}
71+
]
72+
}
73+
]
74+
}
75+
],
76+
"references": [
77+
{
78+
"type": "ADVISORY",
79+
"url": "https://nvd.nist.gov/vuln/detail/CVE-2017-18883"
80+
},
81+
{
82+
"type": "PACKAGE",
83+
"url": "https://github.com/mattermost/mattermost"
84+
},
85+
{
86+
"type": "WEB",
87+
"url": "https://mattermost.com/security-updates"
88+
}
89+
],
90+
"database_specific": {
91+
"cwe_ids": [
92+
"CWE-331"
93+
],
94+
"severity": "MODERATE",
95+
"github_reviewed": true,
96+
"github_reviewed_at": "2025-12-05T19:37:33Z",
97+
"nvd_published_at": "2020-06-19T19:15:00Z"
98+
}
99+
}

advisories/unreviewed/2022/05/GHSA-876j-jfqf-m7j7/GHSA-876j-jfqf-m7j7.json

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

advisories/unreviewed/2022/05/GHSA-w8cc-3h7q-jhc3/GHSA-w8cc-3h7q-jhc3.json

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

0 commit comments

Comments
 (0)