Skip to content

Commit 19a82f4

Browse files
1 parent b266cc0 commit 19a82f4

File tree

4 files changed

+171
-58
lines changed

4 files changed

+171
-58
lines changed
Lines changed: 65 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,65 @@
1+
{
2+
"schema_version": "1.4.0",
3+
"id": "GHSA-5mh6-p63g-3mv5",
4+
"modified": "2025-11-20T21:02:18Z",
5+
"published": "2022-05-24T17:21:09Z",
6+
"aliases": [
7+
"CVE-2018-21258"
8+
],
9+
"summary": "Mattermost Server is vulnerable to a Denial of Service attack through `invite_people` command",
10+
"details": "An issue was discovered in Mattermost Server before 5.1.0. It allows attackers to cause a denial of service via the invite_people slash command.",
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": "5.1.0"
32+
}
33+
]
34+
}
35+
]
36+
}
37+
],
38+
"references": [
39+
{
40+
"type": "ADVISORY",
41+
"url": "https://nvd.nist.gov/vuln/detail/CVE-2018-21258"
42+
},
43+
{
44+
"type": "WEB",
45+
"url": "https://github.com/mattermost/mattermost/commit/af615ffc24b774d76deef8c93282831432669dd8"
46+
},
47+
{
48+
"type": "PACKAGE",
49+
"url": "https://github.com/mattermost/mattermost"
50+
},
51+
{
52+
"type": "WEB",
53+
"url": "https://mattermost.com/security-updates"
54+
}
55+
],
56+
"database_specific": {
57+
"cwe_ids": [
58+
"CWE-400"
59+
],
60+
"severity": "HIGH",
61+
"github_reviewed": true,
62+
"github_reviewed_at": "2025-11-20T21:02:18Z",
63+
"nvd_published_at": "2020-06-19T17:15:00Z"
64+
}
65+
}
Lines changed: 106 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,106 @@
1+
{
2+
"schema_version": "1.4.0",
3+
"id": "GHSA-8qg8-c7mw-6fj7",
4+
"modified": "2025-11-20T21:02:48Z",
5+
"published": "2022-05-24T17:21:02Z",
6+
"aliases": [
7+
"CVE-2017-18874"
8+
],
9+
"summary": "Mattermost Server is vulnerable to Directory Traversal by System Admins",
10+
"details": "An issue was discovered in Mattermost Server before 4.3.0, 4.2.1, and 4.1.2 when local storage for files is used. A System Admin can achieve directory traversal.",
11+
"severity": [],
12+
"affected": [
13+
{
14+
"package": {
15+
"ecosystem": "Go",
16+
"name": "github.com/mattermost/mattermost-server"
17+
},
18+
"ranges": [
19+
{
20+
"type": "ECOSYSTEM",
21+
"events": [
22+
{
23+
"introduced": "0"
24+
},
25+
{
26+
"fixed": "4.1.2-0.20171004201910-6be8113eb60"
27+
}
28+
]
29+
}
30+
]
31+
},
32+
{
33+
"package": {
34+
"ecosystem": "Go",
35+
"name": "github.com/mattermost/mattermost-server"
36+
},
37+
"ranges": [
38+
{
39+
"type": "ECOSYSTEM",
40+
"events": [
41+
{
42+
"introduced": "4.2.0-rc1"
43+
},
44+
{
45+
"fixed": "4.2.1-0.20171004194140-6d3cb2ce07fc"
46+
}
47+
]
48+
}
49+
]
50+
},
51+
{
52+
"package": {
53+
"ecosystem": "Go",
54+
"name": "github.com/mattermost/mattermost-server"
55+
},
56+
"ranges": [
57+
{
58+
"type": "ECOSYSTEM",
59+
"events": [
60+
{
61+
"introduced": "4.3.0-rc1"
62+
},
63+
{
64+
"fixed": "4.3.0"
65+
}
66+
]
67+
}
68+
]
69+
}
70+
],
71+
"references": [
72+
{
73+
"type": "ADVISORY",
74+
"url": "https://nvd.nist.gov/vuln/detail/CVE-2017-18874"
75+
},
76+
{
77+
"type": "WEB",
78+
"url": "https://github.com/mattermost/mattermost/commit/6be8113eb60cf5ddd2dc1c3f4db05cae0c183086"
79+
},
80+
{
81+
"type": "WEB",
82+
"url": "https://github.com/mattermost/mattermost/commit/6d3cb2ce07fc799832081e93843b405b390057fa"
83+
},
84+
{
85+
"type": "WEB",
86+
"url": "https://github.com/mattermost/mattermost/commit/fadd9514f6e71590aba781a7035e1de4150137b0"
87+
},
88+
{
89+
"type": "PACKAGE",
90+
"url": "https://github.com/mattermost/mattermost"
91+
},
92+
{
93+
"type": "WEB",
94+
"url": "https://mattermost.com/security-updates"
95+
}
96+
],
97+
"database_specific": {
98+
"cwe_ids": [
99+
"CWE-22"
100+
],
101+
"severity": "MODERATE",
102+
"github_reviewed": true,
103+
"github_reviewed_at": "2025-11-20T21:02:47Z",
104+
"nvd_published_at": "2020-06-19T19:15:00Z"
105+
}
106+
}

advisories/unreviewed/2022/05/GHSA-5mh6-p63g-3mv5/GHSA-5mh6-p63g-3mv5.json

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

advisories/unreviewed/2022/05/GHSA-8qg8-c7mw-6fj7/GHSA-8qg8-c7mw-6fj7.json

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

0 commit comments

Comments
 (0)