Exploit Mega Mall - 'product_review.php' Multiple SQL Injections

Exploiter

Хакер
34,644
0
18 Дек 2022
EDB-ID
29026
Проверка EDB
  1. Пройдено
Автор
LAURENT GAFFIE
Тип уязвимости
WEBAPPS
Платформа
PHP
CVE
cve-2006-7170
Дата публикации
2006-11-14
Код:
source: https://www.securityfocus.com/bid/21072/info

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

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

http://example.com/mega-mall/product_review.php?t=[sql]
http://example.com/mega-mall/product_review.php?t=0&productId=[sql]
http://example.com/mega-mall/product_review.php?t=0&productId=1004&sk=[sql]
http://example.com/mega-mall/product_review.php?t=0&productId=1004&t=0&x=[sql]
http://example.com/mega-mall/product_review.php?t=0&productId=1004&sk=USERID&so=[sql]
 
Источник
www.exploit-db.com

Похожие темы