vendor:
BloofoxCMS
by:
LiPeiYi
8.8
CVSS
HIGH
Stored Cross Site Scripting
79
CWE
Product Name: BloofoxCMS
Affected Version From: 0.5.1.0
Affected Version To: 0.5.2.1
Patch Exists: NO
Related CWE: N/A
CPE: 2.3:a:bloofox:bloofoxcms:0.5.2.1
Metasploit:
N/A
Other Scripts:
N/A
Platforms Tested: Windows 10
2020
BloofoxCMS 0.5.2.1 – ‘text’ Stored Cross Site Scripting
Log in with a valid username and password. Navigate to the 'articles' tab on the left-hand side. Add the new post and then add the payload 'payload: <img src=# onerror=alert('xss')>' in 'text' parameter and click on save button. Post Saved successfully. Now, XSS will get stored and trigger every time and the attacker can steal authenticated users' cookies.
Mitigation:
Input validation and output encoding should be used to prevent XSS attacks.