Files
CVEs-PoC/2011/CVE-2011-2508.md
T
2024-06-18 02:51:15 +02:00

19 lines
875 B
Markdown

### [CVE-2011-2508](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2011-2508)
![](https://img.shields.io/static/v1?label=Product&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Vulnerability&message=n%2Fa&color=brighgreen)
### Description
Directory traversal vulnerability in libraries/display_tbl.lib.php in phpMyAdmin 3.x before 3.3.10.2 and 3.4.x before 3.4.3.1, when a certain MIME transformation feature is enabled, allows remote authenticated users to include and execute arbitrary local files via a .. (dot dot) in a GLOBALS[mime_map][$meta->name][transformation] parameter.
### POC
#### Reference
- http://ha.xxor.se/2011/07/phpmyadmin-3x-multiple-remote-code.html
- http://securityreason.com/securityalert/8306
#### Github
No PoCs found on GitHub currently.