vendor:
X-BLC
by:
dun
7.5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: X-BLC
Affected Version From: 0.2.0
Affected Version To: 0.2.0
Patch Exists: NO
Related CWE: N/A
CPE: a:biolawcom:xblc
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
X-BLC <= 0.2.0 SQL Injection Vulnerability
X-BLC is a dynamic web content management system written in PHP. A SQL injection vulnerability exists in X-BLC <= 0.2.0 which allows an attacker to extract data from the database. The vulnerability is due to insufficient sanitization of user-supplied input in the 'include/get_read.php' script. An attacker can exploit this vulnerability by sending a specially crafted HTTP request containing malicious SQL statements to the vulnerable script. This can allow the attacker to extract data from the database such as usernames and passwords.
Mitigation:
Input validation should be used to ensure that untrusted data is not used to construct SQL statements in an application. Parameterized queries should be used to prevent SQL injection attacks.