[2/5] phpMyAdmin Database Name SQL Injection and Script Insertion
:Two vulnerabilities have been reported in phpMyAdmin, which can be exploited by malicious users to conduct script insertion and SQL injection attacks.1) Input passed to the "db" parameter in db_create.php is not properly sanitised before being stored. This can be exploited to insert arbitrary HTML and script code, which is executed in a user’s browser session in context of an affected site when the malicious data is viewed.Successful exploitation requires that the attacker has CREATE DATABASE credentials, that the target user has valid user credentials, and that the target user uses a web browser that executes JavaScript code in <img> HTML elements (e.g. Opera).2) Input passed to the "db" parameter in db_create.php is not properly sanitised before being used in SQL queries. This can be exploited to manipulate SQL queries by injecting arbitrary SQL code.Successful exploitation requires that the attacker has CREATE DATABASE credentials.The vulnerabilities are reported in version 2.11.2. Prior versions may also be affected.Solution:Update to version 2.11.2.1.Provided and/or discovered by:1) Omer Singer, The DigiTrust Group2) Reported by the vendor.Original Advisory:phpMyAdmin:http://sourceforge.net/project/shownotes.php?release_id=553333http://www.phpmyadmin.net/home_page/security.php?issue=PMASA-2007-71) http://www.digitrustgroup.com/advisories/tdg-advisory071108a.html
Original post by manisha
Posted in Advisories - Exploits |
| [2/5] phpMyAdmin Database Name SQL Injection and Script Insertion