Pre-Auth MySQL remote DOS (Integer... CVE-2017-3599 CNNVD-201704-1199

7.8 AV AC AU C I A
发布: 2017-04-24
修订: 2019-10-03

MySQL server is affected by a remote DoS attack, which could be exploited by a remote unauthenticated attacker to cause a loss of availability on the targeted service. The issue has been verified to affect 5.6.X branch up to 5.6.35 and 5.7.X branch up to 5.7.17\. It is strongly recommended that MySQL servers are updated to the [latest version](https://dev.mysql.com/downloads/mysql/). Upon connection from a client, the server sends a greeting message and the client continues the communication by starting the authentication process. The authentication packet sent by the client contains a wealth of information including the client capabilities, username, password, etc. The packet is received by the server, and parsed by `parse_client_handshake_packet()` function, in /sql/auth/sql_authentication.cc. In particular, the following code retrieves the password from the packet: ``` passwd= get_length_encoded_string(&end, &bytes_remaining_in_packet, &passwd_len); ```...

0%
当前有3条漏洞利用/PoC
当前有1条受影响产品信息