vendor:
phpIPAM
by:
CodeSecLab
6.1
CVSS
HIGH
Reflected Cross Site Scripting (XSS)
79
CWE
Product Name: phpIPAM
Affected Version From: 1.5.2001
Affected Version To: 1.6
Patch Exists: NO
Related CWE: CVE-2023-24657
CPE: a:phpipam:phpipam:1.5.1
Platforms Tested: Ubuntu, Windows
2024
phpIPAM 1.6 – Reflected Cross Site Scripting (XSS)
phpIPAM version 1.6 is vulnerable to reflected cross-site scripting (XSS) due to improper sanitization of user-supplied data in the 'closeClass' parameter of the 'popup.php' script. An attacker can exploit this by injecting malicious scripts into the parameter, leading to script execution in the context of the victim's browser.
Mitigation:
To mitigate this vulnerability, input validation and output encoding should be implemented to ensure that user-supplied data is properly sanitized before being displayed. Additionally, updating to a patched version (if available) is recommended.