Files
CVEs-PoC/2020/CVE-2020-10567.md
T
2024-05-25 21:48:12 +02:00

19 lines
1006 B
Markdown

### [CVE-2020-10567](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-10567)
![](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
An issue was discovered in Responsive Filemanager through 9.14.0. In the ajax_calls.php file in the save_img action in the name parameter, there is no validation of what kind of extension is sent. This makes it possible to execute PHP code if a legitimate JPEG image contains this code in the EXIF data, and the .php extension is used in the name parameter. (A potential fast patch is to disable the save_img action in the config file.)
### POC
#### Reference
- http://packetstormsecurity.com/files/171280/ZwiiCMS-12.2.04-Remote-Code-Execution.html
- https://github.com/trippo/ResponsiveFilemanager/issues/600
#### Github
No PoCs found on GitHub currently.