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

18 lines
708 B
Markdown

### [CVE-2018-9134](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-9134)
![](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
file_manage_control.php in DedeCMS 5.7 has CSRF in an fmdo=rename action, as demonstrated by renaming an arbitrary file under uploads/userup to a .php file under the web root to achieve PHP code execution. This uses the oldfilename and newfilename parameters.
### POC
#### Reference
- https://xz.aliyun.com/t/2234
#### Github
No PoCs found on GitHub currently.