Lucene search

K
zdtNeil Kettle1337DAY-ID-21622
HistoryDec 05, 2013 - 12:00 a.m.

MySQL 5.0.x IF Query Handling Remote Denial Of Service Vulnerability

2013-12-0500:00:00
Neil Kettle
0day.today
29

0.006 Low

EPSS

Percentile

75.7%

Exploit for linux platform in category dos / poc

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)));

#  0day.today [2018-03-28]  #