vendor:
phpDocumentor
by:
Unknown
7.5
CVSS
HIGH
Cross-Site Scripting (XSS)
79
CWE
Product Name: phpDocumentor
Affected Version From: Unknown
Affected Version To: Unknown
Patch Exists: NO
Related CWE:
CPE: phpdocumentor
Platforms Tested: Unknown
Unknown
Cross-Site Scripting Vulnerability in phpDocumentor
The phpDocumentor application fails to properly sanitize user-supplied input, leading to a cross-site scripting vulnerability. An attacker can exploit this vulnerability by injecting arbitrary script code into the affected site, which can result in the execution of malicious code in the browser of an unsuspecting user. This can lead to the theft of authentication credentials and enable various other attacks.
Mitigation:
To mitigate this vulnerability, it is recommended to implement proper input validation and sanitization techniques. Specifically, user-supplied input should be properly encoded or filtered to prevent the execution of malicious code.