vendor:
Xoops CMS
by:
tmrswrr
7.5
CVSS
HIGH
Stored Cross-Site Scripting (XSS)
79
CWE
Product Name: Xoops CMS
Affected Version From: 2.5.10
Affected Version To: 2.5.10
Patch Exists: NO
Related CWE:
CPE: a:xoops:xoops:2.5.10
Platforms Tested:
2023
Xoops CMS 2.5.10 – Stored Cross-Site Scripting (XSS) (Authenticated)
This exploit allows an authenticated user to inject arbitrary HTML or JavaScript code into the Xoops CMS admin panel. By adding a malicious payload in the Category Name field of the Image Manager, an attacker can execute a stored XSS attack. The payload '<script>alert(1)</script>' is used as an example.
Mitigation:
To mitigate this vulnerability, it is recommended to sanitize user inputs and implement proper output encoding to prevent the execution of malicious scripts. Additionally, user roles and permissions should be carefully managed to limit access to sensitive functionality.