vendor:
ScriptBux
by:
SirGod
7.5
CVSS
HIGH
Insecure Cookie Handling
614
CWE
Product Name: ScriptBux
Affected Version From: 2.50 beta 1
Affected Version To: 2.50 beta 1
Patch Exists: YES
Related CWE: N/A
CPE: a:scriptbux:scriptbux:2.50_beta_1
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
Bux.to Clone script Insecure Cookie Handling Vulnerability
A vulnerability in Bux.to Clone script allows an attacker to set arbitrary cookies by using the javascript code 'javascript:document.cookie = "loggedin=1; path=/"; document.cookie = "usNick=admin; path=/";'
Mitigation:
Ensure that cookies are set with the 'HttpOnly' flag to prevent them from being accessed by client-side scripts.