[dbsec] More MySQL 5.0 DOS
- From: Chris Anley <chris@xxxxxxxxxxxxxxx>
- To: dbsec@xxxxxxxxxxxxx
- Date: Thu, 24 Nov 2005 22:17:08 +0000
In the same vein as my previous post on MySQL DOS issues, some more issues.
Fixed in the previous version (5.0.16):
CREATE PROCEDURE crashes server (even without privs to create procedure)
http://bugs.mysql.com/bug.php?id=13514
Still to be fixed (scheduled to be fixed in 5.0.17):
Calling a stored proc from within a stored proc causes occasional crashes:
http://bugs.mysql.com/13549
Create table followed by select crashes server:
http://bugs.mysql.com/14480
Some more crashes, mostly stored-proc related:
http://bugs.mysql.com/14569
http://bugs.mysql.com/14342
http://bugs.mysql.com/12329
http://bugs.mysql.com/13399
-chris.
Other related posts:
- » [dbsec] More MySQL 5.0 DOS