vendor:
Bloginator
by:
FireShot, Jacopo Vuga
8.8
CVSS
HIGH
Insicure Cookie Handling & SQL Injection
264, 89
CWE
Product Name: Bloginator
Affected Version From: V1A
Affected Version To: V1A
Patch Exists: NO
Related CWE: N/A
CPE: N/A
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
Insicure Cookie Handling & SQL Injection
The first vulnerability is an insecure cookie handling vulnerability which allows an attacker to set a cookie with the value 'you are identified' and gain access to the application. The second vulnerability is a SQL injection vulnerability which allows an attacker to inject arbitrary SQL code in the query.
Mitigation:
Ensure that cookies are set with the secure flag and that user input is properly sanitized before being used in a SQL query.