1. Gentoo Linux Security Advisory
| Advisory Reference | GLSA 200906-03 / phpmyadmin |
| Release Date | June 29, 2009 |
| Latest Revision | June 29, 2009: 01 |
| Impact | high |
| Exploitable | remote |
| Package | Vulnerable versions | Unaffected versions | Architecture(s) |
| dev-db/phpmyadmin | < 2.11.9.5 | >= 2.11.9.5 | All supported architectures |
Related bugreports: #263711
Multiple errors in phpMyAdmin might allow the remote execution of arbitrary code or a Cross-Site Scripting attack.
phpMyAdmin is a web-based management tool for MySQL databases.
Multiple vulnerabilities have been reported in phpMyAdmin:
A remote unauthorized attacker could exploit the first vulnerability to execute arbitrary code with the privileges of the user running phpMyAdmin and conduct Cross-Site Scripting attacks using the second vulnerability.
Removing the "scripts/setup.php" file protects you from CVE-2009-1151.
All phpMyAdmin users should upgrade to the latest version:
Code Listing 3.1: Resolution |
# emerge --sync # emerge --ask --oneshot --verbose ">=dev-db/phpmyadmin-2.11.9.5" |