7.5
CVSSv2

CVE-2008-4436

Published: 03/10/2008 Updated: 29/09/2017
CVSS v2 Base Score: 7.5 | Impact Score: 6.4 | Exploitability Score: 10
VMScore: 755
Vector: AV:N/AC:L/Au:N/C:P/I:P/A:P

Vulnerability Summary

SQL injection vulnerability in bblog_plugins/builtin.help.php in bBlog 0.7.6 allows remote malicious users to execute arbitrary SQL commands via the mod parameter.

Vulnerable Product Search on Vulmon Subscribe to Product

bblog wbblog 0.7.6

Exploits

####################################################### ########## BBlog 076 SQL Injection Vuln ############# ####################################################### # # Vulnpath: /bblog_plugins/builtinhelpphp # # Vuln: if($_GET['mod']) $pluginrow = $bBlog->get_row("select * from "T_PLUGINS" where name='"$_GET['mod']"' and type='modifie ...