1 results (0.001 seconds)
CVSS: 8.8EPSS: 0%CPEs: 1EXPL: 2

CVE-2012-10042 – Sflog! CMS 1.0 Arbitrary File Upload RCE
https://notcve.org/view.php?id=CVE-2012-10042
08 Aug 2025 — Sflog! CMS 1.0 contains an authenticated arbitrary file upload vulnerability in the blog management interface. The application ships with default credentials (admin:secret) and allows authenticated users to upload files via manage.php. The upload mechanism fails to validate file types, enabling attackers to upload a PHP backdoor into a web-accessible directory (blogs/download/uploads/). Once uploaded, the file can be executed remotely, resulting in full remote code execution. • https://raw.githubusercontent.com/rapid7/metasploit-framework/master/modules/exploits/multi/http/sflog_upload_exec.rb • CWE-434: Unrestricted Upload of File with Dangerous Type •