Oracle MySQL TEMPORARY InnoDB table Denial Of Service Vulnerability and repair

Source: Internet
Author: User

Affected Versions:

Oracle MySQL 5.1.48-bzrracle MySQL 5.1.47Oracle MySQL 5.1.41
Vulnerability description:
Bugtraq id: 12798mysql is a widely used open-source relational database system with running versions on various platforms. If you use the create temporary table command to CREATE a temporary table and use the innodb engine, the database will crash.
<* Reference
Http://bugs.mysql.com/bug.php? Id = 54044
*>Test method:
The Program (method) provided on this site may be offensive and only used for security research and teaching. You are at your own risk!
Mysql> SET storage_engine = MYISAM; mysql> create temporary table mk_upgrade as select if (null is not null, NULL, NULL); drop table mk_upgrade;
Vendor patch: Oracle ------ the vendor has released a patch to fix this security problem, please go to the vendor's home page download: http://dev.mysql.com/doc/refman/5.1/en/news-5-1-49.html

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.