7.5
CVSSv2

CVE-2006-4300

Published: 23/08/2006 Updated: 17/10/2018
CVSS v2 Base Score: 7.5 | Impact Score: 6.4 | Exploitability Score: 10
VMScore: 760
Vector: AV:N/AC:L/Au:N/C:P/I:P/A:P

Vulnerability Summary

SQL injection vulnerability in comments.asp in SimpleBlog 2.0 and previous versions allows remote malicious users to execute arbitrary SQL commands via the id parameter.

Vulnerable Product Search on Vulmon Subscribe to Product

8pixel.net simple blog

Exploits

################################################################################ ## ## ## SimpleBlog 20 <= "commentsasp" SQL Injection Exploit ## ## - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ## ## Credit by ...
#!/usr/bin/perl #Method found by Chironex Fleckeri #Exploit By ASIANEAGLE #Contact:admin@asianeagleorg #Original advisory: wwwmilw0rmcom/exploits/2228 #Usage: exploitnamepl <host> <path> <id> use IO::Socket; if(@ARGV != 3) { usage(); } else { exploit(); } sub header() { print " *****SimpleBlog 20 SQL Injection Explo ...