|
Venom Board SQL Injection Vulnerability |
|
|
|
|
Tuesday, 10 January 2006 |
-----------------Description---------------
Vulnerable script:
add_post.php3
Variables $parent $root $topic_id isnt properly sanitized before being
used in a SQL query. This can be used to make any SQL query by
injecting arbitrary SQL code.
--------------Exploit----------------------
SQL Injection Example:
http://host/venomboard/forum/post.php3?topic_id=999%20union%20select%201,2,3,4,5,6,7/*
--------------Solution---------------------
No Patch available.
--------------Credit-----------------------
Original Advisory:
http://evuln.com/vulns/21/summary.html
Discovered by: Aliaksandr Hartsuyeu (eVuln.com)
|