vendor:
cyberBB
by:
cOndemned [ Dark-Coders ]
7.5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: cyberBB
Affected Version From: 0.6
Affected Version To: 0.6
Patch Exists: NO
Related CWE: N/A
CPE: N/A
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
cyberBB v. 0.6 Multiply Remote SQL Injection Vulnerabilities
cyberBB v. 0.6 is vulnerable to multiple remote SQL injection vulnerabilities. The first vulnerability is located in the 'show_topic.php' file with the 'id' parameter. The second vulnerability is located in the 'profile.php' file with the 'user' parameter. Both vulnerabilities require the user to be logged in and the magic quotes gpc must be off. An attacker can exploit these vulnerabilities to gain access to the database and extract sensitive information such as usernames and passwords.
Mitigation:
Ensure that the magic quotes gpc is enabled and that user input is properly sanitized before being used in SQL queries.