GLSA Bodhisattva


Joined: 17 Apr 2002 Posts: 2602 Location: Baltimore, MD
|
Posted: Thu Mar 03, 2005 10:26 pm Post subject: [ GLSA 200503-07 ] phpMyAdmin: Multiple vulnerabilities |
|
|
Gentoo Linux Security Advisory
Title: phpMyAdmin: Multiple vulnerabilities (GLSA 200503-07)
Severity: normal
Exploitable: remote
Date: March 03, 2005
Updated: May 22, 2006
Bug(s): #83190, #83792
ID: 200503-07
Synopsis
phpMyAdmin contains multiple vulnerabilities that could lead to command execution, XSS issues and bypass of security restrictions.
Background
phpMyAdmin is a tool written in PHP intended to handle the administration of MySQL databases from a web-browser.
Affected Packages
Package: dev-db/phpmyadmin
Vulnerable: < 2.6.1_p2-r1
Unaffected: >= 2.6.1_p2-r1
Architectures: All supported architectures
Description
phpMyAdmin contains several security issues: - Maksymilian Arciemowicz has discovered multiple variable injection vulnerabilities that can be exploited through "$cfg" and "GLOBALS" variables and localized strings
- It is possible to force phpMyAdmin to disclose information in error messages
- Failure to correctly escape special characters
Impact
By sending a specially-crafted request, an attacker can include and execute arbitrary PHP code or cause path information disclosure. Furthermore the XSS issue allows an attacker to inject malicious script code, potentially compromising the victim's browser. Lastly the improper escaping of special characters results in unintended privilege settings for MySQL.
Workaround
There is no known workaround at this time.
Resolution
All phpMyAdmin users should upgrade to the latest version: Code: | # emerge --sync
# emerge --ask --oneshot --verbose ">=dev-db/phpmyadmin-2.6.1_p2-r1" |
References
PMASA-2005-1
PMASA-2005-2
phpMyAdmin bug 1113788
CVE-2005-0543
CVE-2005-0544
CVE-2005-0653
Last edited by GLSA on Mon May 22, 2006 4:18 am; edited 2 times in total |
|