CVE-2007-1231
SQLiteManager 1.2.0 - Cross-Site Scripting via Database and Table Name Fields
Title source: llmExploitation Summary
EIP tracks 2 public exploits for CVE-2007-1231. PoCs published by Hadi Kiamarsi, Simon Bonnard.
AI-analyzed exploit summary The provided text describes a cross-site scripting (XSS) vulnerability in SQLiteManager 1.2.0, where user-supplied input is not properly sanitized. An example URL is given to demonstrate the vulnerability, but no functional exploit code is included.
Description
Multiple cross-site scripting (XSS) vulnerabilities in SQLiteManager 1.2.0 allow remote attackers to inject arbitrary web script or HTML via the (1) database name, (2) table name, (3) ViewName, (4) view, (5) trigger, and (6) function fields in main.php and certain other files.
Exploits (2)
The provided text describes a cross-site scripting (XSS) vulnerability in SQLiteManager 1.2.0, where user-supplied input is not properly sanitized. An example URL is given to demonstrate the vulnerability, but no functional exploit code is included.
This exploit demonstrates an HTML injection vulnerability in SQLiteManager 1.2.0 by injecting a malicious script via the 'dbname' parameter. The script is automatically submitted to the target application, potentially leading to XSS attacks.