1.1 KiB
1.1 KiB
CVE-2013-10055
Description
An unauthenticated arbitrary file upload vulnerability exists in Havalite CMS version 1.1.7 (and possibly earlier) in the upload.php script. The application fails to enforce proper file extension validation and authentication checks, allowing remote attackers to upload malicious PHP files via a crafted multipart/form-data POST request. Once uploaded, the attacker can access the file directly under havalite/tmp/files/, resulting in remote code execution.
POC
Reference
- https://www.exploit-db.com/exploits/26243
- https://www.vulncheck.com/advisories/havalite-cms-arbitary-file-upload-rce
Github
No PoCs found on GitHub currently.