vendor:
Simple CMS
by:
Ahmet Ümit BAYRAM
8.6
CVSS
HIGH
Stored Cross-Site Scripting (XSS)
79
CWE
Product Name: Simple CMS
Affected Version From: 5
Affected Version To: 5
Patch Exists: NO
Related CWE:
CPE: a:phpjabbers:simple_cms:5.0
Platforms Tested: Kali Linux
2023
PHPJabbers Simple CMS V5.0 – Stored Cross-Site Scripting (XSS)
The PHPJabbers Simple CMS V5.0 is vulnerable to a stored cross-site scripting (XSS) vulnerability. By injecting a specially crafted payload in the 'Section' box, an attacker can execute arbitrary JavaScript code in the context of the victim's browser. This can lead to various attacks, including session hijacking, defacement of the website, and stealing sensitive information.
Mitigation:
To mitigate this vulnerability, it is recommended to sanitize user input before displaying it on web pages. Additionally, implement Content Security Policy (CSP) to restrict the execution of inline scripts and other potentially dangerous content.