CVE-2007-5679
DeeEmm.com DM CMS 0.7.0.Beta and 0.7.4 - SQL Injection via id Parameter
Title source: llmExploitation Summary
EIP tracks 2 public exploits for CVE-2007-5679. PoCs published by Khashayar Fereidani, Aria-Security Team.
AI-analyzed exploit summary This exploit demonstrates SQL injection and remote file inclusion (RFI) vulnerabilities in DeeEmm CMS. The SQLi allows unauthorized data extraction from the 'deeemm_users' table, while the RFI enables remote code execution by including a malicious file.
Description
SQL injection vulnerability in index.php in DeeEmm.com DM CMS 0.7.0.Beta allows remote attackers to execute arbitrary SQL commands via the id parameter in the media page (build_media_content.php). NOTE: it was later reported that 0.7.4 is also affected.
Exploits (2)
This exploit demonstrates SQL injection and remote file inclusion (RFI) vulnerabilities in DeeEmm CMS. The SQLi allows unauthorized data extraction from the 'deeemm_users' table, while the RFI enables remote code execution by including a malicious file.
The provided text describes an SQL injection vulnerability in DMCMS 0.7.0, where the 'id' parameter in the 'media' page is not properly sanitized. It includes a sample URL for exploitation but lacks actual exploit code.