mirror of
https://github.com/0xMarcio/cve.git
synced 2025-05-05 18:27:17 +00:00
979 B
979 B
CVE-2011-2507
Description
libraries/server_synchronize.lib.php in the Synchronize implementation in phpMyAdmin 3.x before 3.3.10.2 and 3.4.x before 3.4.3.1 does not properly quote regular expressions, which allows remote authenticated users to inject a PCRE e (aka PREG_REPLACE_EVAL) modifier, and consequently execute arbitrary PHP code, by leveraging the ability to modify the SESSION superglobal array.
POC
Reference
- http://ha.xxor.se/2011/07/phpmyadmin-3x-multiple-remote-code.html
- http://ha.xxor.se/2011/07/phpmyadmin-3x-pregreplace-rce-poc.html
- http://securityreason.com/securityalert/8306
Github
No PoCs found on GitHub currently.