CVE-2006-1569
RedCMS 0.1 - SQL Injection via Username or Password Parameter
Title source: llmExploitation Summary
EIP tracks 2 public exploits for CVE-2006-1569. PoCs published by Aliaksandr Hartsuyeu.
AI-analyzed exploit summary This exploit demonstrates a SQL injection vulnerability in RedCMS via the 'id' parameter in profile.php. The payload uses a UNION-based attack to extract data from the database.
Description
Multiple SQL injection vulnerabilities in RedCMS 0.1 allow remote attackers to execute arbitrary SQL commands via the (1) username or (2) password parameters to (a) login.php or (b) register.php; or (3) u parameter to (c) profile.php.
Exploits (2)
This exploit demonstrates a SQL injection vulnerability in RedCMS via the 'id' parameter in profile.php. The payload uses a UNION-based attack to extract data from the database.
This exploit demonstrates an SQL injection vulnerability in RedCMS's login.php, allowing authentication bypass by injecting a malformed username. The payload ' or 1/* bypasses authentication by manipulating the SQL query logic.