cve/2011/CVE-2011-2508.md

19 lines
875 B
Markdown
Raw Normal View History

2024-05-26 14:27:05 +02:00
### [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.