Exploit MySQL Server 4/5 - Str_To_Date Remote Denial of Service

Exploiter

Хакер
34,644
0
18 Дек 2022
EDB-ID
28026
Проверка EDB
  1. Пройдено
Автор
KANATOKO
Тип уязвимости
DOS
Платформа
LINUX
CVE
cve-2006-3081
Дата публикации
2006-06-14
Код:
source: https://www.securityfocus.com/bid/18439/info

MySQL is susceptible to a remote denial-of-service vulnerability. This issue is due to the database server's failure to properly handle unexpected input.

This issue allows remote attackers to crash affected database servers, denying service to legitimate users. Attackers must be able to execute arbitrary SQL statements on affected servers, which requires valid credentials to connect to affected servers.

Attackers may exploit this issue in conjunction with latent SQL-injection vulnerabilities in other applications.

Versions of MySQL prior to 4.1.18, 5.0.19, and 5.1.6 are vulnerable to this issue.


The following SQL statement will demonstrate this issue:

select str_to_date( 1, NULL );
 
Источник
www.exploit-db.com

Похожие темы