Skip to content

Commit ffa9476

Browse files
1 parent 42a6129 commit ffa9476

File tree

3 files changed

+245
-36
lines changed

3 files changed

+245
-36
lines changed
Lines changed: 141 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,141 @@
1+
{
2+
"schema_version": "1.4.0",
3+
"id": "GHSA-424m-fj2q-g7vg",
4+
"modified": "2025-12-03T14:05:28Z",
5+
"published": "2025-12-03T14:05:28Z",
6+
"aliases": [
7+
"CVE-2025-66468"
8+
],
9+
"summary": "Aimeos GrapesJS CMS extension has possible stored XSS that's exploitable by authenticated editors",
10+
"details": "### Impact\n\nJavascript code can be injected by malicious editors for a stored XSS attack if the standard Content Security Policy is disabled.\n\n### Workaround\n\nIf the standard CSP rules are active (default in production mode), an exploit isn't possible.\n\n### Credits\n\nLwin Min Oo <[email protected]>",
11+
"severity": [
12+
{
13+
"type": "CVSS_V3",
14+
"score": "CVSS:3.1/AV:N/AC:H/PR:H/UI:R/S:C/C:H/I:H/A:H"
15+
}
16+
],
17+
"affected": [
18+
{
19+
"package": {
20+
"ecosystem": "Packagist",
21+
"name": "aimeos/ai-cms-grapesjs"
22+
},
23+
"ranges": [
24+
{
25+
"type": "ECOSYSTEM",
26+
"events": [
27+
{
28+
"introduced": "2021.04.1"
29+
},
30+
{
31+
"fixed": "2021.10.8"
32+
}
33+
]
34+
}
35+
]
36+
},
37+
{
38+
"package": {
39+
"ecosystem": "Packagist",
40+
"name": "aimeos/ai-cms-grapesjs"
41+
},
42+
"ranges": [
43+
{
44+
"type": "ECOSYSTEM",
45+
"events": [
46+
{
47+
"introduced": "2022.04.1"
48+
},
49+
{
50+
"fixed": "2022.10.9"
51+
}
52+
]
53+
}
54+
]
55+
},
56+
{
57+
"package": {
58+
"ecosystem": "Packagist",
59+
"name": "aimeos/ai-cms-grapesjs"
60+
},
61+
"ranges": [
62+
{
63+
"type": "ECOSYSTEM",
64+
"events": [
65+
{
66+
"introduced": "2023.04.1"
67+
},
68+
{
69+
"fixed": "2023.10.15"
70+
}
71+
]
72+
}
73+
]
74+
},
75+
{
76+
"package": {
77+
"ecosystem": "Packagist",
78+
"name": "aimeos/ai-cms-grapesjs"
79+
},
80+
"ranges": [
81+
{
82+
"type": "ECOSYSTEM",
83+
"events": [
84+
{
85+
"introduced": "2024.04.1"
86+
},
87+
{
88+
"fixed": "2024.10.8"
89+
}
90+
]
91+
}
92+
]
93+
},
94+
{
95+
"package": {
96+
"ecosystem": "Packagist",
97+
"name": "aimeos/ai-cms-grapesjs"
98+
},
99+
"ranges": [
100+
{
101+
"type": "ECOSYSTEM",
102+
"events": [
103+
{
104+
"introduced": "2025.04.1"
105+
},
106+
{
107+
"fixed": "2025.10.2"
108+
}
109+
]
110+
}
111+
]
112+
}
113+
],
114+
"references": [
115+
{
116+
"type": "WEB",
117+
"url": "https://github.com/aimeos/ai-cms-grapesjs/security/advisories/GHSA-424m-fj2q-g7vg"
118+
},
119+
{
120+
"type": "ADVISORY",
121+
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-66468"
122+
},
123+
{
124+
"type": "WEB",
125+
"url": "https://github.com/aimeos/ai-cms-grapesjs/commit/2214f71ac27cdea25f11c8adf6bb5816db47a042"
126+
},
127+
{
128+
"type": "PACKAGE",
129+
"url": "https://github.com/aimeos/ai-cms-grapesjs"
130+
}
131+
],
132+
"database_specific": {
133+
"cwe_ids": [
134+
"CWE-79"
135+
],
136+
"severity": "HIGH",
137+
"github_reviewed": true,
138+
"github_reviewed_at": "2025-12-03T14:05:28Z",
139+
"nvd_published_at": "2025-12-02T19:15:53Z"
140+
}
141+
}
Lines changed: 104 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,104 @@
1+
{
2+
"schema_version": "1.4.0",
3+
"id": "GHSA-58w6-w55x-6wq8",
4+
"modified": "2025-12-03T14:04:16Z",
5+
"published": "2025-12-02T12:30:28Z",
6+
"aliases": [
7+
"CVE-2025-13870"
8+
],
9+
"summary": "Mattermost fails to validate user permissions in Boards",
10+
"details": "Mattermost versions 10.11.x <= 10.11.4, 10.5.x <= 10.5.12 fail to validate the user permission when accessing the files and subscribing to the block in Boards, which allows an authenticated user to access other board files and was able to subscribe to the block from other boards that the user does not have access to",
11+
"severity": [
12+
{
13+
"type": "CVSS_V3",
14+
"score": "CVSS:3.1/AV:N/AC:H/PR:L/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/v8"
22+
},
23+
"ranges": [
24+
{
25+
"type": "ECOSYSTEM",
26+
"events": [
27+
{
28+
"introduced": "0"
29+
},
30+
{
31+
"fixed": "8.0.0-20250905150616-ba86dfc5876b"
32+
}
33+
]
34+
}
35+
]
36+
},
37+
{
38+
"package": {
39+
"ecosystem": "Go",
40+
"name": "github.com/mattermost/mattermost"
41+
},
42+
"ranges": [
43+
{
44+
"type": "ECOSYSTEM",
45+
"events": [
46+
{
47+
"introduced": "10.11.0"
48+
},
49+
{
50+
"fixed": "10.11.5"
51+
}
52+
]
53+
}
54+
]
55+
},
56+
{
57+
"package": {
58+
"ecosystem": "Go",
59+
"name": "github.com/mattermost/mattermost"
60+
},
61+
"ranges": [
62+
{
63+
"type": "ECOSYSTEM",
64+
"events": [
65+
{
66+
"introduced": "10.5.0"
67+
},
68+
{
69+
"fixed": "10.5.13"
70+
}
71+
]
72+
}
73+
]
74+
}
75+
],
76+
"references": [
77+
{
78+
"type": "ADVISORY",
79+
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-13870"
80+
},
81+
{
82+
"type": "WEB",
83+
"url": "https://github.com/mattermost/mattermost/commit/ba86dfc5876b354b9d3c20ff45c08ca6f8426149"
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-284",
97+
"CWE-306"
98+
],
99+
"severity": "LOW",
100+
"github_reviewed": true,
101+
"github_reviewed_at": "2025-12-03T14:04:16Z",
102+
"nvd_published_at": "2025-12-02T10:16:01Z"
103+
}
104+
}

advisories/unreviewed/2025/12/GHSA-58w6-w55x-6wq8/GHSA-58w6-w55x-6wq8.json

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

0 commit comments

Comments
 (0)