phpMyAdmin upstream released an advisory [1] which fixes 2 issues in phpMyAdmin versions prior to 4.0.10: 1) Input passed via the column name to the table structure page when dropping a column is not properly sanitised before being used. This can be exploited to insert arbitrary HTML and script code, which will be executed in a user's browser session in context of an affected site when the malicious data is being viewed. 2) Input passed via the table name to the table operations page when dropping or truncating a table is not properly sanitised before being used. This can be exploited to insert arbitrary HTML and script code, which will be executed in a user's browser session in context of an affected site when the malicious data is being viewed. Original advisory: [1]: http://www.phpmyadmin.net/home_page/security/PMASA-2014-6.php Upstream commit with the fix: https://github.com/phpmyadmin/phpmyadmin/commit/a92753bd65e1f8b72c46ed3dda6c362628e0daf7
This issue has been deferred.