Skip to content

Commit 303a69c

Browse files
1 parent 3c4c85d commit 303a69c

4 files changed

Lines changed: 283 additions & 72 deletions

File tree

Lines changed: 140 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,140 @@
1+
{
2+
"schema_version": "1.4.0",
3+
"id": "GHSA-g7fp-cqj5-x8hf",
4+
"modified": "2026-03-31T23:01:25Z",
5+
"published": "2026-03-26T12:30:29Z",
6+
"aliases": [
7+
"CVE-2026-4274"
8+
],
9+
"summary": "Mattermost has an Incorrect Authorization issue",
10+
"details": "Mattermost versions 11.2.x <= 11.2.2, 10.11.x <= 10.11.10, 11.4.x <= 11.4.0, 11.3.x <= 11.3.1 fail to restrict team-level access when processing membership sync from a remote cluster, which allows a malicious remote cluster to grant a user access to an entire private team instead of only the shared channel via sending crafted membership sync messages that trigger team membership assignment. Mattermost Advisory ID: MMSA-2026-00574",
11+
"severity": [
12+
{
13+
"type": "CVSS_V3",
14+
"score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:N"
15+
}
16+
],
17+
"affected": [
18+
{
19+
"package": {
20+
"ecosystem": "Go",
21+
"name": "github.com/mattermost/mattermost/server/v8"
22+
},
23+
"ranges": [
24+
{
25+
"type": "ECOSYSTEM",
26+
"events": [
27+
{
28+
"introduced": "11.4.0-rc1"
29+
},
30+
{
31+
"fixed": "11.4.1"
32+
}
33+
]
34+
}
35+
]
36+
},
37+
{
38+
"package": {
39+
"ecosystem": "Go",
40+
"name": "github.com/mattermost/mattermost/server/v8"
41+
},
42+
"ranges": [
43+
{
44+
"type": "ECOSYSTEM",
45+
"events": [
46+
{
47+
"introduced": "11.3.0-rc1"
48+
},
49+
{
50+
"fixed": "11.3.2"
51+
}
52+
]
53+
}
54+
]
55+
},
56+
{
57+
"package": {
58+
"ecosystem": "Go",
59+
"name": "github.com/mattermost/mattermost/server/v8"
60+
},
61+
"ranges": [
62+
{
63+
"type": "ECOSYSTEM",
64+
"events": [
65+
{
66+
"introduced": "11.2.0-rc1"
67+
},
68+
{
69+
"fixed": "11.2.3"
70+
}
71+
]
72+
}
73+
]
74+
},
75+
{
76+
"package": {
77+
"ecosystem": "Go",
78+
"name": "github.com/mattermost/mattermost/server/v8"
79+
},
80+
"ranges": [
81+
{
82+
"type": "ECOSYSTEM",
83+
"events": [
84+
{
85+
"introduced": "10.11.0-rc1"
86+
},
87+
{
88+
"fixed": "10.11.11"
89+
}
90+
]
91+
}
92+
],
93+
"database_specific": {
94+
"last_known_affected_version_range": "< 10.11.1"
95+
}
96+
},
97+
{
98+
"package": {
99+
"ecosystem": "Go",
100+
"name": "github.com/mattermost/mattermost/server/v8"
101+
},
102+
"ranges": [
103+
{
104+
"type": "ECOSYSTEM",
105+
"events": [
106+
{
107+
"introduced": "8.0.0-20260105080200-d27a2195068d"
108+
},
109+
{
110+
"fixed": "8.0.0-20260217110922-b7d4a1f1f59b"
111+
}
112+
]
113+
}
114+
]
115+
}
116+
],
117+
"references": [
118+
{
119+
"type": "ADVISORY",
120+
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-4274"
121+
},
122+
{
123+
"type": "PACKAGE",
124+
"url": "https://github.com/mattermost/mattermost"
125+
},
126+
{
127+
"type": "WEB",
128+
"url": "https://mattermost.com/security-updates"
129+
}
130+
],
131+
"database_specific": {
132+
"cwe_ids": [
133+
"CWE-863"
134+
],
135+
"severity": "MODERATE",
136+
"github_reviewed": true,
137+
"github_reviewed_at": "2026-03-31T23:01:25Z",
138+
"nvd_published_at": "2026-03-26T11:16:21Z"
139+
}
140+
}
Lines changed: 143 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,143 @@
1+
{
2+
"schema_version": "1.4.0",
3+
"id": "GHSA-rmhw-c3xr-m3xx",
4+
"modified": "2026-03-31T23:00:00Z",
5+
"published": "2026-03-25T18:31:53Z",
6+
"aliases": [
7+
"CVE-2026-27659"
8+
],
9+
"summary": "Mattermost doesn't properly validate CSRF tokens",
10+
"details": "Mattermost versions 11.2.x <= 11.2.2, 10.11.x <= 10.11.10, 11.4.x <= 11.4.0, 11.3.x <= 11.3.1 fail to properly validate CSRF tokens in the /api/v4/access_control_policies/{policy_id}/activate endpoint, which allows an attacker to trick an admin into changing access control policy active status via a crafted request. Mattermost Advisory ID: MMSA-2026-00578",
11+
"severity": [
12+
{
13+
"type": "CVSS_V3",
14+
"score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:L/I:L/A:N"
15+
}
16+
],
17+
"affected": [
18+
{
19+
"package": {
20+
"ecosystem": "Go",
21+
"name": "github.com/mattermost/mattermost/server/v8"
22+
},
23+
"ranges": [
24+
{
25+
"type": "ECOSYSTEM",
26+
"events": [
27+
{
28+
"introduced": "11.4.0-rc1"
29+
},
30+
{
31+
"fixed": "11.4.1"
32+
}
33+
]
34+
}
35+
]
36+
},
37+
{
38+
"package": {
39+
"ecosystem": "Go",
40+
"name": "github.com/mattermost/mattermost/server/v8"
41+
},
42+
"ranges": [
43+
{
44+
"type": "ECOSYSTEM",
45+
"events": [
46+
{
47+
"introduced": "11.3.0-rc1"
48+
},
49+
{
50+
"fixed": "11.3.2"
51+
}
52+
]
53+
}
54+
]
55+
},
56+
{
57+
"package": {
58+
"ecosystem": "Go",
59+
"name": "github.com/mattermost/mattermost/server/v8"
60+
},
61+
"ranges": [
62+
{
63+
"type": "ECOSYSTEM",
64+
"events": [
65+
{
66+
"introduced": "11.2.0-rc1"
67+
},
68+
{
69+
"fixed": "11.2.3"
70+
}
71+
]
72+
}
73+
]
74+
},
75+
{
76+
"package": {
77+
"ecosystem": "Go",
78+
"name": "github.com/mattermost/mattermost/server/v8"
79+
},
80+
"ranges": [
81+
{
82+
"type": "ECOSYSTEM",
83+
"events": [
84+
{
85+
"introduced": "10.11.0-rc1"
86+
},
87+
{
88+
"fixed": "10.11.11"
89+
}
90+
]
91+
}
92+
],
93+
"database_specific": {
94+
"last_known_affected_version_range": "< 10.11.1"
95+
}
96+
},
97+
{
98+
"package": {
99+
"ecosystem": "Go",
100+
"name": "github.com/mattermost/mattermost/server/v8"
101+
},
102+
"ranges": [
103+
{
104+
"type": "ECOSYSTEM",
105+
"events": [
106+
{
107+
"introduced": "8.0.0-20260105080200-d27a2195068d"
108+
},
109+
{
110+
"fixed": "10.11.11"
111+
}
112+
]
113+
}
114+
],
115+
"database_specific": {
116+
"last_known_affected_version_range": "< 8.0.0-20260217110922-b7d4a1f1f59b"
117+
}
118+
}
119+
],
120+
"references": [
121+
{
122+
"type": "ADVISORY",
123+
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-27659"
124+
},
125+
{
126+
"type": "PACKAGE",
127+
"url": "https://github.com/mattermost/mattermost"
128+
},
129+
{
130+
"type": "WEB",
131+
"url": "https://mattermost.com/security-updates"
132+
}
133+
],
134+
"database_specific": {
135+
"cwe_ids": [
136+
"CWE-352"
137+
],
138+
"severity": "MODERATE",
139+
"github_reviewed": true,
140+
"github_reviewed_at": "2026-03-31T23:00:00Z",
141+
"nvd_published_at": "2026-03-25T17:16:56Z"
142+
}
143+
}

advisories/unreviewed/2026/03/GHSA-g7fp-cqj5-x8hf/GHSA-g7fp-cqj5-x8hf.json

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

advisories/unreviewed/2026/03/GHSA-rmhw-c3xr-m3xx/GHSA-rmhw-c3xr-m3xx.json

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

0 commit comments

Comments
 (0)