vendor:
BrewBlogger
by:
Craig Heffner
7,5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: BrewBlogger
Affected Version From: 1.3.1
Affected Version To: 1.3.1
Patch Exists: NO
Related CWE: N/A
CPE: a:brewblogger:brewblogger:1.3.1
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: N/A
2009
BrewBlogger 1.3.1 SQL Injection Exploit
BrewBlogger does not properly sanitize the 'id=' parameter passed to printLog.php. Since each user entry contains an auto-incrementing ID number, it is possible to enumerate all user names and passwords stored in the 'users'database by iterating through every possible ID number.
Mitigation:
Sanitize user input and use parameterized queries.