Exploitation Summary
EIP tracks 1 public exploit for CVE-2009-4722. PoCs published by SirGod.
AI-analyzed exploit summary This exploit demonstrates an SQL injection vulnerability in Limny 1.01, allowing authentication bypass by injecting a tautology into the username field. The vulnerable code in `includes/functions.php` directly interpolates user input into an SQL query without proper sanitization.
Description
SQL injection vulnerability in the CheckLogin function in includes/functions.php in Limny 1.01, when magic_quotes_gpc is disabled, allows remote attackers to execute arbitrary SQL commands via the username parameter.
Exploits (1)
This exploit demonstrates an SQL injection vulnerability in Limny 1.01, allowing authentication bypass by injecting a tautology into the username field. The vulnerable code in `includes/functions.php` directly interpolates user input into an SQL query without proper sanitization.