6.8
CVSSv2

CVE-2009-1259

Published: 07/04/2009 Updated: 29/09/2017
CVSS v2 Base Score: 6.8 | Impact Score: 6.4 | Exploitability Score: 8.6
VMScore: 685
Vector: AV:N/AC:M/Au:N/C:P/I:P/A:P

Vulnerability Summary

SQL injection vulnerability in inc/bb/topic.php in Insane Visions AdaptBB 1.0, when magic_quotes_gpc is disabled, allows remote malicious users to execute arbitrary SQL commands via the topic_id parameter in a topic action to index.php.

Vulnerable Product Search on Vulmon Subscribe to Product

insanevisions adaptbb 1.0

Exploits

#!/usr/bin/perl -w # # AdaptBB 10 (topic_id) SQL Injection / Credentials Disclosure Exploit # # Description # ----------- # AdaptBB contains a flaw that allows an attacker to carry out an SQL # injection attack The issue is due to the inc/bb/topicphp script not # properly sanitizing user-supplied input to the 'topic_id' variable This may # ...