bBlog contains a flaw that will allow an attacker to inject arbitrary SQL code. The problem is that the 'p' variable in the 'rss.php' module is not verified properly and will allow an attacker to inject or manipulate SQL queries.
Classification
Location:
Remote/Network Access Required
Attack Type:
Information Disclosure,
Input Manipulation
Impact:
Loss of Confidentiality,
Loss of Integrity
Exploit:
Exploit Available
Disclosure:
OSVDB Verified
OSVDB:
Web Related
Solution
Upgrade to version 0.7.4 or higher, as it has been reported to fix this vulnerability. It is also possible to correct the flaw by implementing the following workaround(s):
Add '$p = array();' to line 13 of the rss.php module if you are familiar with PHP.