vendor:
BlackCat CMS
by:
Kamaljeet Kumar - TATA Advanced Systems Limited
7.5
CVSS
HIGH
Cross Site Scripting (XSS)
79
CWE
Product Name: BlackCat CMS
Affected Version From: 1.3.6
Affected Version To: 1.3.6
Patch Exists: NO
Related CWE: N/A
CPE: a:blackcat-cms:blackcat_cms
Metasploit:
N/A
Other Scripts:
N/A
Platforms Tested: Windows
2021
BlackCat CMS 1.3.6 – ‘Display name’ Cross Site Scripting (XSS)
To exploit this vulnerability an attacker has a login in the admin panel and clicks on the admin profile button. Then use " onmouseover=alert(1) " this XSS payload on Display name field and click on the Save button. Then refresh the page and hover the mouse on Display name filed and our XSS message pop up.
Mitigation:
Input validation and output encoding should be used to prevent XSS attacks.