WP-Forum 1.7.4 SQL Injection
For Fredrik Fahlstads WP-Forum Plugin was a critical vulnerability made public. Details are available on Secunia and milw0rm.
This hole may allow an unauthenticated attacker full access to your blog and potentally your web server/host.
Input passed to the “user” parameter in the WordPress installation’s index.php script (when “forumaction” is set to “showprofile” and “page_id” to a page with the “” tag) is not properly sanitised before being used in SQL queries. This can be exploited to manipulate SQL queries by injecting arbitrary SQL code.
PoC
See milw0rm
Fix
The BlogSec team are unaware of any fixes at this time.
Random Posts
If you enjoyed this post, please leave a comment or subscribe to the feed and get future articles delivered to your feed reader.
Comments
Philipp and David, the html tags is not properly sanitized in this post ;-) (look at “with the “” tag” phrase). You need to fix it.
P.S.
ryan, you can fix this hole by yourself, if you don’t want to wait for official fix. Because it’s common for developers to fix holes in their software not very fast.
We’ve no newer version Spotted of this Plugin. Anyway his forum seems to run with a newer version of the Plugin. Anyway you could patch that hole by yourself.
[...] The plugins homepage is already on version 2.2. This means this vulnerability was probably discovered shortly after the initial version 1.7.4 vulnerability reported by BlogSecurity in early 2008. [...]




WordPress really need to step up and provide SQL safe functions!