mirror of
https://github.com/0xMarcio/cve.git
synced 2026-05-13 10:04:45 +02:00
20 lines
800 B
Markdown
20 lines
800 B
Markdown
### [CVE-2008-4096](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2008-4096)
|
|

|
|

|
|

|
|
|
|
### Description
|
|
|
|
libraries/database_interface.lib.php in phpMyAdmin before 2.11.9.1 allows remote authenticated users to execute arbitrary code via a request to server_databases.php with a sort_by parameter containing PHP sequences, which are processed by create_function.
|
|
|
|
### POC
|
|
|
|
#### Reference
|
|
- http://fd.the-wildcat.de/pma_e36a091q11.php
|
|
|
|
#### Github
|
|
- https://github.com/20142995/pocsuite3
|
|
- https://github.com/ARPSyndicate/cvemon
|
|
- https://github.com/whoadmin/pocs
|
|
|