Severe MySQL bug-User Login Vulnerability

Source: Internet
Author: User

Security vulnerability in MySQL/mariadb can log on directly and repeatedly (about 256 on average) when the user name (such as root) is known.

Affected Versions:

All mariadb and MySQL versions up to 5.1.61, 5.2.11, 5.3.5, 5.5.22 are vulnerable.
Mariadb versions from 5.1.62, 5.2.12, 5.3.6, 5.5.23 are not.
MySQL versions from 5.1.63, 5.5.24, 5.6.6 are not.

Click here for details

=================== Additional instructions =================================

This bug was not found in the official compiled version.If you download the source code and compile it yourself, you may encounter this problem..

This problem is related to the return value of the memcmp () function. Currently, we know that the built-in memcmp of GCC is secure, while the memcmp of BSD libc is secure.Memcmp optimized by Linux glibc SSE has this problem.

Shell:

$ For I in 'seq 1 1000 '; do mysql-u root -- Password = bad-H 127.0.0.1 2>/dev/NULL; done
Mysql>

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.