vendor:
Simple Directory Listing
by:
Not mentioned
7.5
CVSS
HIGH
Cross-Site Scripting (XSS)
79
CWE
Product Name: Simple Directory Listing
Affected Version From: 2.1
Affected Version To: Not mentioned
Patch Exists: NO
Related CWE: Not mentioned
CPE: Not mentioned
Platforms Tested: Not mentioned
Not mentioned
Cross-Site Scripting Vulnerability in Simple Directory Listing
Simple Directory Listing is prone to a cross-site scripting vulnerability because it fails to properly sanitize user-supplied input.An attacker may leverage this issue to execute arbitrary script code in the browser of an unsuspecting user in the context of the affected site. This may let the attacker steal cookie-based authentication credentials and launch other attacks.
Mitigation:
Proper input validation and sanitization should be implemented to prevent XSS attacks. Ensure that user-supplied data is properly encoded or filtered before being displayed in web pages.