Skip to content

Commit 1072c60

Browse files
1 parent f36847b commit 1072c60

2 files changed

Lines changed: 103 additions & 36 deletions

File tree

Lines changed: 103 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,103 @@
1+
{
2+
"schema_version": "1.4.0",
3+
"id": "GHSA-gvg4-jhmr-6j23",
4+
"modified": "2026-06-01T15:19:14Z",
5+
"published": "2026-05-18T09:31:48Z",
6+
"aliases": [
7+
"CVE-2026-4286"
8+
],
9+
"summary": "Mattermost doesn't check if {{team_id}} was being changed when updating playbooks",
10+
"details": "Mattermost versions 11.5.x <= 11.5.1, 10.11.x <= 10.11.13 fail to check if {{team_id}} was being changed when updating playbooks, allowing users with only {{Manage Playbook Configurations}} permission to change a playbook's team, bypassing manage members restriction via PUT api. Mattermost Advisory ID: MMSA-2025-00552",
11+
"severity": [
12+
{
13+
"type": "CVSS_V3",
14+
"score": "CVSS:3.1/AV:N/AC:H/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/v8"
22+
},
23+
"ranges": [
24+
{
25+
"type": "ECOSYSTEM",
26+
"events": [
27+
{
28+
"introduced": "11.5.0"
29+
},
30+
{
31+
"fixed": "11.5.2"
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": "10.11.0"
48+
},
49+
{
50+
"fixed": "10.11.14"
51+
}
52+
]
53+
}
54+
]
55+
},
56+
{
57+
"package": {
58+
"ecosystem": "Go",
59+
"name": "github.com/mattermost/mattermost-plugin-playbooks"
60+
},
61+
"ranges": [
62+
{
63+
"type": "ECOSYSTEM",
64+
"events": [
65+
{
66+
"introduced": "0"
67+
},
68+
{
69+
"fixed": "1.41.1-0.20260213020129-e1d6ec2c94e6"
70+
}
71+
]
72+
}
73+
]
74+
}
75+
],
76+
"references": [
77+
{
78+
"type": "ADVISORY",
79+
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-4286"
80+
},
81+
{
82+
"type": "WEB",
83+
"url": "https://github.com/mattermost/mattermost-plugin-playbooks/commit/e1d6ec2c94e695fb74e0c0c11c0d45e028bb96f3"
84+
},
85+
{
86+
"type": "PACKAGE",
87+
"url": "https://github.com/mattermost/mattermost"
88+
},
89+
{
90+
"type": "WEB",
91+
"url": "https://mattermost.com/security-updates"
92+
}
93+
],
94+
"database_specific": {
95+
"cwe_ids": [
96+
"CWE-863"
97+
],
98+
"severity": "LOW",
99+
"github_reviewed": true,
100+
"github_reviewed_at": "2026-06-01T15:19:14Z",
101+
"nvd_published_at": "2026-05-18T09:16:22Z"
102+
}
103+
}

advisories/unreviewed/2026/05/GHSA-gvg4-jhmr-6j23/GHSA-gvg4-jhmr-6j23.json

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

0 commit comments

Comments
 (0)