rConfig 3.9.4 is vulnerable to remote code execution due to improper validation in the file upload functionality. vendor.crud.php accepts a file upload by checking content-type without considering the file extension and header. Thus, an attacker can exploit this by uploading a .php file to vendor.php that contains arbitrary PHP code and changing the content-type to image/gif.
References
Link | Resource |
---|---|
https://gist.github.com/farid007/9f6ad063645d5b1550298c8b9ae953ff | Third Party Advisory |
Configurations
History
No history.
Information
Published : 2020-05-18 15:15
Updated : 2024-02-04 21:00
NVD link : CVE-2020-12255
Mitre link : CVE-2020-12255
CVE.ORG link : CVE-2020-12255
JSON object : View
Products Affected
rconfig
- rconfig
CWE
CWE-434
Unrestricted Upload of File with Dangerous Type