Skip to content

Commit 6227ed0

Browse files
1 parent 04bc1f7 commit 6227ed0

File tree

4 files changed

+217
-58
lines changed

4 files changed

+217
-58
lines changed
Lines changed: 118 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,118 @@
1+
{
2+
"schema_version": "1.4.0",
3+
"id": "GHSA-jc6w-8r7f-vmp5",
4+
"modified": "2025-12-03T19:29:17Z",
5+
"published": "2022-05-24T17:21:02Z",
6+
"aliases": [
7+
"CVE-2017-18871"
8+
],
9+
"summary": "Mattermost Server vulnerable to Denial of Service through `@` character prefix inserted into JavaScript field names",
10+
"details": "An issue was discovered in Mattermost Server before 4.5.0, 4.4.5, 4.3.4, and 4.2.2. It allows attackers to cause a denial of service (application crash) via an @ character before a JavaScript field name.",
11+
"severity": [
12+
{
13+
"type": "CVSS_V3",
14+
"score": "CVSS:3.1/AV:N/AC:L/PR:N/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-server"
22+
},
23+
"ranges": [
24+
{
25+
"type": "ECOSYSTEM",
26+
"events": [
27+
{
28+
"introduced": "0"
29+
},
30+
{
31+
"fixed": "4.2.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.3.0-rc1"
48+
},
49+
{
50+
"fixed": "4.3.4"
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.4.0-rc1"
67+
},
68+
{
69+
"fixed": "4.4.5"
70+
}
71+
]
72+
}
73+
]
74+
},
75+
{
76+
"package": {
77+
"ecosystem": "Go",
78+
"name": "github.com/mattermost/mattermost-server"
79+
},
80+
"ranges": [
81+
{
82+
"type": "ECOSYSTEM",
83+
"events": [
84+
{
85+
"introduced": "4.5.0-rc1"
86+
},
87+
{
88+
"fixed": "4.5.0"
89+
}
90+
]
91+
}
92+
]
93+
}
94+
],
95+
"references": [
96+
{
97+
"type": "ADVISORY",
98+
"url": "https://nvd.nist.gov/vuln/detail/CVE-2017-18871"
99+
},
100+
{
101+
"type": "PACKAGE",
102+
"url": "https://github.com/mattermost/mattermost"
103+
},
104+
{
105+
"type": "WEB",
106+
"url": "https://mattermost.com/security-updates"
107+
}
108+
],
109+
"database_specific": {
110+
"cwe_ids": [
111+
"CWE-248"
112+
],
113+
"severity": "HIGH",
114+
"github_reviewed": true,
115+
"github_reviewed_at": "2025-12-03T19:29:16Z",
116+
"nvd_published_at": "2020-06-19T17:15:00Z"
117+
}
118+
}
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-jwfv-5hwq-f97r",
4+
"modified": "2025-12-03T19:31:50Z",
5+
"published": "2022-05-24T17:21:06Z",
6+
"aliases": [
7+
"CVE-2017-18902"
8+
],
9+
"summary": "Mattermost Server exposes team invite IDs through API endpoints",
10+
"details": "An issue was discovered in Mattermost Server before 4.1.0, 4.0.4, and 3.10.3. It allows attackers to discover team invite IDs via team API endpoints.",
11+
"severity": [
12+
{
13+
"type": "CVSS_V3",
14+
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/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.10.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.0.0"
48+
},
49+
{
50+
"fixed": "4.0.4"
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.0.5-rc1"
67+
},
68+
{
69+
"fixed": "4.1.0"
70+
}
71+
]
72+
}
73+
]
74+
}
75+
],
76+
"references": [
77+
{
78+
"type": "ADVISORY",
79+
"url": "https://nvd.nist.gov/vuln/detail/CVE-2017-18902"
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-200"
93+
],
94+
"severity": "MODERATE",
95+
"github_reviewed": true,
96+
"github_reviewed_at": "2025-12-03T19:31:49Z",
97+
"nvd_published_at": "2020-06-19T19:15:00Z"
98+
}
99+
}

advisories/unreviewed/2022/05/GHSA-jc6w-8r7f-vmp5/GHSA-jc6w-8r7f-vmp5.json

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

advisories/unreviewed/2022/05/GHSA-jwfv-5hwq-f97r/GHSA-jwfv-5hwq-f97r.json

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

0 commit comments

Comments
 (0)