header-logo
Suggest Exploit
vendor:
phpMyAdmin
by:
Unknown
7.5
CVSS
HIGH
Cross-Site Scripting
79
CWE
Product Name: phpMyAdmin
Affected Version From: Unknown
Affected Version To: Unknown
Patch Exists: YES
Related CWE:
CPE: a:phpmyadmin:phpmyadmin
Metasploit:
Other Scripts:
Platforms Tested: Any platform with phpMyAdmin installed
Unknown

Multiple Cross-Site Scripting Vulnerabilities in phpMyAdmin

The vulnerabilities exist due to a failure in phpMyAdmin to properly sanitize user-supplied input. An attacker can exploit these vulnerabilities by injecting arbitrary script code through specially crafted URLs, leading to the execution of malicious scripts in the context of the affected site. This can result in the theft of authentication credentials and other attacks.

Mitigation:

To mitigate these vulnerabilities, it is recommended to update to the latest version of phpMyAdmin, which includes a patch for these issues. Additionally, users should exercise caution when clicking on unfamiliar or suspicious links.
Source

Exploit-DB raw data:

source: https://www.securityfocus.com/bid/15196/info

phpMyAdmin is prone to multiple cross-site scripting vulnerabilities. These issues are due to a failure in the application to properly sanitize user-supplied input.

An attacker may leverage these issues to have arbitrary script code executed in the browser of an unsuspecting user in the context of the affected site. This may facilitate the theft of cookie-based authentication credentials as well as other attacks. 

http://www.example/com/queryframe.php?lang=en-iso-8859-1&server=1&hash="><script>alert(document.cookie)</script>