Exploitation Summary
EIP tracks 2 public exploits for CVE-2013-10032.
PoCs published by Ahmed Elhady Mohamed, including Metasploit module exploits/unix/webapp/get_simple_cms_upload_exec.
AI-analyzed exploit summary The exploit describes an arbitrary file upload vulnerability in GetSimpleCMS 3.2.1 due to blacklist-based extension filtering. Attackers can bypass restrictions by using multiple extensions (e.g., 'exploit.html.fr') to upload malicious files.
Description
An authenticated remote code execution vulnerability exists in GetSimpleCMS version 3.2.1. The application’s upload.php endpoint allows authenticated users to upload arbitrary files without proper validation of MIME types or extensions. By uploading a .pht file containing PHP code, an attacker can bypass blacklist-based restrictions and place executable code within the web root. A crafted request using a polyglot or disguised extension allows the attacker to execute the payload by accessing the file directly via the web server. This vulnerability exists due to the use of a blacklist for filtering file types instead of a whitelist.
Exploits (2)
The exploit describes an arbitrary file upload vulnerability in GetSimpleCMS 3.2.1 due to blacklist-based extension filtering. Attackers can bypass restrictions by using multiple extensions (e.g., 'exploit.html.fr') to upload malicious files.
This Metasploit module exploits a file upload vulnerability in GetSimple CMS (CVE-2013-10032), allowing authenticated users to upload and execute arbitrary PHP code. It handles authentication, file upload, and payload execution.
References (6)
Scores
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H