Vulnerability in the MySQL Server component of Oracle MySQL (subcomponent: Server: DDL). Supported versions that are affected are 5.6.34 and earlier and 5.7.16 and earlier. Easily exploitable vulnerability allows low privileged attacker with network access via multiple protocols to compromise MySQL Server. Successful attacks of this vulnerability can result in unauthorized ability to cause a hang or frequently repeatable crash (complete DOS) of MySQL Server. CVSS v3.0 Base Score 6.5 (Availability impacts).
The product receives input or data, but it does not validate or incorrectly validates that the input has the properties that are required to process the data safely and correctly.
Name | Vendor | Start Version | End Version |
---|---|---|---|
Mysql | Oracle | 5.6.0 (including) | 5.6.34 (including) |
Mysql | Oracle | 5.7.0 (including) | 5.7.16 (including) |
Red Hat Software Collections for Red Hat Enterprise Linux 6 | RedHat | rh-mysql56-mysql-0:5.6.37-5.el6 | * |
Red Hat Software Collections for Red Hat Enterprise Linux 6 | RedHat | rh-mysql57-mysql-0:5.7.19-6.el6 | * |
Red Hat Software Collections for Red Hat Enterprise Linux 6.7 EUS | RedHat | rh-mysql56-mysql-0:5.6.37-5.el6 | * |
Red Hat Software Collections for Red Hat Enterprise Linux 6.7 EUS | RedHat | rh-mysql57-mysql-0:5.7.19-6.el6 | * |
Red Hat Software Collections for Red Hat Enterprise Linux 7 | RedHat | rh-mysql56-mysql-0:5.6.37-5.el7 | * |
Red Hat Software Collections for Red Hat Enterprise Linux 7 | RedHat | rh-mysql57-mysql-0:5.7.19-6.el7 | * |
Red Hat Software Collections for Red Hat Enterprise Linux 7.3 EUS | RedHat | rh-mysql56-mysql-0:5.6.37-5.el7 | * |
Red Hat Software Collections for Red Hat Enterprise Linux 7.3 EUS | RedHat | rh-mysql57-mysql-0:5.7.19-6.el7 | * |
Mysql-5.6 | Ubuntu | trusty | * |
Mysql-5.6 | Ubuntu | upstream | * |
Mysql-5.7 | Ubuntu | artful | * |
Mysql-5.7 | Ubuntu | bionic | * |
Mysql-5.7 | Ubuntu | cosmic | * |
Mysql-5.7 | Ubuntu | disco | * |
Mysql-5.7 | Ubuntu | esm-infra/bionic | * |
Mysql-5.7 | Ubuntu | esm-infra/xenial | * |
Mysql-5.7 | Ubuntu | upstream | * |
Mysql-5.7 | Ubuntu | xenial | * |
Mysql-5.7 | Ubuntu | yakkety | * |
Mysql-5.7 | Ubuntu | zesty | * |
Percona-server-5.6 | Ubuntu | artful | * |
Percona-server-5.6 | Ubuntu | esm-apps/xenial | * |
Percona-server-5.6 | Ubuntu | xenial | * |
Percona-server-5.6 | Ubuntu | yakkety | * |
Percona-server-5.6 | Ubuntu | zesty | * |
Percona-xtradb-cluster-5.5 | Ubuntu | trusty | * |
Percona-xtradb-cluster-5.6 | Ubuntu | artful | * |
Percona-xtradb-cluster-5.6 | Ubuntu | esm-apps/xenial | * |
Percona-xtradb-cluster-5.6 | Ubuntu | xenial | * |
Percona-xtradb-cluster-5.6 | Ubuntu | yakkety | * |
Percona-xtradb-cluster-5.6 | Ubuntu | zesty | * |
Input validation is a frequently-used technique for checking potentially dangerous inputs in order to ensure that the inputs are safe for processing within the code, or when communicating with other components. Input can consist of:
Data can be simple or structured. Structured data can be composed of many nested layers, composed of combinations of metadata and raw data, with other simple or structured data. Many properties of raw data or metadata may need to be validated upon entry into the code, such as:
Implied or derived properties of data must often be calculated or inferred by the code itself. Errors in deriving properties may be considered a contributing factor to improper input validation.