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

18 lines
833 B
Markdown

### [CVE-2005-3300](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2005-3300)
![](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
The register_globals emulation layer in grab_globals.php for phpMyAdmin before 2.6.4-pl3 does not perform safety checks on values in the _FILES array for uploaded files, which allows remote attackers to include arbitrary files by using direct requests to library scripts that do not use grab_globals.php, then modifying certain configuration values for the theme.
### POC
#### Reference
- http://marc.info/?l=bugtraq&m=113017591414699&w=2
#### Github
No PoCs found on GitHub currently.