vendor:
IceBB
by:
High-Tech Bridge SA - Ethical Hacking & Penetration Testing
7,5
CVSS
HIGH
SQL Injection & Information Disclosure
89
CWE
Product Name: IceBB
Affected Version From: 1.0-rc10
Affected Version To: 1.0-rc10
Patch Exists: NO
Related CWE: N/A
CPE: a:xaos_interactive:icebb
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
2010
SQL Injection & Information Disclosure in IceBB
The vulnerability exists due to failure in the "/index.php" script to properly sanitize user-supplied input in "gmt" and "icebb_login_key" variables. Attacker can alter queries to the application SQL database, execute arbitrary queries to the database, compromise the application, access or modify sensitive data, or exploit various vulnerabilities in the underlying SQL database. Information Disclosure vulnerability exists due to failure in the "/index.php" and "/admin/index.php" scripts to properly sanitize user-supplied input in "icebb_login_key" variable from cookie, it's possible to generate an sql query error that will reveal the database tables prefix.
Mitigation:
Input validation should be used to prevent SQL injection attacks. The application should also use parameterized queries to prevent SQL injection attacks.