vendor:
eggblog
by:
Unknown
7.5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: eggblog
Affected Version From: 3.1.2000
Affected Version To: 3.1.2000
Patch Exists: Unknown
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: Unknown
Unknown
eggblog <= 3.1.0 Cookies Sql Injection
eggblog version 3.1.0 and below is vulnerable to a SQL injection vulnerability in the cookies. This vulnerability allows an attacker to extract the hashed password of a user from the database. The attacker needs to have magic_quotes_gpc turned off and a MySQL version higher than 4.1.
Mitigation:
Ensure that the application is not vulnerable to SQL injection attacks by validating user input and using parameterized queries.