vendor:
BBlog
by:
IP-Sh0k
7.5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: BBlog
Affected Version From: 2000.7.6
Affected Version To: 2000.7.6
Patch Exists: NO
Related CWE: N/A
CPE: a:bblog:bblog:0.7.6
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
2008
BBlog 0.7.6 SQL Injection Vuln
BBlog 0.7.6 is vulnerable to SQL Injection. The vulnerability exists in the builtin.help.php file, where user input is not properly sanitized before being used in an SQL query. An attacker can exploit this vulnerability by sending a specially crafted HTTP request with malicious SQL statements to the vulnerable script. This can allow the attacker to gain access to sensitive information from the database, such as user credentials.
Mitigation:
Input validation should be used to ensure that untrusted data is not used to generate SQL queries that can be exploited. Additionally, parameterized queries should be used to prevent SQL injection attacks.