vendor:
Kirby CMS
by:
Zaran Shaikh
3.1
CVSS
MEDIUM
Cross-Site Scripting
79
CWE
Product Name: Kirby CMS
Affected Version From: 2.5.12
Affected Version To: 2.5.12
Patch Exists: NO
Related CWE: NA
CPE: 2.5.12
Metasploit:
N/A
Other Scripts:
N/A
Platforms Tested: Web Application
2018
Kirby CMS 2.5.12 – Cross-Site Scripting
The application allows user injected payload which can lead to Stored Cross Site Scripting. Proof of Concept: Visit the application as low priv user, go to add page option, under title, enter any XSS payload like: <script>alert("XSS");</script> Upon the payload being injected, the subsequent page is triggered with XSS payload.
Mitigation:
Input validation and output encoding should be used to prevent XSS attacks.