vendor:
LoginSys
by:
Osirys
4.3
CVSS
MEDIUM
Insecure Cookie Handling
264
CWE
Product Name: LoginSys
Affected Version From: 1.0.0
Affected Version To: 1.0.0
Patch Exists: YES
Related CWE: N/A
CPE: a:silentum:loginsys:1.0.0
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
Silentum LoginSys 1.0.0 Insecure Cookie Handling
If we log in correctly, a cookie is set with name "logged_in" and as content the username name. An attacker can exploit this vulnerability by setting the cookie content to the username's password. The exploit code is javascript:document.cookie = "logged_in=admin_username; path=/" where admin_username is the nick of the administrator.
Mitigation:
Set the cookie content to the username's password.