vendor:
EzPub
by:
p0pc0rn
8.8
CVSS
HIGH
SQL Injection
89
CWE
Product Name: EzPub
Affected Version From: N/A
Affected Version To: N/A
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
2011
EzPub – Simple Classic ASP CMS Vulnerable to SQL Injection
EzPub is a Simple Classic ASP CMS vulnerable to SQL Injection. The vulnerability can be exploited by sending a malicious SQL query to the vulnerable parameter in the view_article.asp, page.asp and display.asp files. An example of a malicious SQL query is http://site.com/view_article.asp?item=1 union select 1 from test.a
Mitigation:
Input validation should be used to prevent SQL injection attacks. All user-supplied input should be validated and filtered before being used in an SQL query.