Skip to content

Commit 96cd501

Browse files
authored
Merge pull request #579 from AikidoSec/new-vuln-xss-pimcore-admin-ui
New Vuln: XSS in pimcore/admin-ui-classic-bundle
2 parents 228e195 + 2e00592 commit 96cd501

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
2+
"package_name": "pimcore/admin-ui-classic-bundle",
3+
"patch_versions": [
4+
"2.1.0"
5+
],
6+
"vulnerable_ranges": [
7+
[
8+
"2.0.0",
9+
"2.0.2"
10+
]
11+
],
12+
"cwe": [
13+
"CWE-79"
14+
],
15+
"tldr": "Affected versions of this package are vulnerable to stored Cross-Site Scripting (XSS) due to improper HTML encoding of user-controlled parameters in the email log interface. Attackers can exploit this vulnerability by injecting malicious HTML or JavaScript into email template variables. When administrators view the email log, the malicious payload executes in their session, which can lead to session hijacking, data theft, or compromise of the admin account.",
16+
"doest_this_affect_me": "You are affected if you are using a version that falls within the vulnerable range.",
17+
"how_to_fix": "Upgrade the `pimcore/admin-ui-classic-bundle` library to the patch version.",
18+
"vulnerable_to": "Cross-Site Scripting (XSS)",
19+
"related_cve_id": "",
20+
"language": "PHP",
21+
"severity_class": "HIGH",
22+
"aikido_score": 81,
23+
"changelog": "https://github.com/pimcore/admin-ui-classic-bundle/releases/tag/v2.1.0",
24+
"last_modified": "2025-07-01",
25+
"published": "2025-07-01"
26+
}

0 commit comments

Comments
 (0)