CVE-2015-5521
Description
Cross-site scripting (XSS) vulnerability in BlackCat CMS 1.1.2 allows remote attackers to inject arbitrary web script or HTML via the name in a new group to backend/groups/index.php.
AI Insight
LLM-synthesized narrative grounded in this CVE's description and references.
BlackCat CMS 1.1.2 has a stored XSS vulnerability in the group creation feature via the name parameter, allowing authenticated attackers to execute arbitrary JavaScript.
Vulnerability
BlackCat CMS 1.1.2 contains a stored cross-site scripting (XSS) vulnerability in the backend/groups/index.php endpoint. The name parameter when creating a new group is not properly sanitized before being rendered, allowing injection of arbitrary HTML or JavaScript code. Any authenticated user with access to the group creation form can exploit this. The issue is tracked on GitHub as issue #408 [1].
Exploitation
An attacker must first log into the BlackCat CMS administration panel. Then they navigate to /backend/groups/index.php and create a new group with a crafted name value, such as '" followed by a script payload. After saving the group, the malicious code is stored and will execute in the browser of any administrator who subsequently views the group list or management page. No additional user interaction is required beyond viewing the affected page [1].
Impact
Successful exploitation enables the attacker to execute arbitrary JavaScript in the context of the victim's session. This can be used to steal cookies (allowing account hijacking), perform arbitrary requests impersonating the victim, prompt the user to download malware (leveraging the trust in the legitimate site), or deface the website by modifying its appearance [1]. The compromise is at the level of the affected administrative user's privileges.
Mitigation
The official fix was applied in a later commit to the BlackCatCMS repository, but no formal patched release version is mentioned in the reference [1]. Users should update to the latest available version from the vendor's GitHub repository. If immediate patching is not possible, administrators can restrict access to the group management page to only trusted users and validate or encode the name parameter server-side [1].
AI Insight generated on May 23, 2026. Synthesized from this CVE's description and the cited reference URLs; citations are validated against the source bundle.
Affected products
3(expand)+ 1 more
- (no CPE)
- (no CPE)range: <=1.1.2
- cpe:2.3:a:blackcat-cms:blackcat_cms:1.1.2:*:*:*:*:*:*:*
Patches
0No patches discovered yet.
Vulnerability mechanics
AI mechanics synthesis has not run for this CVE yet.
References
2- packetstormsecurity.com/files/132589/Black-Cat-CMS-1.1.2-Cross-Site-Scripting.htmlnvdExploitThird Party AdvisoryVDB Entry
- github.com/BlackCatDevelopment/BlackCatCMS/issues/408nvdIssue TrackingThird Party Advisory
News mentions
0No linked articles in our index yet.