vendor:
MySQL Quick Admin
by:
Vinod Sharma
7.5
CVSS
HIGH
Directory Traversal
22
CWE
Product Name: MySQL Quick Admin
Affected Version From: 1.5.2005
Affected Version To: 1.5.2005
Patch Exists: NO
Related CWE: N/A
CPE: a:mysql_quick_admin:mysql_quick_admin:1.5.5
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: N/A
2008
Directory traversal vulnerability in MySQL Quick Admin 1.5.5
Directory traversal vulnerability in MySQL Quick Admin 1.5.5 allows remote attackers to read and execute arbitrary files via a .. (dot dot) in the lang parameter to actions.php. $_SESSION['language'] is set to the value of the lang parameter without any sanitization. The actions.php will send this $_SESSION['language'] value to required.php which will pass it to include() function without any sanitization. Exploit: http://[target]/[path]/actions.php?do=lang&lang=../../../../../../../../../etc/passwd%00
Mitigation:
Input validation should be done to prevent directory traversal attacks.