Exploitation Summary
EIP tracks 1 public exploit for CVE-2009-0810. PoCs published by Fireshot.
AI-analyzed exploit summary This exploit demonstrates an SQL injection vulnerability in XGuestBook v2.0, allowing authentication bypass by injecting 'admin' or '1=1' into the username field. The vulnerable code directly interpolates user input into an SQL query without sanitization.
Description
SQL injection vulnerability in login.php in xGuestbook 2.0 allows remote attackers to execute arbitrary SQL commands via the user parameter.
Exploits (1)
This exploit demonstrates an SQL injection vulnerability in XGuestBook v2.0, allowing authentication bypass by injecting 'admin' or '1=1' into the username field. The vulnerable code directly interpolates user input into an SQL query without sanitization.