CVE-2008-7049
NatterChat 1.1 and 1.12 - SQL Injection via Username and Password Parameters
Title source: llmExploitation Summary
EIP tracks 2 public exploits for CVE-2008-7049. PoCs published by Stack, Bl@ckbe@rD.
AI-analyzed exploit summary This exploit demonstrates an authentication bypass via SQL injection in Natterchat v1.12. By injecting a tautology (' or '1'='1) into the password field, an attacker can bypass authentication and log in as the admin user.
Description
Multiple SQL injection vulnerabilities in login.asp in NatterChat 1.1 and 1.12 allow remote attackers to execute arbitrary SQL commands via the (1) txtUsername parameter (aka Username) and (2) txtPassword parameter (aka Password) in a form generated by home.asp. NOTE: due to lack of details, it is not clear whether this is related to CVE-2004-2206.
Exploits (2)
This exploit demonstrates an authentication bypass via SQL injection in Natterchat v1.12. By injecting a tautology (' or '1'='1) into the password field, an attacker can bypass authentication and log in as the admin user.
This exploit demonstrates an SQL injection vulnerability in NATTERCHAT v1.1, allowing an attacker to bypass authentication by injecting a tautology (' or '1'='1) into the login form.