vendor:
RSMScript
by:
Osirys
3.3
CVSS
MEDIUM
Insecure Cookie Handling / XXS
79
CWE
Product Name: RSMScript
Affected Version From: 1.21
Affected Version To: 1.21
Patch Exists: YES
Related CWE: N/A
CPE: RSMScript
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
RSMScript 1.21 Insecure Cookie Handling / XXS
If the password "$code" typed is the same of $admin_pass, so you log in, cookie is set with the name "verified" and with content "null". So, a malicious user can just set up a cookie with that name and value, and then he will be logged as the admin. Exploit: javascript:document.cookie = "verified=null; path=/";
Mitigation:
Filter direct user input.