vendor:
PHP ImgList
by:
indoushka
8.8
CVSS
HIGH
Cross Site Scripting (XSS)
79
CWE
Product Name: PHP ImgList
Affected Version From: 1.2.2002
Affected Version To: 1.2.2002
Patch Exists: NO
Related CWE: N/A
CPE: a:liquidpulse:php_imglist:1.2.2
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: Windows, Linux
2008
APHP ImgList 1.2.2 Cross Site Scripting Vulnerability
The vulnerability exists due to insufficient sanitization of user-supplied input passed via the 'imx' and 'img' parameters to '/pics-small/imlist.php' script. A remote attacker can execute arbitrary HTML and script code in a browser in the context of the vulnerable website. This can allow the attacker to steal cookie-based authentication credentials and launch other attacks.
Mitigation:
Input validation should be used to ensure that untrusted data is not used to dynamically generate or modify HTML output. Additionally, the application should use a web application firewall to detect and block malicious input.