vendor:
phpMyAdmin
by:
cp77fk4r
7,5
CVSS
HIGH
Cross Site Scripting and Full Path Disclosure
79 (XSS) and 200 (Information Exposure)
CWE
Product Name: phpMyAdmin
Affected Version From: 2.6.3-pl1
Affected Version To: 2.6.3-pl1
Patch Exists: YES
Related CWE: N/A
CPE: a:phpmyadmin:phpmyadmin:2.6.3-pl1
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: PHP
2010
phpMyAdmin 2.6.3-pl1 Cross Site Scripting and Full Path Disclosure
Cross-Site Scripting attacks are a type of injection problem, in which malicious scripts are injected into the otherwise benign and trusted web sites. Cross-site scripting (XSS) attacks occur when an attacker uses a web application to send malicious code, generally in the form of a browser side script, to a different end user. Flaws that allow these attacks to succeed are quite widespread and occur anywhere a web application uses input from a user in the output it generates without validating or encoding it. Full Path Disclosure (FPD) vulnerabilities enable the attacker to see the path to the webroot/file.
Mitigation:
Input validation and output encoding should be used to prevent XSS attacks. Full Path Disclosure should be prevented by using a custom error page.