Skip to content

Commit eef26df

Browse files
1 parent b9a18f6 commit eef26df

File tree

2 files changed

+88
-29
lines changed

2 files changed

+88
-29
lines changed
Lines changed: 88 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,88 @@
1+
{
2+
"schema_version": "1.4.0",
3+
"id": "GHSA-hgrp-fgm8-56g8",
4+
"modified": "2025-10-24T18:39:08Z",
5+
"published": "2022-05-24T17:21:02Z",
6+
"aliases": [
7+
"CVE-2017-18872"
8+
],
9+
"summary": "Mattermost Server's OAuth 2.0 service is vulnerable to attack through Missing Authorization",
10+
"details": "An issue was discovered in Mattermost Server before 4.4.3 and 4.3.3. Attackers could reconfigure an OAuth app in some cases where Mattermost is an OAuth 2.0 service provider.",
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: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": "4.3.3"
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.4.0-rc1"
48+
},
49+
{
50+
"fixed": "4.4.3"
51+
}
52+
]
53+
}
54+
]
55+
}
56+
],
57+
"references": [
58+
{
59+
"type": "ADVISORY",
60+
"url": "https://nvd.nist.gov/vuln/detail/CVE-2017-18872"
61+
},
62+
{
63+
"type": "WEB",
64+
"url": "https://github.com/mattermost/mattermost/commit/8f6bb1570dd234c63de5241eff9fbb268aad358c"
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+
"type": "WEB",
76+
"url": "http://github.com/mattermost/mattermost/commit/753386c2b2b06233d8bd977e3db29a4fe18098cb"
77+
}
78+
],
79+
"database_specific": {
80+
"cwe_ids": [
81+
"CWE-862"
82+
],
83+
"severity": "MODERATE",
84+
"github_reviewed": true,
85+
"github_reviewed_at": "2025-10-24T18:39:08Z",
86+
"nvd_published_at": "2020-06-19T18:15:00Z"
87+
}
88+
}

advisories/unreviewed/2022/05/GHSA-hgrp-fgm8-56g8/GHSA-hgrp-fgm8-56g8.json

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

0 commit comments

Comments
 (0)