7.5
CVSSv2

CVE-2006-5889

Published: 14/11/2006 Updated: 14/02/2024
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 printLog.php in BrewBlogger (BB) 1.3.1 allows remote malicious users to execute arbitrary SQL commands via the id parameter.

Vulnerable Product Search on Vulmon Subscribe to Product

brewblogger brewblogger 1.3.1

Exploits

#!/usr/bin/perl ########################################################################################### #Target: # # BewBlogger 131 # brewbloggerzkdigitalcom # #Vulnerability: # # SQL Injection # #Description: # # BrewBlogger does not properly sanitize the 'id=' parameter passed to printLogphp # Since ...