vendor:
PHPEasyNews
by:
t0pP8uZz
7.5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: PHPEasyNews
Affected Version From: 1.13 RC2
Affected Version To: 1.13 RC2
Patch Exists: NO
Related CWE: N/A
CPE: a:brettjenkins:phpeasynews
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
PHPEasyNews <= 1.13 RC2 SQL Injection Vulnerabilitys
PHPEasyNews suffers from a insecure mysql query, this allows the remote attacker to arbitrary pull information from the database. thus allowing to login has admin, and possibly gaining a shell. The injection returns multi data, so it will show all users, the first is normally the admin.
Mitigation:
Ensure that user input is validated and filtered before being used in SQL queries.