vendor:
AdaptBB
by:
Juri Gianni aka yeat
7.5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: AdaptBB
Affected Version From: 1
Affected Version To: 1
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
2005
AdaptBB 1.0 (topic_id) SQL Injection / Credentials Disclosure Exploit
AdaptBB contains a flaw that allows an attacker to carry out an SQL injection attack. The issue is due to the inc/bb/topic.php script not properly sanitizing user-supplied input to the 'topic_id' variable. This may allow an attacker to inject or manipulate SQL queries in the backend database if magic_quotes_gpc = off.
Mitigation:
Sanitize user-supplied input to the 'topic_id' variable.