vendor:
XOOPS
by:
Unknown
7.5
CVSS
HIGH
Cross-site scripting (XSS)
79
CWE
Product Name: XOOPS
Affected Version From: 2.5.2000
Affected Version To: Unknown
Patch Exists: NO
Related CWE:
CPE:
Platforms Tested: Unknown
Unknown
Cross-site scripting vulnerabilities in XOOPS
The XOOPS application fails to properly sanitize user-supplied input, leading to multiple cross-site scripting vulnerabilities. An attacker can exploit these vulnerabilities to execute arbitrary script code in the context of the affected site, potentially stealing authentication credentials and launching further attacks.
Mitigation:
To mitigate these vulnerabilities, it is recommended to sanitize and validate user-supplied input before using it in the application. Additionally, implementing a Content Security Policy (CSP) can help prevent XSS attacks.