Releases163
Frequency9 months 1 week
Last Release
MariaDB is designed as a drop-in replacement of [MySQL](https://community.chocolatey.org/packages/mysql) with more features, new storage engines, fewer bugs, and better performance. MariaDB server is a community developed fork of MySQL server started by core members of the original MySQL team. MariaDB strives to be the logical choice for database professionals looking for a robust, scalable, and reliable SQL server. To accomplish this, the MariaDB Foundation work closely and cooperatively with the larger community of users and developers in the true spirit of Free and open source software, and release software in a manner that balances predictability with reliability. #### MariaDB comparison to MySQL * [Features](https://mariadb.com/kb/en/mariadb/mariadb-vs-mysql-features/) * [Compatibility](https://mariadb.com/kb/en/mariadb/mariadb-vs-mysql-compatibility/) #### Community * [Facebook](https://www.facebook.com/MariaDB.dbms) * [Google+](https://plus.google.com/+mariadb) * [Twitter](https://twitter.com/mariadb) **Please Note**: This is an automatically updated package. If you find it is out of date by more than a day or two, please contact the maintainer(s) and let them know [here](https://github.com/mkevenaar/chocolatey-packages/issues) that the package is no longer updating correctly.

CVE History

CVEAffectedPublishedCVSS v3CVSS v2
>= 10.6.1, < 10.6.27, >= 10.11.1, < 10.11.18, >= 11.4.1, < 11.4.12, >= 11.8.1, < 11.8.8, = 12.3.18 HIGH

MariaDB server is a community developed fork of MySQL server. From versions 10.6.1 to before 10.6.27, 10.11.1 to before 10.11.18, 11.4.1 to before 11.4.12, 11.8.1 to before 11.8.8, and 12.3.1, a high-privileged MariaDB user could've used wsrep_sst_receive_address or wsrep_sst_donor global system variables to execute shell commands as the uid of the mariadbd process on the galera joiner node. This issue has been patched in versions 10.6.27, 10.11.18, 11.4.12, 11.8.8, and 12.3.2.

>= 10.6.1, < 10.6.27, >= 10.11.1, < 10.11.18, >= 11.4.1, < 11.4.12, >= 11.8.1, < 11.8.8, = 12.3.18 HIGH

MariaDB server is a community developed fork of MySQL server. From versions 10.6.1 to before 10.6.27, 10.11.1 to before 10.11.18, 11.4.1 to before 11.4.12, 11.8.1 to before 11.8.8, and 12.3.1, during the SST the donor node is interpolating parameters that the joiner sent into the command line. Not all parameters were properly validated which could allow a malicious joiner to execute arbitrary shell commands on the donor side via the rsync SST method. This issue has been patched in versions 10.6.27, 10.11.18, 11.4.12, 11.8.8, and 12.3.2.

>= 10.6.1, < 10.6.26, >= 10.11.1, < 10.11.17, >= 11.4.1, < 11.4.11, >= 11.8.1, < 11.8.7, = 12.3.15 MEDIUM

MariaDB server is a community developed fork of MySQL server. From versions 10.6.1 to before 10.6.26, 10.11.1 to before 10.11.17, 11.4.1 to before 11.4.11, 11.8.1 to before 11.8.7, and 12.3.1, MariaDB allowed SELECT ... INTO OUTFILE and SELECT ... INTO DUMPFILE without verifying the FILE privilege if the FROM clause contained only subqueries. This issue has been patched in versions 10.6.26, 10.11.17, 11.4.11, 11.8.7, and 12.3.2.

= 3.3.18, = 3.4.89.8 CRITICAL

MariaDB server is a community developed fork of MySQL server. In versions 3.3.18 and 3.4.8, an application that was taking non-validated user input, escaping it with mysql_real_escape_string() and sending it to the database using text protocol and big5 character set was vulnerable to SQL injections, even though mysql_real_escape_string() was supposed to prevent them. This issue has been patched in versions 3.3.19 and 3.4.9.

>= 10.6.1, < 10.6.26, >= 10.11.1, < 10.11.17, >= 11.4.1, < 11.4.11, >= 11.8.1, < 11.8.7, = 12.3.16.3 MEDIUM

MariaDB server is a community developed fork of MySQL server. From versions 10.6.1 to before 10.6.26, 10.11.1 to before 10.11.17, 11.4.1 to before 11.4.11, 11.8.1 to before 11.8.7, and 12.3.1, mbstream did not check for /../ in the path when unpacking the archive. A proper backup can never contain such paths, but a specially crafted archive could have caused mbstream to create files outside of the target-dir path. This issue has been patched in versions 10.6.26, 10.11.17, 11.4.11, 11.8.7, and 12.3.2.

>= 10.6.1, < 10.6.26, >= 10.11.1, < 10.11.17, >= 11.4.1, < 11.4.11, >= 11.8.1, < 11.8.7, = 12.3.19.8 CRITICAL

MariaDB server is a community developed fork of MySQL server. From versions 10.6.1 to before 10.6.26, 10.11.1 to before 10.11.17, 11.4.1 to before 11.4.11, 11.8.1 to before 11.8.7, and 12.3.1, MariaDB on WIndows with installed CONNECT engine and enabled REST support interpolated table HTTP attribute into the curl command line without proper sanitizing. This allows the user to execute shell commands on the server. This issue has been patched in versions 10.6.26, 10.11.17, 11.4.11, 11.8.7, and 12.3.2.

>= 11.4.1, < 11.4.11, >= 11.8.1, < 11.8.7, = 12.3.14.3 MEDIUM

MariaDB server is a community developed fork of MySQL server. From versions 11.4.1 to before 11.4.11, 11.8.1 to before 11.8.7, and 12.3.1, a user getting EXECUTE access to a stored routine via a role, could see the routine definition even without SHOW CREATE ROUTINE privilege. This issue has been patched in versions 11.4.11, 11.8.7, and 12.3.2.

>= 10.6.1, < 10.6.26, >= 10.11.1, < 10.11.17, >= 11.4.1, < 11.4.11, >= 11.8.1, < 11.8.7, = 12.3.18 HIGH

MariaDB server is a community developed fork of MySQL server. From versions 10.6.1 to before 10.6.26, 10.11.1 to before 10.11.17, 11.4.1 to before 11.4.11, 11.8.1 to before 11.8.7, and 12.3.1, during the SST the donor node is interpolating parameters that the joiner sent into the command line. Not all parameters were properly validated which could allow a malicious joiner to execute arbitrary shell commands on the donor side via the mariabackup SST method. This issue has been patched in versions 10.6.26, 10.11.17, 11.4.11, 11.8.7, and 12.3.2.

>= 10.6.1, < 10.6.27, >= 10.11.1, < 10.11.18, >= 11.4.1, < 11.4.12, >= 11.8.1, < 11.8.8, = 12.3.110 CRITICAL

MariaDB server is a community developed fork of MySQL server. Versions 10.6.1 through 10.6.26, 10.11.1 through 10.11.17, 11.4.1 through 11.4.11, 11.8.1 through 11.8.7, and 12.3.1 with `wsrep_notify_cmd` enabled would execute shell commands embedded in the name of the joiner node. This is fixed in 10.6.27, 10.11.18, 11.4.12, 11.8.8, and 12.3.2. As a workaround, anyone who cannot upgrade now should disable `wsrep_notify_cmd`.

>= 11.4.1, < 11.4.10, >= 11.8.1, < 11.8.6, = 12.1.28.5 HIGH

MariaDB server is a community developed fork of MySQL server. An authenticated user can crash MariaDB versions 11.4 before 11.4.10 and 11.8 before 11.8.6 via a bug in JSON_SCHEMA_VALID() function. Under certain conditions it might be possible to turn the crash into a remote code execution. These conditions require tight control over memory layout which is generally only attainable in a lab environment. This issue is fixed in MariaDB 11.4.10, MariaDB 11.8.6, and MariaDB 12.2.2.

<= 10.6.24, >= 10.7.0, <= 10.11.15, >= 11.0.0, <= 11.4.9, >= 11.5.0, <= 11.8.54.3 MEDIUM

In MariaDB server version through 11.8.5, when server audit plugin is enabled with server_audit_events variable configured with QUERY_DCL, QUERY_DDL, or QUERY_DML filtering, if an authenticated database user invokes a SQL statement prefixed with double-hyphen (—) or hash (#) style comments, the statement is not logged.

= 11.1.05.7 MEDIUM

An issue in MariaDB v.11.1 allows a remote attacker to execute arbitrary code via the lib_mysqludf_sys.so function. NOTE: this is disputed by the MariaDB Foundation because no privilege boundary is crossed.

= 10.5.05.6 MEDIUM

Insecure permissions in the sys_exec function of MariaDB v10.5 allows authenticated attackers to execute arbitrary commands with elevated privileges. NOTE: this is disputed by the MariaDB Foundation because no privilege boundary is crossed.

= 10.5.09.8 CRITICAL

MariaDB v10.5 was discovered to contain a remote code execution (RCE) vulnerability via UDF Code in a Shared Object File, followed by a "create function" statement. NOTE: this is disputed by the MariaDB Foundation because no privilege boundary is crossed.

>= 11.2.0, < 11.2.2, >= 11.1.0, < 11.1.3, >= 11.0.0, < 11.0.4, >= 10.11.0, < 10.11.6, >= 10.10.0, < 10.10.7, >= 10.6.0, < 10.6.16, >= 10.5.0, < 10.5.23, >= 10.4.0, < 10.4.324.9 MEDIUM

Vulnerability in the MySQL Server product of Oracle MySQL (component: InnoDB). Supported versions that are affected are 5.7.43 and prior, 8.0.34 and prior and 8.1.0. Easily exploitable vulnerability allows high 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 3.1 Base Score 4.9 (Availability impacts). CVSS Vector: (CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H).

>= 10.5.0, < 10.5.17, >= 10.6.0, < 10.6.9, >= 10.7.0, < 10.7.5, >= 10.8.0, < 10.8.4, = *, >= 10.4.0, < 10.4.26, < 10.3.367.5 HIGH

A vulnerability was found in MariaDB. An OpenVAS port scan on ports 3306 and 4567 allows a malicious remote client to cause a denial of service.

= *, >= 10.11.0, < 10.11.3, >= 10.10.0, < 10.10.4, >= 10.9.0, < 10.9.6, >= 10.8.0, < 10.8.8, >= 10.6.0, < 10.6.13, >= 10.5.0, < 10.5.20, >= 10.4.0, < 10.4.29, >= 10.3.0, < 10.3.396.5 MEDIUM

MariaDB Server before 10.3.34 thru 10.9.3 is vulnerable to Denial of Service. It is possible for function spider_db_mbase::print_warnings to dereference a null pointer.

>= 10.3.0, < 10.3.33, >= 10.4.0, < 10.4.23, >= 10.5.0, < 10.5.14, >= 10.7.0, < 10.7.2, >= 10.6.0, < 10.6.6, >= 10.2.0, < 10.2.424.4 MEDIUM

Vulnerability in the MySQL Server product of Oracle MySQL (component: C API). Supported versions that are affected are 5.7.36 and prior and 8.0.27 and prior. Difficult to exploit vulnerability allows high 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 3.1 Base Score 4.4 (Availability impacts). CVSS Vector: (CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:U/C:N/I:N/A:H).

>= 10.3.0, < 10.3.36, >= 10.4.0, < 10.4.26, >= 10.5.0, < 10.5.17, >= 10.6.0, < 10.6.9, >= 10.7.0, < 10.7.5, >= 10.8.0, < 10.8.4, = 10.9.15.5 MEDIUM

In MariaDB before 10.9.2, compress_write in extra/mariabackup/ds_compress.cc does not release data_mutex upon a stream write failure, which allows local users to trigger a deadlock.

>= 10.3.0, < 10.3.35, >= 10.7.0, < 10.7.4, >= 10.4.0, < 10.4.25, >= 10.5.0, < 10.5.16, >= 10.6.0, < 10.6.87.5 HIGH5 MEDIUM

MariaDB v10.2 to v10.7 was discovered to contain a segmentation fault via the component Item_args::walk_args.

= *, >= 10.4.0, < 10.4.26, >= 10.5.0, < 10.5.17, >= 10.6.0, < 10.6.9, >= 10.7.0, < 10.7.5, >= 10.8.0, < 10.8.4, >= 10.9.0, < 10.9.27.5 HIGH5 MEDIUM

MariaDB v10.5 to v10.7 was discovered to contain a segmentation fault via the component st_select_lex_unit::exclude_level.

>= 10.3.0, < 10.3.35, >= 10.7.0, < 10.7.4, >= 10.4.0, < 10.4.25, >= 10.5.0, < 10.5.16, >= 10.6.0, < 10.6.8, >= 10.2.0, < 10.2.447.5 HIGH5 MEDIUM

MariaDB v10.2 to v10.7 was discovered to contain a segmentation fault via the component Exec_time_tracker::get_loops/Filesort_tracker::report_use/filesort.

>= 10.3.0, < 10.3.36, >= 10.4.0, < 10.4.26, >= 10.5.0, < 10.5.17, >= 10.6.0, < 10.6.9, >= 10.7.0, < 10.7.5, >= 10.8.0, < 10.8.4, >= 10.9.0, < 10.9.27.5 HIGH5 MEDIUM

MariaDB v10.7 was discovered to contain an use-after-poison in in __interceptor_memset at /libsanitizer/sanitizer_common/sanitizer_common_interceptors.inc.

>= 10.7.0, < 10.7.4, >= 10.4.0, < 10.4.25, >= 10.5.0, < 10.5.16, >= 10.6.0, < 10.6.87.5 HIGH5 MEDIUM

MariaDB v10.4 to v10.8 was discovered to contain a segmentation fault via the component Item_field::fix_outer_field.

>= 10.3.0, < 10.3.35, >= 10.7.0, < 10.7.4, >= 10.4.0, < 10.4.25, >= 10.5.0, < 10.5.16, >= 10.6.0, < 10.6.8, >= 10.2.0, < 10.2.447.5 HIGH5 MEDIUM

MariaDB v10.2 to v10.7 was discovered to contain a segmentation fault via the component Item_func_in::cleanup/Item::cleanup_processor.

= *, >= 10.3.0, < 10.3.36, >= 10.4.0, < 10.4.26, >= 10.5.0, < 10.5.17, >= 10.6.0, < 10.6.9, >= 10.7.0, < 10.7.5, >= 10.8.0, < 10.8.4, >= 10.9.0, < 10.9.27.5 HIGH5 MEDIUM

MariaDB v10.2 to v10.7 was discovered to contain a segmentation fault via the component sub_select.

>= 10.3.0, < 10.3.35, >= 10.7.0, < 10.7.4, >= 10.4.0, < 10.4.25, >= 10.5.0, < 10.5.16, >= 10.6.0, < 10.6.8, >= 10.2.0, < 10.2.447.5 HIGH5 MEDIUM

MariaDB v10.2 to v10.6.1 was discovered to contain a segmentation fault via the component Item_subselect::init_expr_cache_tracker.

= *, = 10.9.0, >= 10.5.0, < 10.5.17, >= 10.6.0, < 10.6.9, >= 10.7.0, < 10.7.5, >= 10.8.0, < 10.8.4, >= 10.9.0, < 10.9.27.5 HIGH5 MEDIUM

MariaDB v10.5 to v10.7 was discovered to contain an assertion failure at table->get_ref_count() == 0 in dict0dict.cc.

>= 10.4.0, < 10.4.26, >= 10.5.0, < 10.5.17, >= 10.6.0, < 10.6.9, >= 10.7.0, < 10.7.5, >= 10.8.0, < 10.8.4, >= 10.9.0, < 10.9.27.5 HIGH7.5 HIGH

MariaDB v10.4 to v10.7 was discovered to contain an use-after-poison in prepare_inplace_add_virtual at /storage/innobase/handler/handler0alter.cc.

< 10.2.41, >= 10.3.0, < 10.3.32, >= 10.4.0, < 10.4.22, >= 10.5.0, < 10.5.13, >= 10.6.0, < 10.6.55.5 MEDIUM2.1 LOW

MariaDB Server before 10.7 is vulnerable to Denial of Service. In extra/mariabackup/ds_xbstream.cc, when an error occurs (stream_ctxt->dest_file == NULL) while executing the method xbstream_open, the held lock is not released correctly, which allows local users to trigger a denial of service due to the deadlock. Note: The vendor argues this is just an improper locking bug and not a vulnerability with adverse effects.

>= 10.3.0, < 10.3.33, >= 10.4.0, < 10.4.23, >= 10.5.0, < 10.5.14, >= 10.7.0, < 10.7.2, >= 10.6.0, < 10.6.6, < 10.2.425.5 MEDIUM2.1 LOW

MariaDB Server before 10.7 is vulnerable to Denial of Service. In extra/mariabackup/ds_compress.cc, when an error occurs (i.e., going to the err label) while executing the method create_worker_threads, the held lock thd->ctrl_mutex is not released correctly, which allows local users to trigger a denial of service due to the deadlock. Note: The vendor argues this is just an improper locking bug and not a vulnerability with adverse effects.

>= 10.3.0, < 10.3.33, >= 10.4.0, < 10.4.23, >= 10.5.0, < 10.5.14, >= 10.7.0, < 10.7.2, >= 10.6.0, < 10.6.6, < 10.2.425.5 MEDIUM2.1 LOW

MariaDB Server before 10.7 is vulnerable to Denial of Service. In extra/mariabackup/ds_compress.cc, when an error occurs (pthread_create returns a nonzero value) while executing the method create_worker_threads, the held lock is not released correctly, which allows local users to trigger a denial of service due to the deadlock. Note: The vendor argues this is just an improper locking bug and not a vulnerability with adverse effects.

< 10.2.41, >= 10.3.0, < 10.3.32, >= 10.4.0, < 10.4.22, >= 10.5.0, < 10.5.13, >= 10.6.0, < 10.6.55.5 MEDIUM2.1 LOW

MariaDB Server before 10.7 is vulnerable to Denial of Service. While executing the plugin/server_audit/server_audit.c method log_statement_ex, the held lock lock_bigbuffer is not released correctly, which allows local users to trigger a denial of service due to the deadlock.

>= 10.5.0, < 10.5.10, >= 10.2.0, < 10.2.38, >= 10.3.0, < 10.3.29, >= 10.4.0, < 10.4.194.4 MEDIUM2.1 LOW

Vulnerability in the MySQL Server product of Oracle MySQL (component: InnoDB). Supported versions that are affected are 5.7.37 and prior and 8.0.28 and prior. Difficult to exploit vulnerability allows high 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 3.1 Base Score 4.4 (Availability impacts). CVSS Vector: (CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:U/C:N/I:N/A:H).

>= 10.5.0, < 10.5.7, >= 10.3.0, < 10.3.35, >= 10.4.0, < 10.4.25, >= 10.2.0, < 10.2.444.9 MEDIUM4 MEDIUM

Vulnerability in the MySQL Server product of Oracle MySQL (component: Server: FTS). Supported versions that are affected are 5.7.37 and prior and 8.0.28 and prior. Easily exploitable vulnerability allows high 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 3.1 Base Score 4.9 (Availability impacts). CVSS Vector: (CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H).

>= 10.7.0, < 10.7.4, >= 10.4.0, < 10.4.25, >= 10.5.0, < 10.5.16, >= 10.6.0, < 10.6.87.5 HIGH5 MEDIUM

MariaDB Server v10.9 and below was discovered to contain a segmentation fault via the component sql/field_conv.cc.

>= 10.7.0, < 10.7.4, >= 10.4.0, < 10.4.25, >= 10.5.0, < 10.5.16, >= 10.6.0, < 10.6.87.5 HIGH5 MEDIUM

MariaDB Server v10.6.3 and below was discovered to contain an use-after-free in the component my_wildcmp_8bit_impl at /strings/ctype-simple.c.

>= 10.3.0, < 10.3.35, >= 10.7.0, < 10.7.4, >= 10.4.0, < 10.4.25, >= 10.5.0, < 10.5.16, >= 10.6.0, < 10.6.87.5 HIGH5 MEDIUM

MariaDB Server v10.9 and below was discovered to contain a segmentation fault via the component sql/item_cmpfunc.cc.

>= 10.3.0, < 10.3.35, >= 10.7.0, < 10.7.4, >= 10.4.0, < 10.4.25, >= 10.5.0, < 10.5.16, >= 10.6.0, < 10.6.87.5 HIGH5 MEDIUM

MariaDB Server v10.6.3 and below was discovered to contain an use-after-free in the component VDec::VDec at /sql/sql_type.cc.

>= 10.7.0, < 10.7.4, >= 10.4.0, < 10.4.25, >= 10.5.0, < 10.5.16, >= 10.6.0, < 10.6.87.5 HIGH5 MEDIUM

MariaDB Server v10.6.3 and below was discovered to contain an use-after-free in the component my_mb_wc_latin1 at /strings/ctype-latin1.c.

= *

Rejected reason: DO NOT USE THIS CANDIDATE NUMBER. ConsultIDs: CVE-2022-27447. Reason: This candidate is a reservation duplicate of CVE-2022-27447. Notes: All CVE users should reference CVE-2022-27447 instead of this candidate.

>= 10.7.0, < 10.7.4, >= 10.4.0, < 10.4.25, >= 10.5.0, < 10.5.16, >= 10.6.0, < 10.6.8, < 10.3.357.5 HIGH5 MEDIUM

MariaDB Server v10.9 and below was discovered to contain a segmentation fault via the component sql/item_func.cc:148.

>= 10.3.0, < 10.3.35, >= 10.7.0, < 10.7.4, >= 10.4.0, < 10.4.25, >= 10.5.0, < 10.5.16, >= 10.6.0, < 10.6.87.5 HIGH5 MEDIUM

There is an Assertion failure in MariaDB Server v10.9 and below via 'node->pcur->rel_pos == BTR_PCUR_ON' at /row/row0mysql.cc.

>= 10.3.0, < 10.3.35, >= 10.7.0, < 10.7.4, >= 10.4.0, < 10.4.25, >= 10.5.0, < 10.5.16, >= 10.6.0, < 10.6.87.5 HIGH5 MEDIUM

MariaDB Server v10.9 and below was discovered to contain a use-after-free via the component Binary_string::free_buffer() at /sql/sql_string.h.

>= 10.7.0, < 10.7.4, >= 10.4.0, < 10.4.25, >= 10.5.0, < 10.5.16, >= 10.6.0, < 10.6.87.5 HIGH5 MEDIUM

MariaDB Server v10.9 and below was discovered to contain a segmentation fault via the component sql/item_cmpfunc.h.

>= 10.3.0, < 10.3.35, >= 10.7.0, < 10.7.4, >= 10.4.0, < 10.4.25, >= 10.5.0, < 10.5.16, >= 10.6.0, < 10.6.8, >= 10.2.0, < 10.2.447.5 HIGH5 MEDIUM

MariaDB Server v10.9 and below was discovered to contain a segmentation fault via the component sql/sql_window.cc.

>= 10.7.0, < 10.7.4, >= 10.4.0, < 10.4.25, >= 10.5.0, < 10.5.16, >= 10.6.0, < 10.6.87.5 HIGH5 MEDIUM

MariaDB Server v10.9 and below was discovered to contain a segmentation fault via the component sql/item_subselect.cc.

>= 10.3.0, < 10.3.35, >= 10.7.0, < 10.7.4, >= 10.4.0, < 10.4.25, >= 10.5.0, < 10.5.16, >= 10.6.0, < 10.6.8, >= 10.2.0, < 10.2.447.5 HIGH5 MEDIUM

MariaDB Server v10.7 and below was discovered to contain a segmentation fault via the component sql/sql_class.cc.

>= 10.3.0, < 10.3.35, >= 10.7.0, < 10.7.4, >= 10.4.0, < 10.4.25, >= 10.5.0, < 10.5.16, >= 10.6.0, < 10.6.8, >= 10.2.0, < 10.2.44, = 10.9, >= 10.8.0, < 10.8.37.5 HIGH5 MEDIUM

An issue in the component Create_tmp_table::finalize of MariaDB Server v10.7 and below was discovered to allow attackers to cause a Denial of Service (DoS) via specially crafted SQL statements.

>= 10.3.0, < 10.3.35, >= 10.7.0, < 10.7.4, >= 10.4.0, < 10.4.25, >= 10.5.0, < 10.5.16, >= 10.6.0, < 10.6.8, >= 10.2.0, < 10.2.44, >= 10.8.0, < 10.8.37.5 HIGH5 MEDIUM

MariaDB Server v10.6 and below was discovered to contain an use-after-free in the component my_strcasecmp_8bit, which is exploited via specially crafted SQL statements.

>= 10.7.0, < 10.7.4, >= 10.4.0, < 10.4.25, >= 10.5.0, < 10.5.16, >= 10.6.0, < 10.6.87.5 HIGH5 MEDIUM

MariaDB Server v10.7 and below was discovered to contain a segmentation fault via the component Item_field::used_tables/update_depend_map_for_order.

>= 10.3.0, < 10.3.35, >= 10.7.0, < 10.7.4, >= 10.4.0, < 10.4.25, >= 10.5.0, < 10.5.16, >= 10.6.0, < 10.6.8, >= 10.2.0, < 10.2.447.5 HIGH5 MEDIUM

An issue in the component Field::set_default of MariaDB Server v10.6 and below was discovered to allow attackers to cause a Denial of Service (DoS) via specially crafted SQL statements.

>= 10.3.0, < 10.3.35, >= 10.7.0, < 10.7.4, >= 10.4.0, < 10.4.25, >= 10.5.0, < 10.5.16, >= 10.6.0, < 10.6.8, >= 10.2.0, < 10.2.447.5 HIGH5 MEDIUM

An issue in the component my_decimal::operator= of MariaDB Server v10.6.3 and below was discovered to allow attackers to cause a Denial of Service (DoS) via specially crafted SQL statements.

>= 10.3.0, < 10.3.35, >= 10.7.0, < 10.7.4, >= 10.4.0, < 10.4.25, >= 10.5.0, < 10.5.16, >= 10.6.0, < 10.6.87.5 HIGH5 MEDIUM

An issue in the component Arg_comparator::compare_real_fixed of MariaDB Server v10.6.2 and below was discovered to allow attackers to cause a Denial of Service (DoS) via specially crafted SQL statements.

>= 10.3.0, < 10.3.35, >= 10.7.0, < 10.7.4, >= 10.4.0, < 10.4.25, >= 10.5.0, < 10.5.16, >= 10.6.0, < 10.6.8, >= 10.2.0, < 10.2.447.5 HIGH5 MEDIUM

MariaDB Server v10.7 and below was discovered to contain a global buffer overflow in the component decimal_bin_size, which is exploited via specially crafted SQL statements.

>= 10.3.0, < 10.3.35, >= 10.7.0, < 10.7.4, >= 10.4.0, < 10.4.25, >= 10.5.0, < 10.5.16, >= 10.6.0, < 10.6.8, >= 10.2.0, < 10.2.447.5 HIGH5 MEDIUM

MariaDB Server v10.6.3 and below was discovered to contain an use-after-free in the component Item_func_in::cleanup(), which is exploited via specially crafted SQL statements.

>= 10.3.0, < 10.3.35, >= 10.7.0, < 10.7.4, >= 10.4.0, < 10.4.25, >= 10.5.0, < 10.5.16, >= 10.6.0, < 10.6.87.5 HIGH5 MEDIUM

MariaDB Server v10.6.5 and below was discovered to contain an use-after-free in the component Item_args::walk_arg, which is exploited via specially crafted SQL statements.

>= 10.4.0, < 10.4.22, >= 10.5.0, < 10.5.13, >= 10.6.0, < 10.6.5, < 10.3.327.5 HIGH5 MEDIUM

An issue in the component Used_tables_and_const_cache::used_tables_and_const_cache_join of MariaDB Server v10.7 and below was discovered to allow attackers to cause a Denial of Service (DoS) via specially crafted SQL statements.

>= 10.3.0, < 10.3.35, >= 10.7.0, < 10.7.4, >= 10.4.0, < 10.4.25, >= 10.5.0, < 10.5.16, >= 10.6.0, < 10.6.8, >= 10.2.0, < 10.2.44, >= 10.8.0, < 10.8.37.5 HIGH5 MEDIUM

An issue in the component Item_subselect::init_expr_cache_tracker of MariaDB Server v10.6 and below was discovered to allow attackers to cause a Denial of Service (DoS) via specially crafted SQL statements.

>= 10.3.0, < 10.3.36, >= 10.4.0, < 10.4.26, >= 10.5.0, < 10.5.17, >= 10.6.0, < 10.6.9, >= 10.7.0, < 10.7.5, >= 10.8.0, < 10.8.4, >= 10.9.0, < 10.9.27.5 HIGH5 MEDIUM

zlib before 1.2.12 allows memory corruption when deflating (i.e., when compressing) if the input has many distant matches.

>= 10.3.0, < 10.3.33, >= 10.4.0, < 10.4.23, >= 10.5.0, < 10.5.14, >= 10.7.0, < 10.7.2, >= 10.6.0, < 10.6.6, >= 10.2.0, < 10.2.427.5 HIGH5 MEDIUM

The BN_mod_sqrt() function, which computes a modular square root, contains a bug that can cause it to loop forever for non-prime moduli. Internally this function is used when parsing certificates that contain elliptic curve public keys in compressed form or explicit elliptic curve parameters with a base point encoded in compressed form. It is possible to trigger the infinite loop by crafting a certificate that has invalid explicit curve parameters. Since certificate parsing happens prior to verification of the certificate signature, any process that parses an externally supplied certificate may thus be subject to a denial of service attack. The infinite loop can also be reached when parsing crafted private keys as they can contain explicit elliptic curve parameters. Thus vulnerable situations include: - TLS clients consuming server certificates - TLS servers consuming client certificates - Hosting providers taking certificates or private keys from customers - Certificate authorities parsing certification requests from subscribers - Anything else which parses ASN.1 elliptic curve parameters Also any other applications that use the BN_mod_sqrt() where the attacker can control the parameter values are vulnerable to this DoS issue. In the OpenSSL 1.0.2 version the public key is not parsed during initial parsing of the certificate which makes it slightly harder to trigger the infinite loop. However any operation which requires the public key from the certificate will trigger the infinite loop. In particular the attacker can use a self-signed certificate to trigger the loop during verification of the certificate signature. This issue affects OpenSSL versions 1.0.2, 1.1.1 and 3.0. It was addressed in the releases of 1.1.1n and 3.0.2 on the 15th March 2022. Fixed in OpenSSL 3.0.2 (Affected 3.0.0,3.0.1). Fixed in OpenSSL 1.1.1n (Affected 1.1.1-1.1.1m). Fixed in OpenSSL 1.0.2zd (Affected 1.0.2-1.0.2zc).

>= 10.3.0, < 10.3.33, >= 10.4.0, < 10.4.23, >= 10.5.0, < 10.5.14, >= 10.7.0, < 10.7.2, >= 10.6.0, < 10.6.6, >= 10.2.0, < 10.2.42, = 10.8.07.8 HIGH4.6 MEDIUM

MariaDB CONNECT Storage Engine Heap-based Buffer Overflow Privilege Escalation Vulnerability. This vulnerability allows local attackers to escalate privileges on affected installations of MariaDB. Authentication is required to exploit this vulnerability. The specific flaw exists within the processing of SQL queries. The issue results from the lack of proper validation of the length of user-supplied data prior to copying it to a fixed-length heap-based buffer. An attacker can leverage this vulnerability to escalate privileges and execute arbitrary code in the context of the service account. Was ZDI-CAN-16190.

>= 10.3.0, < 10.3.33, >= 10.4.0, < 10.4.23, >= 10.5.0, < 10.5.14, >= 10.7.0, < 10.7.2, >= 10.6.0, < 10.6.6, >= 10.2.0, < 10.2.42, = 10.8.07.8 HIGH4.6 MEDIUM

MariaDB CONNECT Storage Engine Format String Privilege Escalation Vulnerability. This vulnerability allows local attackers to escalate privileges on affected installations of MariaDB. Authentication is required to exploit this vulnerability. The specific flaw exists within the processing of SQL queries. The issue results from the lack of proper validation of a user-supplied string before using it as a format specifier. An attacker can leverage this vulnerability to escalate privileges and execute arbitrary code in the context of the service account. Was ZDI-CAN-16193.

>= 10.3.0, < 10.3.33, >= 10.4.0, < 10.4.23, >= 10.5.0, < 10.5.14, >= 10.7.0, < 10.7.2, >= 10.6.0, < 10.6.6, >= 10.2.0, < 10.2.42, = 10.8.07.8 HIGH4.6 MEDIUM

MariaDB CONNECT Storage Engine Stack-based Buffer Overflow Privilege Escalation Vulnerability. This vulnerability allows local attackers to escalate privileges on affected installations of MariaDB. Authentication is required to exploit this vulnerability. The specific flaw exists within the processing of SQL queries. The issue results from the lack of proper validation of the length of user-supplied data prior to copying it to a fixed-length stack-based buffer. An attacker can leverage this vulnerability to escalate privileges and execute arbitrary code in the context of the service account. Was ZDI-CAN-16191.

>= 10.3.0, < 10.3.33, >= 10.4.0, < 10.4.23, >= 10.5.0, < 10.5.14, >= 10.7.0, < 10.7.2, >= 10.6.0, < 10.6.6, >= 10.2.0, < 10.2.42, = 10.8.07.8 HIGH4.6 MEDIUM

MariaDB CONNECT Storage Engine Use-After-Free Privilege Escalation Vulnerability. This vulnerability allows local attackers to escalate privileges on affected installations of MariaDB. Authentication is required to exploit this vulnerability. The specific flaw exists within the processing of SQL queries. The issue results from the lack of validating the existence of an object prior to performing operations on the object. An attacker can leverage this vulnerability to escalate privileges and execute arbitrary code in the context of the service account. Was ZDI-CAN-16207.

>= 10.3.0, < 10.3.35, >= 10.7.0, < 10.7.4, >= 10.4.0, < 10.4.25, >= 10.5.0, < 10.5.16, >= 10.6.0, < 10.6.8, < 10.2.447.5 HIGH5 MEDIUM

MariaDB through 10.5.9 allows attackers to trigger a convert_const_to_int use-after-free when the BIGINT data type is used.

>= 10.7.0, < 10.7.3, >= 10.6.0, < 10.6.7, >= 10.5.0, < 10.5.15, >= 10.4.0, < 10.4.24, >= 10.3.0, < 10.3.34, >= 10.2.0, < 10.2.435.5 MEDIUM2.1 LOW

MariaDB through 10.5.9 allows an application crash via certain long SELECT DISTINCT statements that improperly interact with storage-engine resource limitations for temporary data structures.

< 10.2.41, >= 10.3.0, < 10.3.32, >= 10.4.0, < 10.4.22, >= 10.5.0, < 10.5.13, >= 10.6.0, < 10.6.55.5 MEDIUM2.1 LOW

MariaDB before 10.6.5 has a sql_lex.cc integer overflow, leading to an application crash.

< 10.2.39, >= 10.3.0, < 10.3.30, >= 10.4.0, < 10.4.20, >= 10.5.0, < 10.5.11, >= 10.6.0, < 10.6.25.5 MEDIUM2.1 LOW

MariaDB before 10.6.2 allows an application crash because of mishandling of a pushdown from a HAVING clause to a WHERE clause.

>= 10.7.0, < 10.7.3, >= 10.6.0, < 10.6.7, >= 10.4.22, < 10.4.24, >= 10.3.32, < 10.3.34, >= 10.2.41, < 10.2.43, >= 10.5.9, < 10.5.155.5 MEDIUM2.1 LOW

MariaDB through 10.5.13 allows a ha_maria::extra application crash via certain SELECT statements.

>= 10.7.0, < 10.7.3, >= 10.6.0, < 10.6.7, >= 10.5.0, < 10.5.15, >= 10.4.0, < 10.4.24, >= 10.3.0, < 10.3.34, >= 10.2.0, < 10.2.435.5 MEDIUM2.1 LOW

MariaDB through 10.5.9 allows an application crash in sub_select_postjoin_aggr for a NULL value of aggr.

>= 10.3.0, < 10.3.32, >= 10.4.0, < 10.4.22, >= 10.5.0, < 10.5.13, >= 10.6.0, < 10.6.55.5 MEDIUM2.1 LOW

MariaDB through 10.5.9 allows a set_var.cc application crash via certain uses of an UPDATE statement in conjunction with a nested subquery.

>= 10.7.0, < 10.7.3, >= 10.6.0, < 10.6.7, >= 10.5.0, < 10.5.15, >= 10.4.0, < 10.4.24, >= 10.3.0, < 10.3.34, >= 10.2.0, < 10.2.435.5 MEDIUM2.1 LOW

MariaDB through 10.5.9 allows an application crash in find_field_in_tables and find_order_in_list via an unused common table expression (CTE).

>= 10.7.0, < 10.7.3, >= 10.6.0, < 10.6.7, >= 10.5.0, < 10.5.15, >= 10.4.0, < 10.4.24, >= 10.3.0, < 10.3.34, >= 10.2.0, < 10.2.435.5 MEDIUM2.1 LOW

MariaDB through 10.5.9 allows a sql_parse.cc application crash because of incorrect used_tables expectations.

>= 5.5.0, < 10.2.42, >= 10.3.0, < 10.3.33, >= 10.4.0, < 10.4.23, >= 10.5.0, < 10.5.14, >= 10.7.0, < 10.7.2, >= 10.6.0, < 10.6.65.5 MEDIUM2.1 LOW

MariaDB before 10.7.2 allows an application crash because it does not recognize that SELECT_LEX::nest_level is local to each VIEW.

>= 10.2.0, < 10.2.40, >= 10.3.0, < 10.3.31, >= 10.4.0, < 10.4.21, >= 10.5.0, < 10.5.12, >= 10.6.0, < 10.6.35.5 MEDIUM2.1 LOW

save_window_function_values in MariaDB before 10.6.3 allows an application crash because of incorrect handling of with_window_func=true for a subquery.

>= 10.3.0, < 10.3.30, >= 10.4.0, < 10.4.20, >= 10.5.0, < 10.5.11, >= 10.6.0, < 10.6.2, >= 5.5.20, <= 5.5.68, >= 10.0.0, < 10.2.395.5 MEDIUM2.1 LOW

get_sort_by_table in MariaDB before 10.6.2 allows an application crash via certain subquery uses of ORDER BY.

>= 10.3.0, < 10.3.32, >= 10.4.0, < 10.4.22, >= 10.5.0, < 10.5.13, >= 10.6.0, < 10.6.3, >= 10.2.0, < 10.2.415.5 MEDIUM5.5 MEDIUM

Vulnerability in the MySQL Server product of Oracle MySQL (component: InnoDB). Supported versions that are affected are 5.7.35 and prior and 8.0.26 and prior. Easily exploitable vulnerability allows high 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 as well as unauthorized update, insert or delete access to some of MySQL Server accessible data. CVSS 3.1 Base Score 5.5 (Integrity and Availability impacts). CVSS Vector: (CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:L/A:H).

>= 10.2.0, < 10.2.40, >= 10.3.0, < 10.3.31, >= 10.4.0, < 10.4.21, >= 10.5.0, < 10.5.12, >= 10.6.0, < 10.6.45.9 MEDIUM7.1 HIGH

Vulnerability in the MySQL Server product of Oracle MySQL (component: InnoDB). Supported versions that are affected are 5.7.34 and prior and 8.0.25 and prior. Difficult to exploit vulnerability allows unauthenticated 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 3.1 Base Score 5.9 (Availability impacts). CVSS Vector: (CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H).

= *, > 10.6.0, < 10.6.4, > 10.5.0, < 10.5.12, > 10.4.0, < 10.4.21, > 10.3.0, < 10.3.31, > 10.2.0, < 10.2.404.4 MEDIUM3.5 LOW

Vulnerability in the MySQL Server product of Oracle MySQL (component: InnoDB). Supported versions that are affected are 5.7.34 and prior and 8.0.25 and prior. Difficult to exploit vulnerability allows high 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 3.1 Base Score 4.4 (Availability impacts). CVSS Vector: (CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:U/C:N/I:N/A:H).

>= 10.5.0, < 10.5.6, >= 10.4.0, < 10.4.15, >= 10.1.0, < 10.1.47, >= 10.2.0, < 10.2.34, >= 10.3.0, < 10.3.259 CRITICAL6.8 MEDIUM

A flaw was found in the mysql-wsrep component of mariadb. Lack of input sanitization in `wsrep_sst_method` allows for command injection that can be exploited by a remote attacker to execute arbitrary commands on galera cluster nodes. This threatens the system's confidentiality, integrity, and availability. This flaw affects mariadb versions before 10.1.47, before 10.2.34, before 10.3.25, before 10.4.15 and before 10.5.6.

>= 10.5.0, < 10.5.7, >= 10.4.0, < 10.4.16, >= 10.3.0, < 10.3.26, >= 10.2.0, < 10.2.354.9 MEDIUM4 MEDIUM

Vulnerability in the MySQL Server product of Oracle MySQL (component: InnoDB). Supported versions that are affected are 5.7.33 and prior and 8.0.23 and prior. Easily exploitable vulnerability allows high 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 3.1 Base Score 4.9 (Availability impacts). CVSS Vector: (CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H).

>= 10.2.0, < 10.2.384.9 MEDIUM4 MEDIUM

Vulnerability in the MySQL Server product of Oracle MySQL (component: InnoDB). Supported versions that are affected are 5.7.33 and prior and 8.0.23 and prior. Easily exploitable vulnerability allows high 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 3.1 Base Score 4.9 (Availability impacts). CVSS Vector: (CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H).

>= 10.2.0, < 10.2.184.4 MEDIUM3.5 LOW

Vulnerability in the MySQL Server product of Oracle MySQL (component: InnoDB). Supported versions that are affected are 5.7.33 and prior and 8.0.23 and prior. Difficult to exploit vulnerability allows high 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 3.1 Base Score 4.4 (Availability impacts). CVSS Vector: (CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:U/C:N/I:N/A:H).

>= 10.5.0, < 10.5.10, >= 10.2.0, < 10.2.38, >= 10.3.0, < 10.3.29, >= 10.4.0, < 10.4.194.9 MEDIUM4 MEDIUM

Vulnerability in the MySQL Server product of Oracle MySQL (component: Server: DML). Supported versions that are affected are 5.7.33 and prior and 8.0.23 and prior. Easily exploitable vulnerability allows high 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 3.1 Base Score 4.9 (Availability impacts). CVSS Vector: (CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H).

>= 10.5.0, < 10.5.10, >= 10.2.0, < 10.2.38, >= 10.3.0, < 10.3.29, >= 10.4.0, < 10.4.194.9 MEDIUM4 MEDIUM

Vulnerability in the MySQL Server product of Oracle MySQL (component: Server: DML). Supported versions that are affected are 5.7.33 and prior. Easily exploitable vulnerability allows high 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 3.1 Base Score 4.9 (Availability impacts). CVSS Vector: (CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H).

>= 10.1.0, < 10.1.42, >= 10.2.0, < 10.2.28, >= 10.3.0, < 10.3.19, >= 10.4.0, < 10.4.9, >= 5.5.0, < 5.5.667.2 HIGH6.5 MEDIUM

Vulnerability in the MySQL Server product of Oracle MySQL (component: Server: Parser). Supported versions that are affected are 5.7.29 and prior and 8.0.19 and prior. Easily exploitable vulnerability allows high privileged attacker with network access via multiple protocols to compromise MySQL Server. Successful attacks of this vulnerability can result in takeover of MySQL Server. CVSS 3.1 Base Score 7.2 (Confidentiality, Integrity and Availability impacts). CVSS Vector: (CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H).

>= 10.5, < 10.5.9, >= 10.4, < 10.4.18, >= 10.3, < 10.3.28, >= 10.2, < 10.2.377.2 HIGH9 HIGH

A remote code execution issue was discovered in MariaDB 10.2 before 10.2.37, 10.3 before 10.3.28, 10.4 before 10.4.18, and 10.5 before 10.5.9; Percona Server through 2021-03-03; and the wsrep patch through 2021-03-03 for MySQL. An untrusted search path leads to eval injection, in which a database SUPER user can execute OS commands after modifying wsrep_provider and wsrep_notify_cmd. NOTE: this does not affect an Oracle product.

>= 10.0.0, < 10.0.114.3 MEDIUM4 MEDIUM

Vulnerability in the MySQL Server product of Oracle MySQL (component: Information Schema). Supported versions that are affected are 5.7.32 and prior and 8.0.22 and prior. 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 read access to a subset of MySQL Server accessible data. CVSS 3.1 Base Score 4.3 (Confidentiality impacts). CVSS Vector: (CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N).

>= 10.1.0, < 10.1.46, >= 10.2.0, < 10.2.33, >= 10.3.0, < 10.3.24, >= 10.4.0, < 10.4.14, >= 10.5.0, < 10.5.54.4 MEDIUM6.3 MEDIUM

Vulnerability in the MySQL Server product of Oracle MySQL (component: InnoDB). Supported versions that are affected are 5.6.50 and prior, 5.7.32 and prior and 8.0.22 and prior. Difficult to exploit vulnerability allows high 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 3.1 Base Score 4.4 (Availability impacts). CVSS Vector: (CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:U/C:N/I:N/A:H).

>= 10.0.0, < 10.0.35, >= 10.1.0, < 10.1.33, >= 10.2.0, < 10.2.15, >= 5.5.0, < 5.5.615.9 MEDIUM7.1 HIGH

Vulnerability in the MySQL Client product of Oracle MySQL (component: C API). Supported versions that are affected are 5.7.32 and prior and 8.0.22 and prior. Difficult to exploit vulnerability allows unauthenticated attacker with network access via multiple protocols to compromise MySQL Client. Successful attacks of this vulnerability can result in unauthorized ability to cause a hang or frequently repeatable crash (complete DOS) of MySQL Client. CVSS 3.1 Base Score 5.9 (Availability impacts). CVSS Vector: (CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H).

>= 10.2.0, < 10.2.26, >= 10.3.0, < 10.3.17, >= 10.4.0, < 10.4.7, >= 5.5.0, < 5.5.65, >= 10.1.0, < 10.1.413.7 LOW4.3 MEDIUM

Vulnerability in the MySQL Client product of Oracle MySQL (component: C API). Supported versions that are affected are 5.6.47 and prior, 5.7.29 and prior and 8.0.19 and prior. Difficult to exploit vulnerability allows unauthenticated attacker with network access via multiple protocols to compromise MySQL Client. Successful attacks of this vulnerability can result in unauthorized read access to a subset of MySQL Client accessible data. CVSS 3.1 Base Score 3.7 (Confidentiality impacts). CVSS Vector: (CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:N/A:N).

< 10.1.48, >= 10.2.0, < 10.2.35, >= 10.3.0, < 10.3.26, >= 10.4.0, < 10.4.16, >= 10.5.0, < 10.5.77 HIGH4.4 MEDIUM

With MariaDB running on Windows, when local clients connect to the server over named pipes, it's possible for an unprivileged user with an ability to run code on the server machine to intercept the named pipe connection and act as a man-in-the-middle, gaining access to all the data passed between the client and the server, and getting the ability to run SQL commands on behalf of the connected user. This occurs because of an incorrect security descriptor. This affects MariaDB Server before 10.1.48, 10.2.x before 10.2.35, 10.3.x before 10.3.26, 10.4.x before 10.4.16, and 10.5.x before 10.5.7. NOTE: this issue exists because certain details of the MariaDB CVE-2019-2503 fix did not comprehensively address attack variants against MariaDB. This situation is specific to MariaDB, and thus CVE-2020-28912 does NOT apply to other vendors that were originally affected by CVE-2019-2503.

>= 10.5.0, < 10.5.7, >= 10.4.0, < 10.4.16, >= 10.3.0, < 10.3.26, >= 10.2.0, < 10.2.35, >= 10.1.0, < 10.1.484.9 MEDIUM6.8 MEDIUM

Vulnerability in the MySQL Server product of Oracle MySQL (component: Server: Locking). Supported versions that are affected are 5.6.49 and prior, 5.7.31 and prior and 8.0.21 and prior. Easily exploitable vulnerability allows high 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 3.1 Base Score 4.9 (Availability impacts). CVSS Vector: (CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H).

>= 10.5.0, < 10.5.7, >= 10.4.0, < 10.4.16, >= 10.3.0, < 10.3.26, >= 10.2.0, < 10.2.354.9 MEDIUM4 MEDIUM

Vulnerability in the MySQL Server product of Oracle MySQL (component: Server: FTS). Supported versions that are affected are 5.7.31 and prior and 8.0.21 and prior. Easily exploitable vulnerability allows high 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 3.1 Base Score 4.9 (Availability impacts). CVSS Vector: (CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H).

>= 10.5.0, < 10.5.7, >= 10.4.0, < 10.4.16, >= 10.3.0, < 10.3.26, >= 10.2.0, < 10.2.35, >= 10.1.0, < 10.1.486.5 MEDIUM6.8 MEDIUM

Vulnerability in the MySQL Server product of Oracle MySQL (component: Server: FTS). Supported versions that are affected are 5.6.49 and prior, 5.7.31 and prior and 8.0.21 and prior. 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 3.1 Base Score 6.5 (Availability impacts). CVSS Vector: (CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H).

>= 10.5.0, < 10.5.7, >= 10.4.0, < 10.4.16, >= 10.3.0, < 10.3.26, >= 10.2.0, < 10.2.354.9 MEDIUM4 MEDIUM

Vulnerability in the MySQL Server product of Oracle MySQL (component: InnoDB). Supported versions that are affected are 5.7.31 and prior and 8.0.21 and prior. Easily exploitable vulnerability allows high 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 3.1 Base Score 4.9 (Availability impacts). CVSS Vector: (CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H).

>= 10.0.0, < 10.0.35, >= 10.1.0, < 10.1.33, >= 10.2.0, < 10.2.15, >= 5.5.0, < 5.5.615.3 MEDIUM3.5 LOW

Vulnerability in the MySQL Client product of Oracle MySQL (component: C API). Supported versions that are affected are 5.6.48 and prior, 5.7.30 and prior and 8.0.20 and prior. Difficult to exploit vulnerability allows low privileged attacker with network access via multiple protocols to compromise MySQL Client. Successful attacks of this vulnerability can result in unauthorized ability to cause a hang or frequently repeatable crash (complete DOS) of MySQL Client. CVSS 3.1 Base Score 5.3 (Availability impacts). CVSS Vector: (CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:H).

>= 10.2.0, < 10.2.26, >= 10.3.0, < 10.3.17, >= 10.4.0, < 10.4.7, >= 5.5.0, < 5.5.65, >= 10.1.0, < 10.1.413.7 LOW4.3 MEDIUM

Vulnerability in the MySQL Client product of Oracle MySQL (component: C API). Supported versions that are affected are 5.6.47 and prior, 5.7.29 and prior and 8.0.18 and prior. Difficult to exploit vulnerability allows unauthenticated attacker with network access via multiple protocols to compromise MySQL Client. Successful attacks of this vulnerability can result in unauthorized read access to a subset of MySQL Client accessible data. CVSS 3.0 Base Score 3.7 (Confidentiality impacts). CVSS Vector: (CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:N/A:N).

>= 10.2.0, < 10.2.32, >= 10.3.0, < 10.3.23, >= 10.4.0, < 10.4.13, >= 10.1.0, < 10.1.454.9 MEDIUM4 MEDIUM

Vulnerability in the MySQL Server product of Oracle MySQL (component: InnoDB). Supported versions that are affected are 5.6.47 and prior, 5.7.28 and prior and 8.0.18 and prior. Easily exploitable vulnerability allows high 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 3.0 Base Score 4.9 (Availability impacts). CVSS Vector: (CVSS:3.0/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H).

>= 10.2.0, < 10.2.32, >= 10.3.0, < 10.3.23, >= 10.4.0, < 10.4.13, >= 10.1.0, < 10.1.45, >= 5.5.0, < 5.5.684.9 MEDIUM4 MEDIUM

Vulnerability in the MySQL Server product of Oracle MySQL (component: Server: Stored Procedure). Supported versions that are affected are 5.6.47 and prior, 5.7.29 and prior and 8.0.19 and prior. Easily exploitable vulnerability allows high 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 3.0 Base Score 4.9 (Availability impacts). CVSS Vector: (CVSS:3.0/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H).

>= 10.1.0, < 10.1.42, >= 10.2.0, < 10.2.28, >= 10.3.0, < 10.3.19, >= 10.4.0, < 10.4.9, >= 5.5.0, < 5.5.666.5 MEDIUM4 MEDIUM

Vulnerability in the MySQL Server product of Oracle MySQL (component: Server: DML). Supported versions that are affected are 5.6.47 and prior, 5.7.29 and prior and 8.0.19 and prior. 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 3.0 Base Score 6.5 (Availability impacts). CVSS Vector: (CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H).

>= 10.2.0, < 10.2.32, >= 10.3.0, < 10.3.23, >= 10.4.0, < 10.4.135.5 MEDIUM5.5 MEDIUM

Vulnerability in the MySQL Server product of Oracle MySQL (component: InnoDB). Supported versions that are affected are 5.7.29 and prior and 8.0.19 and prior. Easily exploitable vulnerability allows high 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 as well as unauthorized update, insert or delete access to some of MySQL Server accessible data. CVSS 3.0 Base Score 5.5 (Integrity and Availability impacts). CVSS Vector: (CVSS:3.0/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:L/A:H).

>= 10.2.0, < 10.2.32, >= 10.3.0, < 10.3.23, >= 10.4.0, < 10.4.13, >= 10.1.0, < 10.1.45, >= 5.5.0, < 5.5.685.3 MEDIUM3.5 LOW

Vulnerability in the MySQL Client product of Oracle MySQL (component: C API). Supported versions that are affected are 5.6.47 and prior, 5.7.27 and prior and 8.0.17 and prior. Difficult to exploit vulnerability allows low privileged attacker with network access via multiple protocols to compromise MySQL Client. Successful attacks of this vulnerability can result in unauthorized ability to cause a hang or frequently repeatable crash (complete DOS) of MySQL Client. CVSS 3.0 Base Score 5.3 (Availability impacts). CVSS Vector: (CVSS:3.0/AV:N/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:H).

>= 10.4.7, <= 10.4.117.8 HIGH7.2 HIGH

mysql_install_db in MariaDB 10.4.7 through 10.4.11 allows privilege escalation from the mysql user account to root because chown and chmod are performed unsafely, as demonstrated by a symlink attack on a chmod 04755 of auth_pam_tool_dir/auth_pam_tool. NOTE: this does not affect the Oracle MySQL product, which implements mysql_install_db differently.

>= 5.5.0, < 5.5.67, >= 10.4.0, < 10.4.12, >= 10.3.0, < 10.3.22, >= 10.2.0, < 10.2.31, >= 10.1.0, < 10.1.445.9 MEDIUM4.3 MEDIUM

Vulnerability in the MySQL Client product of Oracle MySQL (component: C API). Supported versions that are affected are 5.6.46 and prior, 5.7.28 and prior and 8.0.18 and prior. Difficult to exploit vulnerability allows unauthenticated attacker with network access via multiple protocols to compromise MySQL Client. Successful attacks of this vulnerability can result in unauthorized ability to cause a hang or frequently repeatable crash (complete DOS) of MySQL Client. CVSS 3.0 Base Score 5.9 (Availability impacts). CVSS Vector: (CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H).

>= 10.0.0, < 10.0.185.5 MEDIUM4.3 MEDIUM

The pcre_compile2 function in PCRE before 8.37 allows context-dependent attackers to compile incorrect code and cause a denial of service (out-of-bounds read) via regular expression with a group containing both a forward referencing subroutine call and a recursive back reference, as demonstrated by "((?+1)(\1))/".

< 10.0.187.8 HIGH6.8 MEDIUM

The compile_branch function in PCRE before 8.37 allows context-dependent attackers to compile incorrect code, cause a denial of service (out-of-bounds heap read and crash), or possibly have other unspecified impact via a regular expression with a group containing a forward reference repeated a large number of times within a repeated outer group that has a zero minimum quantifier.

>= 10.1.0, < 10.1.42, >= 10.2.0, < 10.2.28, >= 10.3.0, < 10.3.19, >= 10.4.0, < 10.4.9, >= 5.5.0, < 5.5.666.5 MEDIUM4 MEDIUM

Vulnerability in the MySQL Server product of Oracle MySQL (component: Server: Optimizer). Supported versions that are affected are 5.6.45 and prior, 5.7.27 and prior and 8.0.17 and prior. 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 3.0 Base Score 6.5 (Availability impacts). CVSS Vector: (CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H).

>= 10.2.0, < 10.2.28, >= 10.3.0, < 10.3.19, >= 10.4.0, < 10.4.94.4 MEDIUM3.5 LOW

Vulnerability in the MySQL Server product of Oracle MySQL (component: InnoDB). Supported versions that are affected are 5.7.27 and prior and 8.0.17 and prior. Difficult to exploit vulnerability allows high 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 3.0 Base Score 4.4 (Availability impacts). CVSS Vector: (CVSS:3.0/AV:N/AC:H/PR:H/UI:N/S:U/C:N/I:N/A:H).

>= 10.2.0, < 10.2.26, >= 10.3.0, < 10.3.17, >= 10.4.0, < 10.4.7, >= 5.5.0, < 5.5.65, >= 10.1.0, < 10.1.416.5 MEDIUM4 MEDIUM

Vulnerability in the MySQL Server component of Oracle MySQL (subcomponent: Server: Parser). Supported versions that are affected are 5.6.44 and prior, 5.7.26 and prior and 8.0.16 and prior. 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 3.0 Base Score 6.5 (Availability impacts). CVSS Vector: (CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H).

>= 10.2.0, < 10.2.26, >= 10.3.0, < 10.3.17, >= 10.4.0, < 10.4.75.5 MEDIUM5.5 MEDIUM

Vulnerability in the MySQL Server component of Oracle MySQL (subcomponent: InnoDB). Supported versions that are affected are 5.7.26 and prior and 8.0.16 and prior. Easily exploitable vulnerability allows high 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 as well as unauthorized update, insert or delete access to some of MySQL Server accessible data. CVSS 3.0 Base Score 5.5 (Integrity and Availability impacts). CVSS Vector: (CVSS:3.0/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:L/A:H).

>= 10.2.0, < 10.2.26, >= 10.3.0, < 10.3.17, >= 10.4.0, < 10.4.7, >= 5.5.0, < 5.5.65, >= 10.1.0, < 10.1.415.1 MEDIUM3.6 LOW

Vulnerability in the MySQL Server component of Oracle MySQL (subcomponent: Server: Security: Privileges). Supported versions that are affected are 5.6.44 and prior, 5.7.26 and prior and 8.0.16 and prior. Easily exploitable vulnerability allows high privileged attacker with logon to the infrastructure where MySQL Server executes 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 as well as unauthorized update, insert or delete access to some of MySQL Server accessible data. CVSS 3.0 Base Score 5.1 (Integrity and Availability impacts). CVSS Vector: (CVSS:3.0/AV:L/AC:L/PR:H/UI:N/S:U/C:N/I:L/A:H).

>= 10.2.0, < 10.2.26, >= 10.3.0, < 10.3.17, >= 10.4.0, < 10.4.7, >= 5.5.0, < 5.5.65, >= 10.1.0, < 10.1.414.9 MEDIUM4 MEDIUM

Vulnerability in the MySQL Server component of Oracle MySQL (subcomponent: Server : Pluggable Auth). Supported versions that are affected are 5.6.44 and prior, 5.7.26 and prior and 8.0.16 and prior. Easily exploitable vulnerability allows high 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 3.0 Base Score 4.9 (Availability impacts). CVSS Vector: (CVSS:3.0/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H).

>= 10.2.0, < 10.2.26, >= 10.3.0, < 10.3.17, >= 10.4.0, < 10.4.7, >= 5.5.0, < 5.5.65, >= 10.1.0, < 10.1.416.5 MEDIUM4 MEDIUM

Vulnerability in the MySQL Server component of Oracle MySQL (subcomponent: Server: XML). Supported versions that are affected are 5.6.44 and prior, 5.7.26 and prior and 8.0.16 and prior. 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 3.0 Base Score 6.5 (Availability impacts). CVSS Vector: (CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H).

>= 10.2.0, < 10.2.24, >= 10.3.0, < 10.3.15, >= 10.4.0, < 10.4.5, >= 10.1.0, < 10.1.39, >= 5.5.0, < 5.5.644.9 MEDIUM4 MEDIUM

Vulnerability in the MySQL Server component of Oracle MySQL (subcomponent: Server: Security: Privileges). Supported versions that are affected are 5.6.43 and prior, 5.7.25 and prior and 8.0.15 and prior. Easily exploitable vulnerability allows high 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 3.0 Base Score 4.9 (Availability impacts). CVSS Vector: (CVSS:3.0/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H).

>= 10.2.0, < 10.2.24, >= 10.3.0, < 10.3.15, >= 10.4.0, < 10.4.54.9 MEDIUM4 MEDIUM

Vulnerability in the MySQL Server component of Oracle MySQL (subcomponent: InnoDB). Supported versions that are affected are 5.7.25 and prior and 8.0.15 and prior. Easily exploitable vulnerability allows high 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 3.0 Base Score 4.9 (Availability impacts). CVSS Vector: (CVSS:3.0/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H).

>= 10.2.0, < 10.2.24, >= 10.3.0, < 10.3.15, >= 10.4.0, < 10.4.5, >= 10.1.0, < 10.1.39, >= 5.5.0, < 5.5.644.4 MEDIUM3.5 LOW

Vulnerability in the MySQL Server component of Oracle MySQL (subcomponent: Server: Replication). Supported versions that are affected are 5.6.43 and prior, 5.7.25 and prior and 8.0.15 and prior. Difficult to exploit vulnerability allows high 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 3.0 Base Score 4.4 (Availability impacts). CVSS Vector: (CVSS:3.0/AV:N/AC:H/PR:H/UI:N/S:U/C:N/I:N/A:H).

>= 10.1.0, < 10.1.38, >= 10.0.0, < 10.0.38, >= 10.2.0, < 10.2.22, >= 10.3.0, < 10.3.134.9 MEDIUM4 MEDIUM

Vulnerability in the MySQL Server component of Oracle MySQL (subcomponent: Server: DDL). Supported versions that are affected are 5.6.42 and prior, 5.7.24 and prior and 8.0.13 and prior. Easily exploitable vulnerability allows high 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 3.0 Base Score 4.9 (Availability impacts). CVSS Vector: (CVSS:3.0/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H).

>= 10.1.0, < 10.1.38, >= 10.0.0, < 10.0.38, >= 5.5.0, < 5.5.636.5 MEDIUM4 MEDIUM

Vulnerability in the MySQL Server component of Oracle MySQL (subcomponent: Server: Optimizer). Supported versions that are affected are 5.6.42 and prior, 5.7.24 and prior and 8.0.13 and prior. 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 3.0 Base Score 6.5 (Availability impacts). CVSS Vector: (CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H).

>= 10.2.0, < 10.2.22, >= 10.3.0, < 10.3.134.9 MEDIUM4 MEDIUM

Vulnerability in the MySQL Server component of Oracle MySQL (subcomponent: InnoDB). Supported versions that are affected are 5.7.24 and prior and 8.0.13 and prior. Easily exploitable vulnerability allows high 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 3.0 Base Score 4.9 (Availability impacts). CVSS Vector: (CVSS:3.0/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H).

>= 10.0.0, < 10.0.37, >= 5.5.0, < 5.5.62, >= 10.3.0, < 10.3.10, >= 10.2.0, < 10.2.18, >= 10.1.0, < 10.1.366.4 MEDIUM3.8 LOW

Vulnerability in the MySQL Server component of Oracle MySQL (subcomponent: Server: Connection Handling). Supported versions that are affected are 5.6.42 and prior, 5.7.24 and prior and 8.0.13 and prior. Difficult to exploit vulnerability allows low privileged attacker with access to the physical communication segment attached to the hardware where the MySQL Server executes to compromise MySQL Server. Successful attacks of this vulnerability can result in unauthorized access to critical data or complete access to all MySQL Server accessible data and unauthorized ability to cause a hang or frequently repeatable crash (complete DOS) of MySQL Server. CVSS 3.0 Base Score 6.4 (Confidentiality and Availability impacts). CVSS Vector: (CVSS:3.0/AV:A/AC:H/PR:L/UI:N/S:U/C:H/I:N/A:H).

>= 5.5.0, < 5.5.37, >= 10.0.0, < 10.0.114.9 MEDIUM4 MEDIUM

Vulnerability in the MySQL Server component of Oracle MySQL (subcomponent: Server: Optimizer). Supported versions that are affected are 5.6.42 and prior, 5.7.24 and prior and 8.0.13 and prior. Easily exploitable vulnerability allows high 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 3.0 Base Score 4.9 (Availability impacts). CVSS Vector: (CVSS:3.0/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H).

>= 10.0.0, < 10.0.35, >= 10.1.0, < 10.1.33, >= 10.2.0, < 10.2.15, >= 5.5.0, < 5.5.606.5 MEDIUM4 MEDIUM

Vulnerability in the MySQL Server component of Oracle MySQL (subcomponent: Server: Parser). Supported versions that are affected are 5.6.42 and prior, 5.7.24 and prior and 8.0.13 and prior. 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 3.0 Base Score 6.5 (Availability impacts). CVSS Vector: (CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H).

= *, >= 10.0.0, < 10.0.37, >= 10.2.0, < 10.2.19, >= 10.3.0, < 10.3.11, >= 5.5.0, < 5.5.62, >= 10.1.0, < 10.1.374.9 MEDIUM4 MEDIUM

Vulnerability in the MySQL Server component of Oracle MySQL (subcomponent: Server: Storage Engines). Supported versions that are affected are 5.5.61 and prior, 5.6.41 and prior, 5.7.23 and prior and 8.0.12 and prior. Easily exploitable vulnerability allows high 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 3.0 Base Score 4.9 (Availability impacts). CVSS Vector: (CVSS:3.0/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H).

>= 10.2.0, < 10.2.19, >= 10.3.0, < 10.3.114.4 MEDIUM3.5 LOW

Vulnerability in the MySQL Server component of Oracle MySQL (subcomponent: InnoDB). Supported versions that are affected are 5.7.23 and prior and 8.0.12 and prior. Difficult to exploit vulnerability allows high 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 3.0 Base Score 4.4 (Availability impacts). CVSS Vector: (CVSS:3.0/AV:N/AC:H/PR:H/UI:N/S:U/C:N/I:N/A:H).

>= 10.2.0, < 10.2.19, >= 10.3.0, < 10.3.114.9 MEDIUM4 MEDIUM

Vulnerability in the MySQL Server component of Oracle MySQL (subcomponent: InnoDB). Supported versions that are affected are 5.7.23 and prior and 8.0.12 and prior. Easily exploitable vulnerability allows high 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 3.0 Base Score 4.9 (Availability impacts). CVSS Vector: (CVSS:3.0/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H).

>= 10.0.0, < 10.0.37, >= 10.2.0, < 10.2.19, >= 10.3.0, < 10.3.11, >= 10.1.0, < 10.1.376.5 MEDIUM4 MEDIUM

Vulnerability in the MySQL Server component of Oracle MySQL (subcomponent: InnoDB). Supported versions that are affected are 5.6.41 and prior, 5.7.23 and prior and 8.0.12 and prior. 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 3.0 Base Score 6.5 (Availability impacts). CVSS Vector: (CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H).

>= 10.2.0, < 10.2.19, >= 10.3.0, < 10.3.114.9 MEDIUM4 MEDIUM

Vulnerability in the MySQL Server component of Oracle MySQL (subcomponent: InnoDB). Supported versions that are affected are 5.7.23 and prior and 8.0.12 and prior. Easily exploitable vulnerability allows high 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 3.0 Base Score 4.9 (Availability impacts). CVSS Vector: (CVSS:3.0/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H).

>= 10.2.0, < 10.2.19, >= 10.3.0, < 10.3.115.5 MEDIUM5.5 MEDIUM

Vulnerability in the MySQL Server component of Oracle MySQL (subcomponent: InnoDB). Supported versions that are affected are 5.7.23 and prior and 8.0.12 and prior. Easily exploitable vulnerability allows high 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 as well as unauthorized update, insert or delete access to some of MySQL Server accessible data. CVSS 3.0 Base Score 5.5 (Integrity and Availability impacts). CVSS Vector: (CVSS:3.0/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:L/A:H).

>= 10.0.0, < 10.0.37, >= 10.2.0, < 10.2.19, >= 10.3.0, < 10.3.11, >= 5.5.0, < 5.5.62, >= 10.1.0, < 10.1.375.3 MEDIUM1.9 LOW

Vulnerability in the MySQL Server component of Oracle MySQL (subcomponent: Client programs). Supported versions that are affected are 5.5.61 and prior, 5.6.41 and prior, 5.7.23 and prior and 8.0.12 and prior. Difficult to exploit vulnerability allows high privileged attacker with logon to the infrastructure where MySQL Server executes to compromise MySQL Server. While the vulnerability is in MySQL Server, attacks may significantly impact additional products. Successful attacks of this vulnerability can result in unauthorized ability to cause a hang or frequently repeatable crash (complete DOS) of MySQL Server. CVSS 3.0 Base Score 5.3 (Availability impacts). CVSS Vector: (CVSS:3.0/AV:L/AC:H/PR:H/UI:N/S:C/C:N/I:N/A:H).

>= 10.2.0, < 10.2.19, >= 10.3.0, < 10.3.114.9 MEDIUM4 MEDIUM

Vulnerability in the MySQL Server component of Oracle MySQL (subcomponent: InnoDB). Supported versions that are affected are 5.7.23 and prior and 8.0.12 and prior. Easily exploitable vulnerability allows high 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 3.0 Base Score 4.9 (Availability impacts). CVSS Vector: (CVSS:3.0/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H).

>= 10.2.0, < 10.2.19, >= 10.3.0, < 10.3.114.9 MEDIUM4 MEDIUM

Vulnerability in the MySQL Server component of Oracle MySQL (subcomponent: InnoDB). Supported versions that are affected are 5.7.23 and prior and 8.0.12 and prior. Easily exploitable vulnerability allows high 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 3.0 Base Score 4.9 (Availability impacts). CVSS Vector: (CVSS:3.0/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H).

>= 10.0.0, < 10.0.37, >= 10.2.0, < 10.2.19, >= 10.3.0, < 10.3.11, >= 10.1.0, < 10.1.376.5 MEDIUM4 MEDIUM

Vulnerability in the MySQL Server component of Oracle MySQL (subcomponent: InnoDB). Supported versions that are affected are 5.6.41 and prior, 5.7.23 and prior and 8.0.12 and prior. 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 3.0 Base Score 6.5 (Availability impacts). CVSS Vector: (CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H).

>= 10.0.0, < 10.0.37, >= 10.2.0, < 10.2.19, >= 10.3.0, < 10.3.11, >= 10.1.0, < 10.1.376.5 MEDIUM4 MEDIUM

Vulnerability in the MySQL Server component of Oracle MySQL (subcomponent: InnoDB). Supported versions that are affected are 5.6.41 and prior, 5.7.23 and prior and 8.0.12 and prior. 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 3.0 Base Score 6.5 (Availability impacts). CVSS Vector: (CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H).

>= 10.0.0, < 10.0.34, >= 5.5.0, < 5.5.59, >= 10.1.0, < 10.1.30, >= 10.2.0, < 10.2.126.5 MEDIUM4 MEDIUM

Vulnerability in the MySQL Server component of Oracle MySQL (subcomponent: Server: Parser). Supported versions that are affected are 5.5.61 and prior, 5.6.41 and prior, 5.7.23 and prior and 8.0.12 and prior. 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 3.0 Base Score 6.5 (Availability impacts). CVSS Vector: (CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H).

>= 5.5.0, < 5.5.61, >= 10.3.0, < 10.3.9, >= 10.2.0, < 10.2.17, >= 10.1.0, < 10.1.35, >= 10.0.0, < 10.0.363.3 LOW4.9 MEDIUM

Vulnerability in the MySQL Server component of Oracle MySQL (subcomponent: Server: Options). Supported versions that are affected are 5.5.60 and prior, 5.6.40 and prior and 5.7.22 and prior. Difficult to exploit vulnerability allows high privileged attacker with network access via multiple protocols to compromise MySQL Server. Successful attacks of this vulnerability can result in unauthorized update, insert or delete access to some of MySQL Server accessible data as well as unauthorized read access to a subset of MySQL Server accessible data. CVSS 3.0 Base Score 3.3 (Confidentiality and Integrity impacts). CVSS Vector: (CVSS:3.0/AV:N/AC:H/PR:H/UI:N/S:U/C:L/I:L/A:N).

>= 10.0.0, < 10.0.35, >= 10.1.0, < 10.1.33, >= 10.2.0, < 10.2.15, >= 5.5.0, < 5.5.615 MEDIUM4.9 MEDIUM

Vulnerability in the MySQL Client component of Oracle MySQL (subcomponent: Client programs). Supported versions that are affected are 5.5.60 and prior, 5.6.40 and prior, 5.7.22 and prior and 8.0.11 and prior. Difficult to exploit vulnerability allows high privileged attacker with network access via multiple protocols to compromise MySQL Client. Successful attacks of this vulnerability can result in unauthorized ability to cause a hang or frequently repeatable crash (complete DOS) of MySQL Client as well as unauthorized update, insert or delete access to some of MySQL Client accessible data. CVSS 3.0 Base Score 5.0 (Integrity and Availability impacts). CVSS Vector: (CVSS:3.0/AV:N/AC:H/PR:H/UI:N/S:U/C:N/I:L/A:H).

>= 5.5.0, < 5.5.61, >= 10.3.0, < 10.3.9, >= 10.2.0, < 10.2.17, >= 10.1.0, < 10.1.35, >= 10.0.0, < 10.0.364.9 MEDIUM4 MEDIUM

Vulnerability in the MySQL Server component of Oracle MySQL (subcomponent: Server: Security: Privileges). Supported versions that are affected are 5.5.60 and prior. Easily exploitable vulnerability allows high 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 3.0 Base Score 4.9 (Availability impacts). CVSS Vector: (CVSS:3.0/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H).

>= 10.3.0, < 10.3.9, >= 10.2.0, < 10.2.176.5 MEDIUM5.5 MEDIUM

Vulnerability in the MySQL Server component of Oracle MySQL (subcomponent: InnoDB). Supported versions that are affected are 5.7.22 and prior and 8.0.11 and prior. Easily exploitable vulnerability allows high privileged attacker with network access via multiple protocols to compromise MySQL Server. Successful attacks of this vulnerability can result in unauthorized creation, deletion or modification access to critical data or all MySQL Server accessible data and unauthorized ability to cause a hang or frequently repeatable crash (complete DOS) of MySQL Server. CVSS 3.0 Base Score 6.5 (Integrity and Availability impacts). CVSS Vector: (CVSS:3.0/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:H/A:H).

>= 5.5.0, < 5.5.61, >= 10.3.0, < 10.3.9, >= 10.2.0, < 10.2.17, >= 10.1.0, < 10.1.35, >= 10.0.0, < 10.0.364.3 MEDIUM4 MEDIUM

Vulnerability in the MySQL Server component of Oracle MySQL (subcomponent: MyISAM). Supported versions that are affected are 5.5.60 and prior, 5.6.40 and prior and 5.7.22 and prior. 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 update, insert or delete access to some of MySQL Server accessible data. CVSS 3.0 Base Score 4.3 (Integrity impacts). CVSS Vector: (CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:N).

>= 10.3.0, < 10.3.9, >= 10.2.0, < 10.2.17, >= 10.1.0, < 10.1.35, >= 10.0.0, < 10.0.367.1 HIGH5.5 MEDIUM

Vulnerability in the MySQL Server component of Oracle MySQL (subcomponent: InnoDB). Supported versions that are affected are 5.6.40 and prior, 5.7.22 and prior and 8.0.11 and prior. 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 as well as unauthorized update, insert or delete access to some of MySQL Server accessible data. CVSS 3.0 Base Score 7.1 (Integrity and Availability impacts). CVSS Vector: (CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:H).

>= 10.0.0, < 10.0.35, >= 10.1.0, < 10.1.33, >= 10.2.0, < 10.2.15, >= 5.5.0, < 5.5.603.1 LOW3.5 LOW

Vulnerability in the MySQL Server component of Oracle MySQL (subcomponent: Server: Security: Encryption). Supported versions that are affected are 5.5.60 and prior, 5.6.40 and prior and 5.7.22 and prior. Difficult to exploit vulnerability allows low privileged attacker with network access via multiple protocols to compromise MySQL Server. Successful attacks of this vulnerability can result in unauthorized read access to a subset of MySQL Server accessible data. CVSS 3.0 Base Score 3.1 (Confidentiality impacts). CVSS Vector: (CVSS:3.0/AV:N/AC:H/PR:L/UI:N/S:U/C:L/I:N/A:N).

= 2.13.07.5 HIGH5 MEDIUM

`mariadb` was a malicious module published with the intent to hijack environment variables. It has been unpublished by npm.

>= 10.0.0, < 10.0.35, >= 10.1.0, < 10.1.33, >= 10.2.0, < 10.2.15, >= 5.5.0, < 5.5.604.3 MEDIUM4 MEDIUM

Vulnerability in the MySQL Server component of Oracle MySQL (subcomponent: Server: DDL). Supported versions that are affected are 5.5.59 and prior, 5.6.39 and prior and 5.7.21 and prior. 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 read access to a subset of MySQL Server accessible data. CVSS 3.0 Base Score 4.3 (Confidentiality impacts). CVSS Vector: (CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N).

>= 10.2.0, < 10.2.154.9 MEDIUM4 MEDIUM

Vulnerability in the MySQL Server component of Oracle MySQL (subcomponent: InnoDB). Supported versions that are affected are 5.7.21 and prior. Easily exploitable vulnerability allows high 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 3.0 Base Score 4.9 (Availability impacts). CVSS Vector: (CVSS:3.0/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H).

>= 10.0.0, < 10.0.35, >= 10.1.0, < 10.1.33, >= 10.2.0, < 10.2.15, >= 5.5.0, < 5.5.606.5 MEDIUM4 MEDIUM

Vulnerability in the MySQL Server component of Oracle MySQL (subcomponent: Server: DDL). Supported versions that are affected are 5.5.59 and prior, 5.6.39 and prior and 5.7.21 and prior. 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 3.0 Base Score 6.5 (Availability impacts). CVSS Vector: (CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H).

>= 10.0.0, < 10.0.35, >= 10.1.0, < 10.1.33, >= 10.2.0, < 10.2.15, >= 5.5.0, < 5.5.606.5 MEDIUM4 MEDIUM

Vulnerability in the MySQL Server component of Oracle MySQL (subcomponent: InnoDB). Supported versions that are affected are 5.5.59 and prior, 5.6.39 and prior and 5.7.21 and prior. 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 3.0 Base Score 6.5 (Availability impacts). CVSS Vector: (CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H).

>= 10.0.0, < 10.0.35, >= 10.1.0, < 10.1.33, >= 10.2.0, < 10.2.155.5 MEDIUM5.5 MEDIUM

Vulnerability in the MySQL Server component of Oracle MySQL (subcomponent: InnoDB). Supported versions that are affected are 5.6.39 and prior and 5.7.21 and prior. Easily exploitable vulnerability allows high 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 as well as unauthorized update, insert or delete access to some of MySQL Server accessible data. CVSS 3.0 Base Score 5.5 (Integrity and Availability impacts). CVSS Vector: (CVSS:3.0/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:L/A:H).

>= 10.2.0, < 10.2.155.5 MEDIUM5.5 MEDIUM

Vulnerability in the MySQL Server component of Oracle MySQL (subcomponent: InnoDB). Supported versions that are affected are 5.7.21 and prior. Easily exploitable vulnerability allows high 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 as well as unauthorized update, insert or delete access to some of MySQL Server accessible data. CVSS 3.0 Base Score 5.5 (Integrity and Availability impacts). CVSS Vector: (CVSS:3.0/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:L/A:H).

>= 10.0.0, < 10.0.35, >= 10.1.0, < 10.1.33, >= 10.2.0, < 10.2.156.5 MEDIUM4 MEDIUM

Vulnerability in the MySQL Server component of Oracle MySQL (subcomponent: InnoDB). Supported versions that are affected are 5.6.39 and prior and 5.7.21 and prior. 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 3.0 Base Score 6.5 (Availability impacts). CVSS Vector: (CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H).

>= 10.2.0, < 10.2.154.9 MEDIUM4 MEDIUM

Vulnerability in the MySQL Server component of Oracle MySQL (subcomponent: InnoDB). Supported versions that are affected are 5.7.21 and prior. Easily exploitable vulnerability allows high 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 3.0 Base Score 4.9 (Availability impacts). CVSS Vector: (CVSS:3.0/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H).

>= 10.0.0, < 10.0.35, >= 10.1.0, < 10.1.33, >= 10.2.0, < 10.2.156.5 MEDIUM4 MEDIUM

Vulnerability in the MySQL Server component of Oracle MySQL (subcomponent: InnoDB). Supported versions that are affected are 5.6.39 and prior and 5.7.21 and prior. 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 3.0 Base Score 6.5 (Availability impacts). CVSS Vector: (CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H).

>= 10.0.0, < 10.0.35, >= 10.1.0, < 10.1.33, >= 10.2.0, < 10.2.15, >= 5.5.0, < 5.5.604.9 MEDIUM4 MEDIUM

Vulnerability in the MySQL Server component of Oracle MySQL (subcomponent: Server: Optimizer). Supported versions that are affected are 5.5.59 and prior, 5.6.39 and prior and 5.7.21 and prior. Easily exploitable vulnerability allows high 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 3.0 Base Score 4.9 (Availability impacts). CVSS Vector: (CVSS:3.0/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H).

>= 10.0.0, < 10.0.35, >= 10.1.0, < 10.1.33, >= 10.2.0, < 10.2.15, >= 5.5.0, < 5.5.604.4 MEDIUM3.5 LOW

Vulnerability in the MySQL Server component of Oracle MySQL (subcomponent: Server: Locking). Supported versions that are affected are 5.5.59 and prior, 5.6.39 and prior and 5.7.21 and prior. Difficult to exploit vulnerability allows high 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 3.0 Base Score 4.4 (Availability impacts). CVSS Vector: (CVSS:3.0/AV:N/AC:H/PR:H/UI:N/S:U/C:N/I:N/A:H).

>= 10.0.0, < 10.0.35, >= 10.1.0, < 10.1.33, >= 10.2.0, < 10.2.154.9 MEDIUM6.8 MEDIUM

Vulnerability in the MySQL Server component of Oracle MySQL (subcomponent: InnoDB). Supported versions that are affected are 5.6.39 and prior and 5.7.21 and prior. Easily exploitable vulnerability allows high 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 3.0 Base Score 4.9 (Availability impacts). CVSS Vector: (CVSS:3.0/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H).

>= 10.0.0, < 10.0.35, >= 10.1.0, < 10.1.33, >= 10.2.0, < 10.2.15, >= 5.5.0, < 5.5.605.9 MEDIUM4.3 MEDIUM

Vulnerability in the MySQL Server component of Oracle MySQL (subcomponent: Client programs). Supported versions that are affected are 5.5.59 and prior, 5.6.39 and prior and 5.7.21 and prior. Difficult to exploit vulnerability allows unauthenticated 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 3.0 Base Score 5.9 (Availability impacts). CVSS Vector: (CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H).

>= 10.2.0, < 10.2.154.9 MEDIUM4 MEDIUM

Vulnerability in the MySQL Server component of Oracle MySQL (subcomponent: InnoDB). Supported versions that are affected are 5.7.21 and prior. Easily exploitable vulnerability allows high 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 3.0 Base Score 4.9 (Availability impacts). CVSS Vector: (CVSS:3.0/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H).

>= 10.0.0, < 10.0.35, >= 10.1.0, < 10.1.33, >= 10.2.0, < 10.2.15, >= 5.5.0, < 5.5.607.7 HIGH3.7 LOW

Vulnerability in the MySQL Server component of Oracle MySQL (subcomponent: Server: Replication). Supported versions that are affected are 5.5.59 and prior, 5.6.39 and prior and 5.7.21 and prior. Difficult to exploit vulnerability allows unauthenticated attacker with logon to the infrastructure where MySQL Server executes to compromise MySQL Server. Successful attacks require human interaction from a person other than the attacker and while the vulnerability is in MySQL Server, attacks may significantly impact additional products. Successful attacks of this vulnerability can result in takeover of MySQL Server. CVSS 3.0 Base Score 7.7 (Confidentiality, Integrity and Availability impacts). CVSS Vector: (CVSS:3.0/AV:L/AC:H/PR:N/UI:R/S:C/C:H/I:H/A:H).

>= 10.2.0, < 10.2.10, < 10.1.306.5 MEDIUM

sql/event_data_objects.cc in MariaDB before 10.1.30 and 10.2.x before 10.2.10 and Percona XtraDB Cluster before 5.6.37-26.21-3 and 5.7.x before 5.7.19-29.22-3 allows remote authenticated users with SQL access to bypass intended access restrictions and replicate data definition language (DDL) statements to cluster nodes by leveraging incorrect ordering of DDL replication and ACL checking.

>= 10.2.0, < 10.2.13, >= 10.1.0, < 10.1.31, >= 10.0.0, < 10.0.34, >= 5.5.0, < 5.5.596.5 MEDIUM6.8 MEDIUM

Vulnerability in the MySQL Server component of Oracle MySQL (subcomponent: Server: Optimizer). Supported versions that are affected are 5.5.58 and prior, 5.6.38 and prior and 5.7.20 and prior. 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 3.0 Base Score 6.5 (Availability impacts). CVSS Vector: (CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H).

>= 10.2.0, < 10.2.13, >= 10.1.0, < 10.1.31, >= 10.0.0, < 10.0.34, >= 5.5.0, < 5.5.596.5 MEDIUM6.8 MEDIUM

Vulnerability in the MySQL Server component of Oracle MySQL (subcomponent: Server: Optimizer). Supported versions that are affected are 5.5.58 and prior, 5.6.38 and prior and 5.7.20 and prior. 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 3.0 Base Score 6.5 (Availability impacts). CVSS Vector: (CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H).

>= 10.2.0, < 10.2.13, >= 10.1.0, < 10.1.31, >= 10.0.0, < 10.0.34, >= 5.5.0, < 5.5.596.5 MEDIUM6.8 MEDIUM

Vulnerability in the MySQL Server component of Oracle MySQL (subcomponent: Server: Optimizer). Supported versions that are affected are 5.5.58 and prior, 5.6.38 and prior and 5.7.20 and prior. 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 3.0 Base Score 6.5 (Availability impacts). CVSS Vector: (CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H).

>= 10.2.0, < 10.2.13, >= 10.1.0, < 10.1.31, >= 10.0.0, < 10.0.34, >= 5.5.0, < 5.5.596.5 MEDIUM6.8 MEDIUM

Vulnerability in the MySQL Server component of Oracle MySQL (subcomponent: Server: DDL). Supported versions that are affected are 5.5.58 and prior, 5.6.38 and prior and 5.7.20 and prior. 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 3.0 Base Score 6.5 (Availability impacts). CVSS Vector: (CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H).

>= 10.2.0, < 10.2.13, >= 10.1.0, < 10.1.31, >= 10.0.0, < 10.0.346.5 MEDIUM7.5 HIGH

Vulnerability in the MySQL Server component of Oracle MySQL (subcomponent: InnoDB). Supported versions that are affected are 5.6.38 and prior and 5.7.20 and prior. Easily exploitable vulnerability allows high privileged attacker with network access via multiple protocols to compromise MySQL Server. Successful attacks of this vulnerability can result in unauthorized creation, deletion or modification access to critical data or all MySQL Server accessible data and unauthorized ability to cause a hang or frequently repeatable crash (complete DOS) of MySQL Server. CVSS 3.0 Base Score 6.5 (Integrity and Availability impacts). CVSS Vector: (CVSS:3.0/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:H/A:H).

>= 10.2.0, < 10.2.13, >= 10.1.0, < 10.1.31, >= 10.0.0, < 10.0.34, >= 5.5.0, < 5.5.597.1 HIGH7.5 HIGH

Vulnerability in the MySQL Server component of Oracle MySQL (subcomponent: Server : Partition). Supported versions that are affected are 5.5.58 and prior, 5.6.38 and prior and 5.7.19 and prior. 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 as well as unauthorized update, insert or delete access to some of MySQL Server accessible data. CVSS 3.0 Base Score 7.1 (Integrity and Availability impacts). CVSS Vector: (CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:H).

< 10.0.307.2 HIGH

The installation scripts in the Gentoo dev-db/mysql, dev-db/mariadb, dev-db/percona-server, dev-db/mysql-cluster, and dev-db/mariadb-galera packages before 2017-09-29 have chown calls for user-writable directory trees, which allows local users to gain privileges by leveraging access to the mysql account for creation of a link.

>= 10.2.0, < 10.2.10, >= 5.5.0, < 5.5.58, >= 10.0.0, < 10.0.33, >= 10.1.0, < 10.1.296.5 MEDIUM4 MEDIUM

Vulnerability in the MySQL Server component of Oracle MySQL (subcomponent: Server: Optimizer). Supported versions that are affected are 5.5.57 and earlier, 5.6.37 and earlier and 5.7.11 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 3.0 Base Score 6.5 (Availability impacts). CVSS Vector: (CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H).

>= 10.0.0, < 10.0.32, >= 10.1.0, < 10.1.26, >= 10.2.0, < 10.2.8, >= 5.5.0, < 5.5.576.5 MEDIUM4 MEDIUM

Vulnerability in the MySQL Server component of Oracle MySQL (subcomponent: Client programs). Supported versions that are affected are 5.5.57 and earlier, 5.6.37 and earlier and 5.7.19 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 access to critical data or complete access to all MySQL Server accessible data. CVSS 3.0 Base Score 6.5 (Confidentiality impacts). CVSS Vector: (CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N).

>= 10.0.0, < 10.0.32, >= 10.1.0, < 10.1.26, >= 10.2.0, < 10.2.8, >= 5.5.0, < 5.5.576.5 MEDIUM4 MEDIUM

Vulnerability in the MySQL Server component of Oracle MySQL (subcomponent: Server: DDL). Supported versions that are affected are 5.5.57 and earlier 5.6.37 and earlier 5.7.19 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 3.0 Base Score 6.5 (Availability impacts). CVSS Vector: (CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H).

>= 10.2.0, < 10.2.83.8 LOW5.5 MEDIUM

Vulnerability in the MySQL Server component of Oracle MySQL (subcomponent: Server: InnoDB). Supported versions that are affected are 5.7.18 and earlier. Easily exploitable vulnerability allows high privileged attacker with network access via multiple protocols to compromise MySQL Server. Successful attacks of this vulnerability can result in unauthorized update, insert or delete access to some of MySQL Server accessible data and unauthorized ability to cause a partial denial of service (partial DOS) of MySQL Server. CVSS 3.0 Base Score 3.8 (Integrity and Availability impacts). CVSS Vector: (CVSS:3.0/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:L/A:L).

>= 10.2.0, < 10.2.84.9 MEDIUM4 MEDIUM

Vulnerability in the MySQL Server component of Oracle MySQL (subcomponent: Server: InnoDB). Supported versions that are affected are 5.7.19 and earlier. Easily exploitable vulnerability allows high 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 3.0 Base Score 4.9 (Availability impacts). CVSS Vector: (CVSS:3.0/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H).

>= 10.0.0, < 10.0.32, >= 10.1.0, < 10.1.26, >= 10.2.0, < 10.2.84.4 MEDIUM3.5 LOW

Vulnerability in the MySQL Server component of Oracle MySQL (subcomponent: Server: InnoDB). Supported versions that are affected are 5.6.37 and earlier and 5.7.19 and earlier. Difficult to exploit vulnerability allows high 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 3.0 Base Score 4.4 (Availability impacts). CVSS Vector: (CVSS:3.0/AV:N/AC:H/PR:H/UI:N/S:U/C:N/I:N/A:H).

>= 10.2.0, < 10.2.10, >= 5.5.0, < 5.5.58, >= 10.0.0, < 10.0.33, >= 10.1.0, < 10.1.294.1 MEDIUM1.5 LOW

Vulnerability in the MySQL Server component of Oracle MySQL (subcomponent: Server: Replication). Supported versions that are affected are 5.5.57 and earlier, 5.6.37 and earlier and 5.7.19 and earlier. Difficult to exploit vulnerability allows high privileged attacker with logon to the infrastructure where MySQL Server executes to compromise MySQL Server. Successful attacks of this vulnerability can result in unauthorized access to critical data or complete access to all MySQL Server accessible data. CVSS 3.0 Base Score 4.1 (Confidentiality impacts). CVSS Vector: (CVSS:3.0/AV:L/AC:H/PR:H/UI:N/S:U/C:H/I:N/A:N).

>= 10.0.0, < 10.0.28, >= 10.1.0, < 10.1.19, >= 5.5.0, < 5.5.534.3 MEDIUM4 MEDIUM

Vulnerability in the MySQL Server component of Oracle MySQL (subcomponent: Client mysqldump). Supported versions that are affected are 5.5.56 and earlier, 5.6.36 and earlier and 5.7.18 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 update, insert or delete access to some of MySQL Server accessible data. CVSS 3.0 Base Score 4.3 (Integrity impacts). CVSS Vector: (CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:N).

>= 10.0.0, < 10.0.32, >= 10.1.0, < 10.1.26, >= 10.2.0, < 10.2.8, >= 5.5.0, < 5.5.575.3 MEDIUM4.6 MEDIUM

Vulnerability in the MySQL Server component of Oracle MySQL (subcomponent: Client programs). Supported versions that are affected are 5.5.56 and earlier and 5.6.36 and earlier. Easily exploitable vulnerability allows low privileged attacker with logon to the infrastructure where MySQL Server executes to compromise MySQL Server. Successful attacks of this vulnerability can result in unauthorized update, insert or delete access to some of MySQL Server accessible data as well as unauthorized read access to a subset of MySQL Server accessible data and unauthorized ability to cause a partial denial of service (partial DOS) of MySQL Server. CVSS 3.0 Base Score 5.3 (Confidentiality, Integrity and Availability impacts). CVSS Vector: (CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L).

>= 10.0.0, < 10.0.32, >= 10.1.0, < 10.1.26, >= 10.2.0, < 10.2.8, >= 5.5.0, < 5.5.573.1 LOW3.5 LOW

Vulnerability in the MySQL Server component of Oracle MySQL (subcomponent: Server: DDL). Supported versions that are affected are 5.5.56 and earlier, 5.6.36 and earlier and 5.7.18 and earlier. Difficult to exploit vulnerability allows low privileged attacker with network access via multiple protocols to compromise MySQL Server. Successful attacks of this vulnerability can result in unauthorized update, insert or delete access to some of MySQL Server accessible data. CVSS 3.0 Base Score 3.1 (Integrity impacts). CVSS Vector: (CVSS:3.0/AV:N/AC:H/PR:L/UI:N/S:U/C:N/I:L/A:N).

>= 10.0.0, < 10.0.32, >= 10.2.0, < 10.2.8, >= 5.5.0, < 5.5.57, = *, >= 10.1.0, < 10.1.264.9 MEDIUM4 MEDIUM

Vulnerability in the MySQL Server component of Oracle MySQL (subcomponent: Server: DML). Supported versions that are affected are 5.5.56 and earlier, 5.6.36 and earlier and 5.7.18 and earlier. Easily exploitable vulnerability allows high 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 3.0 Base Score 4.9 (Availability impacts). CVSS Vector: (CVSS:3.0/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H).

all versions4 MEDIUM

If, after successful installation of MantisBT through 2.5.2 on MySQL/MariaDB, the administrator does not remove the 'admin' directory (as recommended in the "Post-installation and upgrade tasks" section of the MantisBT Admin Guide), and the MySQL client has a local_infile setting enabled (in php.ini mysqli.allow_local_infile, or the MySQL client config file, depending on the PHP setup), an attacker may take advantage of MySQL's "connect file read" feature to remotely access files on the MantisBT server.

>= 10.0.0, < 10.0.37, >= 10.2.0, < 10.2.19, >= 10.3.0, < 10.3.11, >= 5.5.0, < 5.5.62, >= 10.1.0, < 10.1.379.8 CRITICAL7.5 HIGH

The crc32_big function in crc32.c in zlib 1.2.8 might allow context-dependent attackers to have unspecified impact via vectors involving big-endian CRC calculation.

>= 10.0.0, < 10.0.28, >= 10.1.0, < 10.1.19, >= 5.5.0, < 5.5.536.6 MEDIUM6 MEDIUM

Vulnerability in the MySQL Server component of Oracle MySQL (subcomponent: Client mysqldump). Supported versions that are affected are 5.5.54 and earlier, 5.6.35 and earlier and 5.7.17 and earlier. Difficult to exploit vulnerability allows high privileged attacker with network access via multiple protocols to compromise MySQL Server. Successful attacks of this vulnerability can result in takeover of MySQL Server. Note: CVE-2017-3600 is equivalent to CVE-2016-5483. CVSS 3.0 Base Score 6.6 (Confidentiality, Integrity and Availability impacts). CVSS Vector: (CVSS:3.0/AV:N/AC:H/PR:H/UI:N/S:U/C:H/I:H/A:H).

>= 10.0.0, < 10.0.31, >= 10.1.0, < 10.1.23, >= 10.2.0, < 10.2.6, >= 5.5.0, < 5.5.554.9 MEDIUM4 MEDIUM

Vulnerability in the MySQL Server component of Oracle MySQL (subcomponent: Server: DML). Supported versions that are affected are 5.5.54 and earlier, 5.6.35 and earlier and 5.7.17 and earlier. Easily "exploitable" vulnerability allows high 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 3.0 Base Score 4.9 (Availability impacts). CVSS Vector: (CVSS:3.0/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H).

>= 10.0.0, < 10.0.31, >= 10.1.0, < 10.1.23, >= 10.2.0, < 10.2.6, >= 5.5.0, < 5.5.554.3 MEDIUM4 MEDIUM

Vulnerability in the MySQL Server component of Oracle MySQL (subcomponent: Server: DDL). Supported versions that are affected are 5.5.54 and earlier, 5.6.35 and earlier and 5.7.17 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 update, insert or delete access to some of MySQL Server accessible data. CVSS 3.0 Base Score 4.3 (Integrity impacts). CVSS Vector: (CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:N).

>= 10.0.0, < 10.0.31, >= 10.1.0, < 10.1.23, >= 10.2.0, < 10.2.6, >= 5.5.0, < 5.5.556.5 MEDIUM4 MEDIUM

Vulnerability in the MySQL Server component of Oracle MySQL (subcomponent: Server: Optimizer). Supported versions that are affected are 5.5.54 and earlier, 5.6.35 and earlier and 5.7.17 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 3.0 Base Score 6.5 (Availability impacts). CVSS Vector: (CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H).

>= 10.0.0, < 10.0.31, >= 10.1.0, < 10.1.23, >= 10.2.0, < 10.2.6, >= 5.5.0, < 5.5.557.7 HIGH4 MEDIUM

Vulnerability in the MySQL Server component of Oracle MySQL (subcomponent: Server: Optimizer). Supported versions that are affected are 5.5.54 and earlier, 5.6.35 and earlier and 5.7.17 and earlier. Easily "exploitable" vulnerability allows low privileged attacker with network access via multiple protocols to compromise MySQL Server. While the vulnerability is in MySQL Server, attacks may significantly impact additional products. Successful attacks of this vulnerability can result in unauthorized ability to cause a hang or frequently repeatable crash (complete DOS) of MySQL Server. CVSS 3.0 Base Score 7.7 (Availability impacts). CVSS Vector: (CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:C/C:N/I:N/A:H).

>= 10.0.0, < 10.0.31, >= 10.1.0, < 10.1.23, >= 10.2.0, < 10.2.6, >= 5.5.0, < 5.5.557.7 HIGH4 MEDIUM

Vulnerability in the MySQL Server component of Oracle MySQL (subcomponent: Server: DML). Supported versions that are affected are 5.5.54 and earlier, 5.6.35 and earlier and 5.7.17 and earlier. Easily "exploitable" vulnerability allows low privileged attacker with network access via multiple protocols to compromise MySQL Server. While the vulnerability is in MySQL Server, attacks may significantly impact additional products. Successful attacks of this vulnerability can result in unauthorized ability to cause a hang or frequently repeatable crash (complete DOS) of MySQL Server. CVSS 3.0 Base Score 7.7 (Availability impacts). CVSS Vector: (CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:C/C:N/I:N/A:H).

<= 5.5.54, >= 10.0.0, <= 10.0.29, >= 10.1.0, <= 10.1.21, >= 10.2.0, <= 10.2.35 MEDIUM

Crash in libmysqlclient.so in Oracle MySQL before 5.6.21 and 5.7.x before 5.7.5 and MariaDB through 5.5.54, 10.0.x through 10.0.29, 10.1.x through 10.1.21, and 10.2.x through 10.2.3.

>= 5.5.0, < 5.5.55, >= 10.2.0, < 10.2.5, >= 10.1.0, < 10.1.22, >= 10.0.0, < 10.0.304.7 MEDIUM1.5 LOW

Vulnerability in the MySQL Server component of Oracle MySQL (subcomponent: Server: MyISAM). Supported versions that are affected are 5.5.53 and earlier, 5.6.34 and earlier and 5.7.16 and earlier. Difficult to exploit vulnerability allows low privileged attacker with logon to the infrastructure where MySQL Server executes to compromise MySQL Server. Successful attacks of this vulnerability can result in unauthorized access to critical data or complete access to all MySQL Server accessible data. CVSS v3.0 Base Score 4.7 (Confidentiality impacts).

>= 5.5.0, < 5.5.54, >= 10.1.0, < 10.1.21, >= 10.0.0, < 10.0.294 MEDIUM1.5 LOW

Vulnerability in the MySQL Server component of Oracle MySQL (subcomponent: Logging). Supported versions that are affected are 5.5.53 and earlier, 5.6.34 and earlier and 5.7.16 and earlier. Difficult to exploit vulnerability allows high privileged attacker with logon to the infrastructure where MySQL Server executes to compromise MySQL Server. Successful attacks require human interaction from a person other than the attacker. 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 4.0 (Availability impacts).

>= 5.5.0, < 5.5.54, >= 10.1.0, < 10.1.21, >= 10.0.0, < 10.0.294 MEDIUM1 LOW

Vulnerability in the MySQL Server component of Oracle MySQL (subcomponent: Server: Error Handling). Supported versions that are affected are 5.5.53 and earlier, 5.6.34 and earlier and 5.7.16 and earlier. Difficult to exploit vulnerability allows high privileged attacker with logon to the infrastructure where MySQL Server executes to compromise MySQL Server. Successful attacks require human interaction from a person other than the attacker. Successful attacks of this vulnerability can result in unauthorized access to critical data or complete access to all MySQL Server accessible data. CVSS v3.0 Base Score 4.0 (Confidentiality impacts).

>= 5.5.0, < 5.5.54, >= 10.1.0, < 10.1.21, >= 10.0.0, < 10.0.296.7 MEDIUM3.5 LOW

Vulnerability in the MySQL Server component of Oracle MySQL (subcomponent: Server: Packaging). Supported versions that are affected are 5.5.53 and earlier, 5.6.34 and earlier and 5.7.16 and earlier. Difficult to exploit vulnerability allows low privileged attacker with logon to the infrastructure where MySQL Server executes to compromise MySQL Server. Successful attacks require human interaction from a person other than the attacker. Successful attacks of this vulnerability can result in takeover of MySQL Server. CVSS v3.0 Base Score 6.7 (Confidentiality, Integrity and Availability impacts).

>= 5.5.0, < 5.5.54, >= 10.1.0, < 10.1.21, >= 10.0.0, < 10.0.295.6 MEDIUM4.9 MEDIUM

Vulnerability in the MySQL Server component of Oracle MySQL (subcomponent: Server: Packaging). Supported versions that are affected are 5.5.53 and earlier, 5.6.34 and earlier and 5.7.16 and earlier. Difficult to exploit vulnerability allows high privileged attacker with logon to the infrastructure where MySQL Server executes to compromise MySQL Server. Successful attacks require human interaction from a person other than the attacker. Successful attacks of this vulnerability can result in unauthorized access to critical data or complete access to all MySQL Server accessible data and unauthorized ability to cause a hang or frequently repeatable crash (complete DOS) of MySQL Server. CVSS v3.0 Base Score 5.6 (Confidentiality and Availability impacts).

>= 5.5.0, < 5.5.54, >= 10.1.0, < 10.1.21, >= 10.0.0, < 10.0.296.3 MEDIUM3.5 LOW

Vulnerability in the MySQL Server component of Oracle MySQL (subcomponent: Server: Packaging). Supported versions that are affected are 5.5.53 and earlier, 5.6.34 and earlier and 5.7.16 and earlier. Difficult to exploit vulnerability allows high privileged attacker with logon to the infrastructure where MySQL Server executes to compromise MySQL Server. Successful attacks require human interaction from a person other than the attacker. Successful attacks of this vulnerability can result in takeover of MySQL Server. CVSS v3.0 Base Score 6.3 (Confidentiality, Integrity and Availability impacts).

>= 10.1.0, < 10.1.21, >= 10.0.0, < 10.0.29, >= 10.2.0, < 10.2.86.5 MEDIUM4 MEDIUM

Vulnerability in the MySQL Server component of Oracle MySQL (subcomponent: Server: InnoDB). Supported versions that are affected are 5.6.34 and earlier5.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).

>= 5.5.0, < 5.5.54, >= 10.1.0, < 10.1.21, >= 10.0.0, < 10.0.296.5 MEDIUM4 MEDIUM

Vulnerability in the MySQL Server component of Oracle MySQL (subcomponent: Server: Optimizer). Supported versions that are affected are 5.5.53 and earlier, 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).

>= 5.5.0, < 5.5.54, >= 10.1.0, < 10.1.21, >= 10.0.0, < 10.0.294.4 MEDIUM3.5 LOW

Vulnerability in the MySQL Server component of Oracle MySQL (subcomponent: Server: Charsets). Supported versions that are affected are 5.5.53 and earlier. Difficult to exploit vulnerability allows high 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 4.4 (Availability impacts).

>= 5.5.0, < 5.5.54, >= 10.1.0, < 10.1.21, >= 10.0.0, < 10.0.296.5 MEDIUM4 MEDIUM

Vulnerability in the MySQL Server component of Oracle MySQL (subcomponent: Server: DML). Supported versions that are affected are 5.5.53 and earlier, 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).

>= 5.5.0, < 5.5.54, >= 10.1.0, < 10.1.21, >= 10.0.0, < 10.0.296.5 MEDIUM4 MEDIUM

Vulnerability in the MySQL Server component of Oracle MySQL (subcomponent: Server: DDL). Supported versions that are affected are 5.5.53 and earlier, 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).

>= 5.5.0, < 5.5.54, >= 10.1.0, < 10.1.21, >= 10.0.0, < 10.0.297 HIGH6.9 MEDIUM

mysqld_safe in Oracle MySQL through 5.5.51, 5.6.x through 5.6.32, and 5.7.x through 5.7.14; MariaDB; Percona Server before 5.5.51-38.2, 5.6.x before 5.6.32-78-1, and 5.7.x before 5.7.14-8; and Percona XtraDB Cluster before 5.5.41-37.0, 5.6.x before 5.6.32-25.17, and 5.7.x before 5.7.14-26.17, when using file-based logging, allows local users with access to the mysql account to gain root privileges via a symlink attack on error logs and possibly other files.

>= 10.0.0, < 10.0.28, >= 5.5.20, < 5.5.52, >= 10.1.0, < 10.1.184.4 MEDIUM

Race condition in Oracle MySQL before 5.5.52, 5.6.x before 5.6.33, 5.7.x before 5.7.15, and 8.x before 8.0.1; MariaDB before 5.5.52, 10.0.x before 10.0.28, and 10.1.x before 10.1.18; Percona Server before 5.5.51-38.2, 5.6.x before 5.6.32-78-1, and 5.7.x before 5.7.14-8; and Percona XtraDB Cluster before 5.5.41-37.0, 5.6.x before 5.6.32-25.17, and 5.7.x before 5.7.14-26.17 allows local users with certain permissions to gain privileges by leveraging use of my_copystat by REPAIR TABLE to repair a MyISAM table.

= 10.0.27, >= 10.0.0, < 10.0.28, >= 10.1.0, < 10.1.19, >= 5.5.0, < 5.5.535.5 MEDIUM2.1 LOW

The C software implementation of AES Encryption and Decryption in wolfSSL (formerly CyaSSL) before 3.9.10 makes it easier for local users to discover AES keys by leveraging cache-bank timing differences.

>= 10.0.0, < 10.0.28, >= 5.5.20, < 5.5.52, >= 10.1.0, < 10.1.384 MEDIUM

Unspecified vulnerability in Oracle MySQL 5.5.51 and earlier, 5.6.32 and earlier, and 5.7.14 and earlier allows remote authenticated users to affect availability via vectors related to Server: Types.

>= 10.0.0, < 10.0.274.9 MEDIUM4 MEDIUM

Unspecified vulnerability in Oracle MySQL 5.6.31 and earlier and 5.7.13 and earlier allows remote administrators to affect availability via vectors related to Server: InnoDB.

>= 10.0.0, < 10.0.28, >= 10.1.0, < 10.1.18, >= 5.5.0, < 5.5.524.9 MEDIUM4 MEDIUM

Unspecified vulnerability in Oracle MySQL 5.5.51 and earlier, 5.6.32 and earlier, and 5.7.14 and earlier allows remote administrators to affect availability via vectors related to Server: Federated.

>= 10.0.0, < 10.0.28, >= 10.1.0, < 10.1.18, >= 5.5.0, < 5.5.526.5 MEDIUM4 MEDIUM

Unspecified vulnerability in Oracle MySQL 5.5.51 and earlier, 5.6.32 and earlier, and 5.7.14 and earlier allows remote authenticated users to affect availability via vectors related to GIS.

>= 10.0.0, < 10.0.28, >= 10.1.0, < 10.1.18, >= 5.5.0, < 5.5.526.5 MEDIUM4 MEDIUM

Unspecified vulnerability in Oracle MySQL 5.5.51 and earlier allows remote authenticated users to affect availability via vectors related to DML.

>= 10.0.0, < 10.0.27, >= 5.5.0, < 5.5.516.5 MEDIUM4 MEDIUM

Unspecified vulnerability in Oracle MySQL 5.5.50 and earlier, 5.6.31 and earlier, and 5.7.13 and earlier allows remote authenticated users to affect availability via vectors related to DML.

>= 10.0.0, < 10.0.28, >= 10.1.0, < 10.1.19, >= 5.5.0, < 5.5.534.4 MEDIUM3.5 LOW

Unspecified vulnerability in Oracle MySQL 5.5.52 and earlier, 5.6.33 and earlier, and 5.7.15 and earlier allows remote administrators to affect confidentiality via vectors related to Server: Security: Encryption.

>= 10.0.0, < 10.0.28, >= 10.1.0, < 10.1.18, >= 5.5.0, < 5.5.526.5 MEDIUM6.8 MEDIUM

Unspecified vulnerability in Oracle MySQL 5.5.51 and earlier, 5.6.32 and earlier, and 5.7.14 and earlier allows remote authenticated users to affect availability via vectors related to Server: Optimizer.

>= 5.5.20, < 5.5.51, >= 10.0.0, < 10.0.27, >= 10.1.0, < 10.1.1710 HIGH

Oracle MySQL through 5.5.52, 5.6.x through 5.6.33, and 5.7.x through 5.7.15; MariaDB before 5.5.51, 10.0.x before 10.0.27, and 10.1.x before 10.1.17; and Percona Server before 5.5.51-38.1, 5.6.x before 5.6.32-78.0, and 5.7.x before 5.7.14-7 allow local users to create arbitrary configurations and bypass certain protection mechanisms by setting general_log_file to a my.cnf configuration. NOTE: this can be leveraged to execute arbitrary code with root privileges by setting malloc_lib. NOTE: the affected MySQL version information is from Oracle's October 2016 CPU. Oracle has not commented on third-party claims that the issue was silently patched in MySQL 5.5.52, 5.6.33, and 5.7.15.

>= 5.5.20, < 5.5.49, >= 10.0.0, < 10.0.25, >= 10.1.0, < 10.1.144.3 MEDIUM

Unspecified vulnerability in Oracle MySQL 5.5.48 and earlier, 5.6.29 and earlier, and 5.7.11 and earlier and MariaDB before 5.5.49, 10.0.x before 10.0.25, and 10.1.x before 10.1.14 allows remote attackers to affect confidentiality via vectors related to Server: Connection.

>= 5.5.20, < 5.5.50, >= 10.0.0, < 10.0.26, >= 10.1.0, < 10.1.154 MEDIUM

Unspecified vulnerability in Oracle MySQL 5.5.49 and earlier, 5.6.30 and earlier, and 5.7.12 and earlier and MariaDB before 5.5.50, 10.0.x before 10.0.26, and 10.1.x before 10.1.15 allows remote administrators to affect availability via vectors related to Server: RBR.

>= 5.5.20, < 5.5.50, >= 10.0.0, < 10.0.26, >= 10.1.0, < 10.1.154.3 MEDIUM

Unspecified vulnerability in Oracle MySQL 5.5.49 and earlier, 5.6.30 and earlier, and 5.7.12 and earlier and MariaDB before 5.5.50, 10.0.x before 10.0.26, and 10.1.x before 10.1.15 allows remote authenticated users to affect availability via vectors related to Server: DML.

>= 5.5.20, < 5.5.50, >= 10.0.0, < 10.0.26, >= 10.1.0, < 10.1.156.8 MEDIUM

Unspecified vulnerability in Oracle MySQL 5.5.49 and earlier, 5.6.30 and earlier, and 5.7.12 and earlier and MariaDB before 5.5.50, 10.0.x before 10.0.26, and 10.1.x before 10.1.15 allows remote authenticated users to affect availability via vectors related to Server: Types.

>= 5.5.20, < 5.5.50, >= 10.0.0, < 10.0.26, >= 10.1.0, < 10.1.154.1 MEDIUM

Unspecified vulnerability in Oracle MySQL 5.5.49 and earlier, 5.6.30 and earlier, and 5.7.12 and earlier and MariaDB before 5.5.50, 10.0.x before 10.0.26, and 10.1.x before 10.1.15 allows local users to affect confidentiality, integrity, and availability via vectors related to Server: Parser.

>= 10.0.0, < 10.0.22, >= 10.1.0, < 10.1.9, >= 5.5.0, < 5.5.467.5 HIGH6.2 MEDIUM

Unspecified vulnerability in Oracle MySQL 5.5.45 and earlier and 5.6.26 and earlier allows local users to affect confidentiality, integrity, and availability via vectors related to Server: Option.

>= 10.0.0, < 10.0.25, >= 10.1.0, < 10.1.144 MEDIUM

Unspecified vulnerability in Oracle MySQL 5.6.30 and earlier and 5.7.12 and earlier and MariaDB 10.0.x before 10.0.25 and 10.1.x before 10.1.14 allows remote administrators to affect availability via vectors related to Server: InnoDB.

>= 5.5.20, < 5.5.49, >= 10.0.0, < 10.0.25, >= 10.1.0, < 10.1.144.3 MEDIUM

Unspecified vulnerability in Oracle MySQL 5.5.48 and earlier, 5.6.29 and earlier, and 5.7.10 and earlier and MariaDB before 5.5.49, 10.0.x before 10.0.25, and 10.1.x before 10.1.14 allows remote attackers to affect confidentiality via vectors related to Server: Security: Encryption.

>= 5.5.0, < 5.5.44, >= 10.0.0, < 10.0.205.9 MEDIUM4.3 MEDIUM

Oracle MySQL before 5.7.3, Oracle MySQL Connector/C (aka libmysqlclient) before 6.1.3, and MariaDB before 5.5.44 use the --ssl option to mean that SSL is optional, which allows man-in-the-middle attackers to spoof servers via a cleartext-downgrade attack, aka a "BACKRONYM" attack.

>= 10.0.0, < 10.0.24, >= 10.1.0, <= 10.1.124.1 MEDIUM1.7 LOW

Unspecified vulnerability in Oracle MySQL 5.6.28 and earlier and 5.7.10 and earlier and MariaDB 10.0.x before 10.0.24 and 10.1.x before 10.1.12 allows local users to affect availability via vectors related to InnoDB.

>= 5.5.20, < 5.5.49, >= 10.0.0, < 10.0.25, >= 10.1.0, < 10.1.143.5 LOW

Unspecified vulnerability in Oracle MySQL 5.5.48 and earlier, 5.6.29 and earlier, and 5.7.11 and earlier and MariaDB before 5.5.49, 10.0.x before 10.0.25, and 10.1.x before 10.1.14 allows local users to affect availability via vectors related to Security: Privileges.

>= 10.0.0, < 10.0.25, >= 10.1.0, < 10.1.143.5 LOW

Unspecified vulnerability in Oracle MySQL 5.6.29 and earlier and 5.7.11 and earlier and MariaDB 10.0.x before 10.0.25 and 10.1.x before 10.1.14 allows local users to affect availability via vectors related to InnoDB.

>= 10.0.0, < 10.0.23, >= 10.1.0, < 10.1.10, >= 5.5.0, < 5.5.475.5 MEDIUM3.5 LOW

Unspecified vulnerability in Oracle MySQL 5.5.46 and earlier allows local users to affect availability via vectors related to Optimizer.

>= 5.5.20, < 5.5.48, >= 10.0.0, < 10.0.24, >= 10.1.0, < 10.1.124 MEDIUM

Unspecified vulnerability in Oracle MySQL 5.5.47 and earlier, 5.6.28 and earlier, and 5.7.10 and earlier and MariaDB before 5.5.48, 10.0.x before 10.0.24, and 10.1.x before 10.1.12 allows local users to affect availability via vectors related to Replication.

>= 5.5.20, < 5.5.48, >= 10.0.0, < 10.0.24, >= 10.1.0, < 10.1.124 MEDIUM

Unspecified vulnerability in Oracle MySQL 5.5.47 and earlier, 5.6.28 and earlier, and 5.7.10 and earlier and MariaDB before 5.5.48, 10.0.x before 10.0.24, and 10.1.x before 10.1.12 allows local users to affect availability via vectors related to PS.

>= 5.5.20, < 5.5.49, >= 10.0.0, < 10.0.25, >= 10.1.0, < 10.1.144 MEDIUM

Unspecified vulnerability in Oracle MySQL 5.5.48 and earlier, 5.6.29 and earlier, and 5.7.11 and earlier and MariaDB before 5.5.49, 10.0.x before 10.0.25, and 10.1.x before 10.1.14 allows local users to affect availability via vectors related to PS.

>= 5.5.20, < 5.5.49, >= 10.0.0, < 10.0.25, >= 10.1.0, < 10.1.144 MEDIUM

Unspecified vulnerability in Oracle MySQL 5.5.48 and earlier, 5.6.29 and earlier, and 5.7.11 and earlier and MariaDB before 5.5.49, 10.0.x before 10.0.25, and 10.1.x before 10.1.14 allows local users to affect availability via vectors related to FTS.

>= 5.5.20, < 5.5.48, >= 10.0.0, < 10.0.24, >= 10.1.0, < 10.1.124 MEDIUM

Unspecified vulnerability in Oracle MySQL 5.5.47 and earlier, 5.6.28 and earlier, and 5.7.10 and earlier and MariaDB before 5.5.48, 10.0.x before 10.0.24, and 10.1.x before 10.1.12 allows local users to affect availability via vectors related to DML.

>= 5.5.20, < 5.5.48, >= 10.0.0, < 10.0.24, >= 10.1.0, < 10.1.124 MEDIUM

Unspecified vulnerability in Oracle MySQL 5.5.47 and earlier, 5.6.28 and earlier, and 5.7.10 and earlier and MariaDB before 5.5.48, 10.0.x before 10.0.24, and 10.1.x before 10.1.12 allows local users to affect availability via vectors related to DDL.

>= 5.5.20, < 5.5.49, >= 10.0.0, < 10.0.25, >= 10.1.0, < 10.1.144 MEDIUM

Unspecified vulnerability in Oracle MySQL 5.5.48 and earlier, 5.6.29 and earlier, and 5.7.11 and earlier and MariaDB before 5.5.49, 10.0.x before 10.0.25, and 10.1.x before 10.1.14 allows local users to affect confidentiality via vectors related to DML.

>= 10.0.0, < 10.0.23, >= 10.1.0, < 10.1.10, >= 5.5.0, < 5.5.474.7 MEDIUM4.3 MEDIUM

Unspecified vulnerability in Oracle MySQL 5.5.48 and earlier, 5.6.29 and earlier, and 5.7.11 and earlier allows local users to affect integrity and availability via vectors related to Federated.

>= 10.0.0, < 10.0.24, >= 10.1.0, < 10.1.12, >= 5.5.20, <= 5.5.474.9 MEDIUM

Unspecified vulnerability in Oracle MySQL 5.5.47 and earlier, 5.6.28 and earlier, and 5.7.10 and earlier and MariaDB before 5.5.48, 10.0.x before 10.0.24, and 10.1.x before 10.1.12 allows local users to affect confidentiality and availability via vectors related to MyISAM.

>= 5.5.20, < 5.5.48, >= 10.0.0, < 10.0.24, >= 10.1.0, < 10.1.124.9 MEDIUM

Unspecified vulnerability in Oracle MySQL 5.5.47 and earlier, 5.6.28 and earlier, and 5.7.10 and earlier and MariaDB before 5.5.48, 10.0.x before 10.0.24, and 10.1.x before 10.1.12 allows local users to affect integrity and availability via vectors related to DML.

>= 10.0.0, < 10.0.23, >= 10.1.0, < 10.1.10, >= 5.5.20, < 5.5.474.3 MEDIUM

The ssl_verify_server_cert function in sql-common/client.c in MariaDB before 5.5.47, 10.0.x before 10.0.23, and 10.1.x before 10.1.10; Oracle MySQL 5.5.48 and earlier, 5.6.29 and earlier, and 5.7.11 and earlier; and Percona Server do not properly verify that the server hostname matches a domain name in the subject's Common Name (CN) or subjectAltName field of the X.509 certificate, which allows man-in-the-middle attackers to spoof SSL servers via a "/CN=" string in a field in a certificate, as demonstrated by "/OU=/CN=bar.com/CN=foo.com."

>= 10.0.0, < 10.0.22, >= 10.1.0, < 10.1.9, >= 5.5.0, < 5.5.465.9 MEDIUM2.6 LOW

wolfSSL (formerly CyaSSL) before 3.6.8 does not properly handle faults associated with the Chinese Remainder Theorem (CRT) process when allowing ephemeral key exchange without low memory optimizations on a server, which makes it easier for remote attackers to obtain private RSA keys by capturing TLS handshakes, aka a Lenstra attack.

= 10.1.2, = 10.1.1, = 10.0.11, = 10.0.3, = 10.0.14, = 10.1.4, = 10.1.8, = 10.0.16, = 10.0.7, = 10.1.3, = 10.0.17, = 10.0.8, = 10.0.1, = 10.0.0, = 10.0.19, = 10.0.10, = 10.0.2, = 10.1.9, = 10.1.0, = 10.0.15, = 10.0.6, <= 5.5.46, = 10.1.7, = 10.0.22, = 10.0.21, = 10.0.13, = 10.0.5, = 10.0.18, = 10.0.9, = 10.1.5, = 10.0.20, = 10.0.12, = 10.1.6, = 10.0.44 MEDIUM

Unspecified vulnerability in Oracle MySQL 5.5.46 and earlier and MariaDB before 5.5.47, 10.0.x before 10.0.23, and 10.1.x before 10.1.10 allows remote authenticated users to affect availability via unknown vectors related to Optimizer.

= 10.1.2, = 10.1.1, = 10.0.11, = 10.0.3, = 10.0.14, = 10.1.4, = 10.1.8, = 10.0.16, = 10.0.7, = 10.1.6, = 10.0.19, = 10.0.10, = 10.0.2, = 10.1.7, = 10.0.21, = 10.0.13, = 10.0.5, = 10.1.0, = 10.0.15, = 10.0.6, = 10.1.3, = 10.0.17, = 10.0.9, = 10.0.8, = 10.0.1, = 10.0.0, <= 5.5.46, = 10.1.5, = 10.0.18, = 10.0.20, = 10.0.12, = 10.0.43.5 LOW

Unspecified vulnerability in Oracle MySQL 5.6.27 and earlier and MariaDB before 10.0.22 and 10.1.x before 10.1.9 allows remote authenticated users to affect availability via unknown vectors related to InnoDB.

>= 10.0.0, < 10.0.23, >= 10.1.0, < 10.1.10, >= 5.5.20, < 5.5.471.7 LOW

Unspecified vulnerability in Oracle MySQL 5.5.46 and earlier, 5.6.27 and earlier, and 5.7.9 and MariaDB before 5.5.47, 10.0.x before 10.0.23, and 10.1.x before 10.1.10 allows remote authenticated users to affect availability via unknown vectors related to privileges.

>= 10.0.0, < 10.0.23, >= 10.1.0, < 10.1.10, >= 5.5.20, < 5.5.473.5 LOW

Unspecified vulnerability in Oracle MySQL 5.5.46 and earlier, 5.6.27 and earlier, and 5.7.9 and MariaDB before 5.5.47, 10.0.x before 10.0.23, and 10.1.x before 10.1.10 allows remote authenticated users to affect availability via vectors related to UDF.

>= 10.0.0, < 10.0.23, >= 10.1.0, < 10.1.10, >= 5.5.20, < 5.5.473.5 LOW

Unspecified vulnerability in Oracle MySQL 5.5.46 and earlier, 5.6.27 and earlier, and 5.7.9 and MariaDB before 5.5.47, 10.0.x before 10.0.23, and 10.1.x before 10.1.10 allows remote authenticated users to affect integrity via unknown vectors related to encryption.

>= 10.0.0, < 10.0.23, >= 10.1.0, < 10.1.10, >= 5.5.20, < 5.5.473.5 LOW

Unspecified vulnerability in Oracle MySQL 5.5.46 and earlier, 5.6.27 and earlier, and 5.7.9 and MariaDB before 5.5.47, 10.0.x before 10.0.23, and 10.1.x before 10.1.10 allows remote authenticated users to affect availability via unknown vectors related to InnoDB.

>= 10.0.0, < 10.0.23, >= 10.1.0, < 10.1.10, >= 5.5.20, < 5.5.473.5 LOW

Unspecified vulnerability in Oracle MySQL 5.5.46 and earlier, 5.6.27 and earlier, and 5.7.9 and MariaDB before 5.5.47, 10.0.x before 10.0.23, and 10.1.x before 10.1.10 allows remote authenticated users to affect availability via vectors related to DML.

>= 10.0.0, < 10.0.23, >= 10.1.0, < 10.1.10, >= 5.5.20, < 5.5.474 MEDIUM

Unspecified vulnerability in Oracle MySQL 5.5.46 and earlier, 5.6.27 and earlier, and 5.7.9 and MariaDB before 5.5.47, 10.0.x before 10.0.23, and 10.1.x before 10.1.10 allows remote authenticated users to affect availability via unknown vectors related to Optimizer.

>= 10.0.0, < 10.0.23, >= 10.1.0, < 10.1.10, >= 5.5.20, < 5.5.474 MEDIUM

Unspecified vulnerability in Oracle MySQL 5.5.46 and earlier and 5.6.27 and earlier and MariaDB before 5.5.47, 10.0.x before 10.0.23, and 10.1.x before 10.1.10 allows remote authenticated users to affect availability via vectors related to DML.

>= 10.0.0, < 10.0.23, >= 10.1.0, < 10.1.10, >= 5.5.20, < 5.5.477.2 HIGH

Unspecified vulnerability in Oracle MySQL 5.5.46 and earlier, 5.6.27 and earlier, and 5.7.9 and MariaDB before 5.5.47, 10.0.x before 10.0.23, and 10.1.x before 10.1.10 allows local users to affect confidentiality, integrity, and availability via unknown vectors related to Client. NOTE: the previous information is from the January 2016 CPU. Oracle has not commented on third-party claims that these are multiple buffer overflows in the mysqlshow tool that allow remote database servers to have unspecified impact via a long table or database name.

>= 10.0.0, < 10.0.23, >= 10.1.0, < 10.1.10, >= 5.5.20, < 5.5.476.8 MEDIUM

Unspecified vulnerability in Oracle MySQL 5.5.46 and earlier, 5.6.27 and earlier, and 5.7.9 and MariaDB before 5.5.47, 10.0.x before 10.0.23, and 10.1.x before 10.1.10 allows remote authenticated users to affect availability via unknown vectors related to Options.

>= 5.5.0, < 5.5.32, >= 10.0.0, < 10.0.46.5 MEDIUM4 MEDIUM

Unspecified vulnerability in Oracle MySQL 5.5.31 and earlier and 5.6.11 and earlier allows remote authenticated users to affect availability via unknown vectors related to Optimizer.

>= 10.1.0, < 10.1.8, >= 10.0.0, < 10.0.22, >= 5.5.0, < 5.5.463.5 LOW

Unspecified vulnerability in Oracle MySQL Server 5.5.45 and earlier and 5.6.26 and earlier allows remote authenticated users to affect availability via vectors related to Server : DML, a different vulnerability than CVE-2015-4858.

>= 10.0.0, < 10.0.21, >= 10.1.0, < 10.1.83.5 LOW

Unspecified vulnerability in Oracle MySQL Server 5.6.25 and earlier allows remote authenticated users to affect availability via unknown vectors related to Server : InnoDB.

>= 10.0.0, < 10.0.21, >= 10.1.0, < 10.1.8, >= 5.5.0, < 5.5.454.6 MEDIUM

Unspecified vulnerability in Oracle MySQL Server 5.5.44 and earlier, and 5.6.25 and earlier, allows remote authenticated users to affect confidentiality, integrity, and availability via vectors related to DML.

>= 10.1.0, < 10.1.8, >= 10.0.0, < 10.0.22, >= 5.5.0, < 5.5.464 MEDIUM

Unspecified vulnerability in Oracle MySQL Server 5.5.45 and earlier, and 5.6.26 and earlier, allows remote authenticated users to affect availability via unknown vectors related to Server : Parser.

>= 10.1.0, < 10.1.8, >= 10.0.0, < 10.0.184 MEDIUM

Unspecified vulnerability in Oracle MySQL Server 5.6.23 and earlier allows remote authenticated users to affect availability via unknown vectors related to Server : InnoDB.

>= 10.1.0, < 10.1.8, >= 5.5.0, < 5.5.44, >= 10.0.0, < 10.0.203.5 LOW

Unspecified vulnerability in Oracle MySQL Server 5.5.43 and earlier and 5.6.24 and earlier allows remote authenticated users to affect integrity via unknown vectors related to Server : Security : Privileges.

>= 10.1.0, < 10.1.8, >= 10.0.0, < 10.0.22, >= 5.5.0, < 5.5.463.5 LOW

Unspecified vulnerability in Oracle MySQL Server 5.5.45 and earlier, and 5.6.26 and earlier, allows remote authenticated users to affect availability via unknown vectors related to Server : InnoDB.

>= 10.1.0, < 10.1.8, >= 10.0.0, < 10.0.22, >= 5.5.0, < 5.5.464 MEDIUM

Unspecified vulnerability in Oracle MySQL Server 5.5.45 and earlier, and 5.6.26 and earlier, allows remote authenticated users to affect availability via vectors related to DML, a different vulnerability than CVE-2015-4913.

>= 10.1.0, < 10.1.8, >= 10.0.0, < 10.0.22, >= 5.5.0, < 5.5.462.8 LOW

Unspecified vulnerability in Oracle MySQL Server 5.5.45 and earlier, and 5.6.26 and earlier, allows remote authenticated users to affect availability via unknown vectors related to Server : SP.

>= 10.1.0, < 10.1.8, >= 10.0.0, < 10.0.22, >= 5.5.0, < 5.5.464 MEDIUM

Unspecified vulnerability in Oracle MySQL Server 5.5.45 and earlier and 5.6.26 and earlier allows remote authenticated users to affect integrity via unknown vectors related to Server : Security : Privileges.

>= 10.1.0, < 10.1.8, >= 10.0.0, < 10.0.22, >= 5.5.0, < 5.5.464 MEDIUM

Unspecified vulnerability in Oracle MySQL Server 5.5.45 and earlier and 5.6.26 and earlier allows remote authenticated users to affect confidentiality via unknown vectors related to Server : Types.

>= 10.0.0, < 10.0.21, >= 10.1.0, < 10.1.8, >= 5.5.0, < 5.5.457.2 HIGH

Unspecified vulnerability in Oracle MySQL Server 5.5.44 and earlier, and 5.6.25 and earlier, allows local users to affect confidentiality, integrity, and availability via unknown vectors related to Client programs.

>= 10.0.0, < 10.0.21, >= 10.1.0, < 10.1.8, >= 5.5.0, < 5.5.454 MEDIUM

Unspecified vulnerability in Oracle MySQL Server 5.5.44 and earlier allows remote authenticated users to affect availability via unknown vectors related to Server : InnoDB.

>= 10.1.0, < 10.1.8, >= 10.0.0, < 10.0.22, >= 5.5.0, < 5.5.464 MEDIUM

Unspecified vulnerability in Oracle MySQL Server 5.5.45 and earlier and 5.6.26 and earlier allows remote authenticated users to affect availability via vectors related to Server : DDL.

>= 10.1.0, < 10.1.8, >= 10.0.0, < 10.0.22, >= 5.5.0, < 5.5.463.5 LOW

Unspecified vulnerability in Oracle MySQL Server 5.5.45 and earlier and 5.6.26 and earlier, when running on Windows, allows remote authenticated users to affect availability via unknown vectors related to Server : Query Cache.

= *, >= 10.1.0, < 10.1.8, >= 10.0.0, < 10.0.22, >= 5.5.0, < 5.5.464 MEDIUM

Unspecified vulnerability in Oracle MySQL Server 5.5.45 and earlier and 5.6.26 and earlier allows remote authenticated users to affect availability via unknown vectors related to Server : Partition, a different vulnerability than CVE-2015-4792.

>= 10.1.0, < 10.1.8, >= 10.0.0, < 10.0.22, >= 5.5.0, < 5.5.461.7 LOW

Unspecified vulnerability in Oracle MySQL Server 5.5.45 and earlier and 5.6.26 and earlier allows remote authenticated users to affect availability via unknown vectors related to Server : Partition, a different vulnerability than CVE-2015-4802.

>= 10.0.0, < 10.0.18, >= 5.5.0, < 5.5.433.5 LOW

Unspecified vulnerability in Oracle MySQL Server 5.5.42 and earlier and 5.6.23 and earlier allows remote authenticated users to affect availability via unknown vectors related to Server : Optimizer.

>= 5.5.0, < 5.5.44, >= 10.0.0, < 10.0.204 MEDIUM

Unspecified vulnerability in Oracle MySQL Server 5.5.43 and earlier and 5.6.24 and earlier allows remote authenticated users to affect availability via vectors related to Server : I_S.

>= 5.5.0, < 5.5.44, >= 10.0.0, < 10.0.204 MEDIUM

Unspecified vulnerability in Oracle MySQL Server 5.5.43 and earlier and 5.6.24 and earlier allows remote authenticated users to affect availability via vectors related to DML.

>= 5.5.0, < 5.5.44, >= 10.0.0, < 10.0.204 MEDIUM

Unspecified vulnerability in Oracle MySQL Server 5.5.43 and earlier and 5.6.24 and earlier allows remote authenticated users to affect availability via unknown vectors related to Server : Optimizer.

>= 5.5.0, < 5.5.44, >= 10.0.0, < 10.0.204.3 MEDIUM

Unspecified vulnerability in Oracle MySQL Server 5.5.43 and earlier and 5.6.23 and earlier allows remote authenticated users to affect confidentiality via unknown vectors related to Server : Security : Privileges.

>= 5.5.0, < 5.5.44, >= 10.0.0, < 10.0.204 MEDIUM

Unspecified vulnerability in Oracle MySQL Server 5.5.43 and earlier and 5.6.24 and earlier allows remote authenticated users to affect availability via vectors related to GIS.

>= 5.5.0, < 5.5.42, >= 10.0.0, < 10.0.174 MEDIUM

Unspecified vulnerability in Oracle MySQL Server 5.5.41 and earlier, and 5.6.22 and earlier, allows remote authenticated users to affect availability via vectors related to DDL.

>= 10.0.0, < 10.0.18, >= 5.5.0, < 5.5.434 MEDIUM

Unspecified vulnerability in Oracle MySQL Server 5.5.42 and earlier, and 5.6.23 and earlier, allows remote authenticated users to affect availability via unknown vectors related to Server : Optimizer.

>= 5.5.0, < 5.5.42, >= 10.0.0, < 10.0.175 MEDIUM

Unspecified vulnerability in Oracle MySQL Server 5.5.41 and earlier, and 5.6.22 and earlier, allows remote attackers to affect availability via unknown vectors related to Server : Security : Privileges.

>= 10.0.0, < 10.0.18, >= 5.5.0, < 5.5.433.5 LOW

Unspecified vulnerability in Oracle MySQL Server 5.5.42 and earlier, and 5.6.23 and earlier, allows remote authenticated users to affect availability via vectors related to DDL.

>= 10.0.0, < 10.0.18, >= 5.5.0, < 5.5.435.7 MEDIUM

Unspecified vulnerability in Oracle MySQL Server 5.5.42 and earlier, and 5.6.23 and earlier, allows remote authenticated users to affect availability via unknown vectors related to Server : Compiling.

>= 10.0.0, < 10.0.18, >= 5.5.0, < 5.5.433.5 LOW

Unspecified vulnerability in Oracle MySQL Server 5.5.42 and earlier, and 5.6.23 and earlier, allows remote authenticated users to affect availability via unknown vectors related to Server : Federated.

>= 5.5.0, < 5.5.42, >= 10.0.0, < 10.0.174 MEDIUM

Unspecified vulnerability in Oracle MySQL Server 5.5.41 and earlier, and 5.6.22 and earlier, allows remote authenticated users to affect availability via unknown vectors related to Server : Security : Encryption.

>= 5.5.0, < 5.5.42, >= 10.0.0, < 10.0.174 MEDIUM

Unspecified vulnerability in Oracle MySQL Server 5.5.41 and earlier, and 5.6.22 and earlier, allows remote authenticated users to affect availability via vectors related to InnoDB : DML.

>= 10.0.0, < 10.0.16, >= 5.5.0, < 5.5.414 MEDIUM

Unspecified vulnerability in Oracle MySQL Server 5.5.40 and earlier allows remote authenticated users to affect availability via vectors related to Server : InnoDB : DDL : Foreign Key.

>= 10.0.0, < 10.0.16, >= 5.5.0, < 5.5.417.5 HIGH

Unspecified vulnerability in Oracle MySQL Server 5.5.40 and earlier, and 5.6.21 and earlier, allows remote attackers to affect confidentiality, integrity, and availability via unknown vectors related to Server : Security : Encryption.

>= 10.0.0, < 10.0.13, >= 5.5.0, < 5.5.394 MEDIUM

Unspecified vulnerability in Oracle MySQL Server 5.5.38 and earlier, and 5.6.19 and earlier, allows remote authenticated users to affect availability via vectors related to DDL.

>= 10.0.0, < 10.0.16, >= 5.5.0, < 5.5.414.3 MEDIUM

Unspecified vulnerability in Oracle MySQL Server 5.5.40 and earlier and 5.6.21 and earlier allows remote attackers to affect availability via unknown vectors related to Server : Replication, a different vulnerability than CVE-2015-0381.

>= 10.0.0, < 10.0.16, >= 5.5.0, < 5.5.414.3 MEDIUM

Unspecified vulnerability in Oracle MySQL Server 5.5.40 and earlier and 5.6.21 and earlier allows remote attackers to affect availability via unknown vectors related to Server : Replication, a different vulnerability than CVE-2015-0382.

>= 10.0.0, < 10.0.16, >= 5.5.0, < 5.5.413.5 LOW

Unspecified vulnerability in Oracle MySQL Server 5.5.40 and earlier and 5.6.21 and earlier allows remote authenticated users to affect confidentiality via unknown vectors related to Server : Security : Privileges : Foreign Key.

>= 10.0.0, < 10.0.16, >= 5.5.0, < 5.5.413.5 LOW

Unspecified vulnerability in Oracle MySQL Server 5.5.40 and earlier, and 5.6.21 and earlier, allows remote authenticated users to affect availability via vectors related to Server : InnoDB : DML.

>= 10.0.0, < 10.0.185 MEDIUM

Heap-based buffer overflow in PCRE 8.36 and earlier allows remote attackers to cause a denial of service (crash) or have other unspecified impact via a crafted regular expression, related to an assertion that allows zero repeats.

>= 10.0.0, < 10.0.134 MEDIUM

Unspecified vulnerability in Oracle MySQL Server 5.6.19 and earlier allows remote authenticated users to affect availability via vectors related to SERVER:INNODB FULLTEXT SEARCH DML.

>= 10.0.0, < 10.0.15, >= 5.5.0, < 5.5.404.3 MEDIUM

Unspecified vulnerability in Oracle MySQL Server 5.5.39 and earlier, and 5.6.20 and earlier, allows remote attackers to affect confidentiality via vectors related to C API SSL CERTIFICATE HANDLING.

>= 10.0.0, < 10.0.15, >= 5.5.0, < 5.5.406.5 MEDIUM

Unspecified vulnerability in Oracle MySQL Server 5.5.39 and earlier and 5.6.20 and earlier allows remote authenticated users to affect confidentiality, integrity, and availability via vectors related to SERVER:DML.

>= 10.0.0, < 10.0.13, >= 5.5.0, < 5.5.392.1 LOW

Unspecified vulnerability in Oracle MySQL Server 5.5.38 and earlier and 5.6.19 and earlier allows local users to affect confidentiality via vectors related to CLIENT:MYSQLADMIN.

>= 10.0.0, < 10.0.13, >= 5.5.0, < 5.5.396.5 MEDIUM

Unspecified vulnerability in Oracle MySQL Server 5.5.38 and earlier, and 5.6.19 and earlier, allows remote authenticated users to affect confidentiality, integrity, and availability via vectors related to CLIENT:MYSQLDUMP.

>= 10.0.0, < 10.0.13, >= 5.5.0, < 5.5.394.3 MEDIUM

Unspecified vulnerability in Oracle MySQL Server 5.5.38 and earlier, and 5.6.19 and earlier, allows remote attackers to affect availability via vectors related to SERVER:SSL:yaSSL.

>= 10.0.0, < 10.0.13, >= 5.5.0, < 5.5.394 MEDIUM

Unspecified vulnerability in Oracle MySQL Server 5.5.38 and earlier allows remote authenticated users to affect availability via vectors related to SERVER:DDL.

>= 10.0.0, < 10.0.15, >= 5.5.0, < 5.5.404.3 MEDIUM

Unspecified vulnerability in Oracle MySQL Server 5.5.39 and earlier, and 5.6.20 and earlier, allows remote authenticated users to affect confidentiality, integrity, and availability via vectors related to SERVER:DML.

>= 10.0.0, < 10.0.13, >= 5.5.0, < 5.5.394 MEDIUM

Unspecified vulnerability in Oracle MySQL Server 5.5.38 and earlier, and 5.6.19 and earlier, allows remote authenticated users to affect availability via vectors related to SERVER:MEMORY STORAGE ENGINE.

>= 10.0.0, < 10.0.15, >= 5.5.0, < 5.5.407.5 HIGH

Unspecified vulnerability in Oracle MySQL Server 5.5.39 and earlier, and 5.6.20 and earlier, allows remote attackers to affect confidentiality, integrity, and availability via vectors related to SERVER:SSL:yaSSL, a different vulnerability than CVE-2014-6491.

>= 10.0.0, < 10.0.15, >= 5.5.0, < 5.5.404.3 MEDIUM

Unspecified vulnerability in Oracle MySQL Server 5.5.39 and earlier, and 5.6.20 and earlier, allows remote attackers to affect availability via vectors related to CLIENT:SSL:yaSSL, a different vulnerability than CVE-2014-6494.

>= 10.0.0, < 10.0.135.5 MEDIUM

Unspecified vulnerability in Oracle MySQL Server 5.6.19 and earlier allows remote authenticated users to affect integrity and availability via vectors related to SERVER:SP.

>= 10.0.0, < 10.0.15, >= 5.5.0, < 5.5.404.3 MEDIUM

Unspecified vulnerability in Oracle MySQL Server 5.5.39 and earlier, and 5.6.20 and earlier, allows remote attackers to affect availability via vectors related to CLIENT:SSL:yaSSL, a different vulnerability than CVE-2014-6496.

>= 10.0.0, < 10.0.15, >= 5.5.0, < 5.5.407.5 HIGH

Unspecified vulnerability in Oracle MySQL Server 5.5.39 and earlier and 5.6.20 and earlier allows remote attackers to affect confidentiality, integrity, and availability via vectors related to SERVER:SSL:yaSSL, a different vulnerability than CVE-2014-6500.

>= 10.0.0, < 10.0.15, >= 5.5.0, < 5.5.406.8 MEDIUM

Unspecified vulnerability in Oracle MySQL Server 5.5.39 and earlier and 5.6.20 and earlier allows remote authenticated users to affect availability via vectors related to SERVER:OPTIMIZER.

>= 10.0.0, < 10.0.13, >= 5.5.0, < 5.5.394 MEDIUM

Unspecified vulnerability in Oracle MySQL Server 5.5.38 and earlier, and 5.6.19 and earlier, allows remote authenticated users to affect availability via vectors related to SERVER:DML.

>= 10.0.0, < 10.0.13, >= 5.5.0, < 5.5.394.3 MEDIUM

Unspecified vulnerability in Oracle MySQL Server 5.5.38 and earlier, and 5.6.19 and earlier, allows remote attackers to affect integrity via vectors related to SERVER:SSL:yaSSL.

>= 10.0.0, < 10.0.133.5 LOW

Unspecified vulnerability in Oracle MySQL Server 5.6.19 and earlier allows remote authenticated users to affect availability via vectors related to SERVER:MEMCACHED.

>= 10.0.0, < 10.0.15, >= 5.5.0, < 5.5.404 MEDIUM

Unspecified vulnerability in Oracle MySQL Server 5.5.39 and earlier and 5.6.20 and earlier allows remote authenticated users to affect availability via vectors related to SERVER:INNODB DML FOREIGN KEYS.

>= 10.0.0, < 10.0.13, >= 5.5.0, < 5.5.393.3 LOW

Unspecified vulnerability in Oracle MySQL Server 5.5.38 and earlier and 5.6.19 and earlier allows remote authenticated users to affect availability via vectors related to SERVER:REPLICATION ROW FORMAT BINARY LOG DML.

>= 10.0.0, < 10.0.13, >= 5.5.0, < 5.5.394 MEDIUM

Unspecified vulnerability in Oracle MySQL Server 5.5.38 and earlier and 5.6.19 and earlier allows remote authenticated users to affect availability via vectors related to SERVER:CHARACTER SETS.

>= 10.0.0, < 10.0.13, >= 5.5.0, < 5.5.394.1 MEDIUM

Unspecified vulnerability in Oracle MySQL Server 5.5.38 and earlier and 5.6.19 and earlier allows local users to affect confidentiality, integrity, and availability via vectors related to SERVER:MyISAM.

>= 5.5.0, < 5.5.36, >= 10.0.0, < 10.0.92.8 LOW

Unspecified vulnerability in the MySQL Server component in Oracle MySQL 5.5.35 and earlier and 5.6.15 and earlier allows remote authenticated users to affect availability via vectors related to ENFED.

>= 5.5.0, < 5.5.38, >= 10.0.0, < 10.0.125.5 MEDIUM

Unspecified vulnerability in the MySQL Server component in Oracle MySQL 5.5.37 and earlier, and 5.6.17 and earlier, allows remote authenticated users to affect integrity and availability via vectors related to SRCHAR.

>= 5.5.0, < 5.5.38, >= 10.0.0, < 10.0.126.5 MEDIUM

Unspecified vulnerability in the MySQL Server component in Oracle MySQL 5.5.37 and earlier and 5.6.17 and earlier allows remote authenticated users to affect confidentiality, integrity, and availability via vectors related to SRINFOSC.

>= 5.5.0, < 5.5.38, >= 10.0.0, < 10.0.124 MEDIUM

Unspecified vulnerability in the MySQL Server component in Oracle MySQL 5.5.37 and earlier allows remote authenticated users to affect availability via vectors related to ENARC.

>= 5.5.0, < 5.5.38, >= 10.0.0, < 10.0.124 MEDIUM

Unspecified vulnerability in the MySQL Server component in Oracle MySQL 5.5.37 and earlier allows remote authenticated users to affect availability via vectors related to SROPTZR.

>= 10.0.0, < 10.0.134.3 MEDIUM

The ssl3_send_client_key_exchange function in s3_clnt.c in OpenSSL before 0.9.8za, 1.0.0 before 1.0.0m, and 1.0.1 before 1.0.1h, when an anonymous ECDH cipher suite is used, allows remote attackers to cause a denial of service (NULL pointer dereference and client crash) by triggering a NULL certificate value.

>= 10.0.0, < 10.0.137.4 HIGH5.8 MEDIUM

OpenSSL before 0.9.8za, 1.0.0 before 1.0.0m, and 1.0.1 before 1.0.1h does not properly restrict processing of ChangeCipherSpec messages, which allows man-in-the-middle attackers to trigger use of a zero-length master key in certain OpenSSL-to-OpenSSL communications, and consequently hijack sessions or obtain sensitive information, via a crafted TLS handshake, aka the "CCS Injection" vulnerability.

>= 10.0.0, < 10.0.136.8 MEDIUM

The dtls1_reassemble_fragment function in d1_both.c in OpenSSL before 0.9.8za, 1.0.0 before 1.0.0m, and 1.0.1 before 1.0.1h does not properly validate fragment lengths in DTLS ClientHello messages, which allows remote attackers to execute arbitrary code or cause a denial of service (buffer overflow and application crash) via a long non-initial fragment.

>= 10.0.0, < 10.0.134.3 MEDIUM

The dtls1_get_message_fragment function in d1_both.c in OpenSSL before 0.9.8za, 1.0.0 before 1.0.0m, and 1.0.1 before 1.0.1h allows remote attackers to cause a denial of service (recursion and client crash) via a DTLS hello message in an invalid DTLS handshake.

>= 10.0.0, < 10.0.134.3 MEDIUM

The do_ssl3_write function in s3_pkt.c in OpenSSL 1.x through 1.0.1g, when SSL_MODE_RELEASE_BUFFERS is enabled, does not properly manage a buffer pointer during certain recursive calls, which allows remote attackers to cause a denial of service (NULL pointer dereference and application crash) via vectors that trigger an alert condition.

>= 5.5.0, < 5.5.36, >= 10.0.0, < 10.0.92.8 LOW

Unspecified vulnerability Oracle the MySQL Server component 5.5.35 and earlier and 5.6.15 and earlier allows remote authenticated users to affect availability via unknown vectors related to Federated.

>= 5.5.0, < 5.5.37, >= 10.0.0, < 10.0.116.5 MEDIUM

Unspecified vulnerability in Oracle MySQL Server 5.5.36 and earlier and 5.6.16 and earlier allows remote authenticated users to affect confidentiality, integrity, and availability via vectors related to RBR.

>= 5.5.0, < 5.5.36, >= 10.0.0, < 10.0.93.5 LOW

Unspecified vulnerability in Oracle MySQL Server 5.5.35 and earlier and 5.6.15 and earlier allows remote authenticated users to affect availability via unknown vectors related to Replication.

>= 5.5.0, < 5.5.37, >= 10.0.0, < 10.0.112.6 LOW

Unspecified vulnerability in Oracle MySQL Server 5.5.36 and earlier and 5.6.16 and earlier allows remote attackers to affect availability via unknown vectors related to Options.

>= 5.5.0, < 5.5.37, >= 10.0.0, < 10.0.115.1 MEDIUM

Unspecified vulnerability in the MySQL Client component in Oracle MySQL 5.5.36 and earlier and 5.6.16 and earlier allows remote attackers to affect confidentiality, integrity, and availability via unknown vectors.

>= 5.5.0, < 5.5.37, >= 10.0.0, < 10.0.113.5 LOW

Unspecified vulnerability in Oracle MySQL Server 5.5.36 and earlier and 5.6.16 and earlier allows remote authenticated users to affect availability via unknown vectors related to Performance Schema.

>= 5.5.0, < 5.5.36, >= 10.0.0, < 10.0.94 MEDIUM

Unspecified vulnerability in Oracle MySQL Server 5.5.35 and earlier and 5.6.15 and earlier allows remote authenticated users to affect availability via unknown vectors related to Partition.

>= 5.5.0, < 5.5.36, >= 10.0.0, < 10.0.94 MEDIUM

Unspecified vulnerability in the MySQL Server component in Oracle MySQL 5.5.35 and earlier and 5.6.15 and earlier allows remote authenticated users to affect availability via vectors related to XML.

>= 10.0.0, < 10.0.134 MEDIUM

Race condition in the ssl3_read_bytes function in s3_pkt.c in OpenSSL through 1.0.1g, when SSL_MODE_RELEASE_BUFFERS is enabled, allows remote attackers to inject data across sessions or cause a denial of service (use-after-free and parsing error) via an SSL connection in a multithreaded environment.

<= 5.5.347.5 HIGH

Buffer overflow in client/mysql.cc in Oracle MySQL and MariaDB before 5.5.35 allows remote database servers to cause a denial of service (crash) and possibly execute arbitrary code via a long server version string.

>= 5.5.0, < 5.5.35, >= 10.0.0, < 10.0.82.8 LOW

Unspecified vulnerability in the MySQL Server component in Oracle MySQL 5.5.34 and earlier, and 5.6.14 and earlier, allows remote authenticated users to affect availability via unknown vectors related to Replication.

>= 5.5.0, < 5.5.35, >= 10.0.0, < 10.0.84 MEDIUM

Unspecified vulnerability in the MySQL Server component in Oracle MySQL 5.1.72 and earlier, 5.5.34 and earlier, and 5.6.14 and earlier allows remote authenticated users to affect availability via unknown vectors related to InnoDB.

>= 5.5.0, < 5.5.35, >= 10.0.0, < 10.0.83.5 LOW

Unspecified vulnerability in the MySQL Server component in Oracle MySQL 5.1.72 and earlier, 5.5.34 and earlier, and 5.6.14 and earlier allows remote authenticated users to affect availability via unknown vectors related to Optimizer.

>= 5.5.0, < 5.5.34, >= 10.0.0, < 10.0.74 MEDIUM

Unspecified vulnerability in the MySQL Server component in Oracle MySQL 5.1.71 and earlier, 5.5.33 and earlier, and 5.6.13 and earlier allows remote authenticated users to affect availability via unknown vectors related to Locking.

>= 5.5.0, < 5.5.35, >= 10.0.0, < 10.0.84 MEDIUM

Unspecified vulnerability in the MySQL Server component in Oracle MySQL 5.1.72 and earlier, 5.5.34 and earlier, and 5.6.14 and earlier allows remote authenticated users to affect availability via unknown vectors.

>= 5.5.0, < 5.5.34, >= 10.0.0, < 10.0.73.3 LOW

Unspecified vulnerability in the MySQL Server component in Oracle MySQL 5.1.71 and earlier, 5.5.33 and earlier, and 5.6.13 and earlier allows remote authenticated users to affect integrity via unknown vectors related to InnoDB.

>= 5.5.0, < 5.5.34, >= 10.0.0, < 10.0.74 MEDIUM

Unspecified vulnerability in the MySQL Server component in Oracle MySQL 5.1.71 and earlier, 5.5.33 and earlier, and 5.6.13 and earlier allows remote authenticated users to affect availability via unknown vectors related to Optimizer.

>= 5.5.0, < 5.5.35, >= 10.0.0, < 10.0.82.6 LOW

Unspecified vulnerability in the MySQL Server component in Oracle MySQL 5.1.72 and earlier, 5.5.34 and earlier, and 5.6.14 and earlier allows remote attackers to affect availability via unknown vectors related to Error Handling.

>= 5.5.0, < 5.5.34, >= 10.0.0, < 10.0.74 MEDIUM

Unspecified vulnerability in the MySQL Server component in Oracle MySQL 5.5.33 and earlier and 5.6.13 and earlier allows remote authenticated users to affect availability via unknown vectors related to Partition.

>= 10.0.0, < 10.0.5, >= 5.5.0, < 5.5.334.9 MEDIUM

Unspecified vulnerability in Oracle MySQL Server 5.5.x through 5.5.32 and 5.6.x through 5.6.12 allows remote authenticated users to affect confidentiality and integrity via unknown vectors related to Replication.

>= 10.0.0, < 10.0.5, >= 5.5.0, < 5.5.334 MEDIUM

Unspecified vulnerability in the MySQL Server component in Oracle MySQL 5.1.70 and earlier, 5.5.32 and earlier, and 5.6.12 and earlier allows remote authenticated users to affect availability via unknown vectors related to Optimizer.

= 10.0.0, >= 5.2.0, < 5.2.14, >= 5.3.0, < 5.3.12, >= 5.5.0, < 5.5.294 MEDIUM

Oracle MySQL and MariaDB 5.5.x before 5.5.29, 5.3.x before 5.3.12, and 5.2.x before 5.2.14 does not modify the salt during multiple executions of the change_user command within the same connection which makes it easier for remote authenticated users to conduct brute force password guessing attacks.

>= 5.5.0, < 5.5.32, >= 10.0.0, < 10.0.43.5 LOW

Unspecified vulnerability in the MySQL Server component in Oracle MySQL 5.5.31 and earlier and 5.6.11 and earlier allows remote authenticated users to affect availability via unknown vectors related to Server Replication.

>= 5.5.0, < 5.5.32, >= 10.0.0, < 10.0.44 MEDIUM

Unspecified vulnerability in the MySQL Server component in Oracle MySQL 5.5.31 and earlier allows remote authenticated users to affect availability via unknown vectors related to Server Parser.

>= 5.5.0, < 5.5.32, >= 10.0.0, < 10.0.44 MEDIUM

Unspecified vulnerability in the MySQL Server component in Oracle MySQL 5.1.69 and earlier, 5.5.31 and earlier, and 5.6.11 and earlier allows remote authenticated users to affect availability via unknown vectors related to Server Optimizer.

>= 5.5.0, < 5.5.32, >= 10.0.0, < 10.0.44 MEDIUM

Unspecified vulnerability in the MySQL Server component in Oracle MySQL 5.1.69 and earlier, 5.5.31 and earlier, and 5.6.11 and earlier allows remote authenticated users to affect availability via unknown vectors related to Full Text Search.

>= 5.5.0, < 5.5.31, >= 10.0.0, < 10.0.35 MEDIUM

Unspecified vulnerability in the MySQL Server component in Oracle MySQL 5.5.30 and earlier and 5.6.10 allows remote authenticated users to affect availability via unknown vectors related to Server Options.

>= 5.5.0, < 5.5.31, >= 10.0.0, < 10.0.34 MEDIUM

Unspecified vulnerability in the MySQL Server component in Oracle MySQL 5.5.30 and earlier and 5.6.10 allows remote authenticated users to affect availability via unknown vectors related to Server Partition.

>= 5.5.0, < 5.5.32, >= 10.0.0, < 10.0.44 MEDIUM

Unspecified vulnerability in the MySQL Server component in Oracle MySQL 5.5.31 and earlier and 5.6.11 and earlier allows remote authenticated users to affect availability via unknown vectors related to Data Manipulation Language.

>= 5.5.0, < 5.5.31, >= 10.0.0, < 10.0.34 MEDIUM

Unspecified vulnerability in the MySQL Server component in Oracle MySQL 5.1.68 and earlier, 5.5.30 and earlier, and 5.6.10 allows remote authenticated users to affect availability via unknown vectors related to Server Options.

>= 5.5.0, < 5.5.31, >= 10.0.0, < 10.0.34 MEDIUM

Unspecified vulnerability in the MySQL Server component in Oracle MySQL 5.5.30 and earlier and 5.6.10 allows remote authenticated users to affect availability via unknown vectors related to Prepared Statements.

>= 5.5.0, < 5.5.32, >= 10.0.0, < 10.0.44 MEDIUM

Unspecified vulnerability in the MySQL Server component in Oracle MySQL 5.5.31 and earlier and 5.6.11 and earlier allows remote authenticated users to affect integrity via unknown vectors related to Audit Log.

>= 5.5.0, < 5.5.31, >= 10.0.0, < 10.0.34 MEDIUM

Unspecified vulnerability in Oracle MySQL 5.1.68 and earlier, 5.5.30 and earlier, and 5.6.10 and earlier allows remote authenticated users to affect availability via unknown vectors related to InnoDB.

>= 5.5.0, < 5.5.30, >= 10.0.0, < 10.0.26.5 MEDIUM

Unspecified vulnerability in Oracle MySQL 5.1.67 and earlier, 5.5.29 and earlier, and 5.6.10 and earlier allows remote authenticated users to affect confidentiality, integrity, and availability via unknown vectors related to Information Schema.

>= 5.5.0, < 5.5.31, >= 10.0.0, < 10.0.33 LOW

Unspecified vulnerability in Oracle MySQL 5.1.68 and earlier, 5.5.30 and earlier, and 5.6.10 and earlier allows local users to affect confidentiality and integrity via unknown vectors related to Server Install.

>= 5.5.0, < 5.5.31, >= 10.0.0, < 10.0.34 MEDIUM

Unspecified vulnerability in Oracle MySQL 5.1.68 and earlier, 5.5.30 and earlier, and 5.6.10 and earlier allows remote authenticated users to affect availability via unknown vectors related to Server Optimizer.

>= 5.5.0, < 5.5.31, >= 10.0.0, < 10.0.36.5 MEDIUM

Unspecified vulnerability in Oracle MySQL 5.1.68 and earlier, 5.5.30 and earlier, and 5.6.10 and earlier allows remote authenticated users to affect confidentiality, integrity, and availability via unknown vectors.

>= 5.5.0, < 5.5.31, >= 10.0.0, < 10.0.34 MEDIUM

Unspecified vulnerability in Oracle MySQL 5.5.30 and earlier and 5.6.10 and earlier allows remote authenticated users to affect availability via unknown vectors related to Stored Procedure.

>= 5.5.0, < 5.5.30, >= 10.0.0, < 10.0.24 MEDIUM

Unspecified vulnerability in Oracle MySQL 5.1.67 and earlier, and 5.5.29 and earlier, allows remote authenticated users to affect availability via unknown vectors related to Server Partition.

>= 5.5.0, < 5.5.30, >= 10.0.0, < 10.0.26.5 MEDIUM

Unspecified vulnerability in Oracle MySQL 5.1.67 and earlier and 5.5.29 and earlier allows remote authenticated users to affect confidentiality, integrity, and availability via unknown vectors.

>= 5.5.0, < 5.5.27, >= 5.1.0, < 5.1.663.5 LOW

Unspecified vulnerability in Oracle MySQL 5.1.63 and earlier allows remote authenticated users to affect availability via unknown vectors related to Server Types.

>= 5.5.0, < 5.5.31, >= 10.0.0, < 10.0.34 MEDIUM

Unspecified vulnerability in Oracle MySQL 5.1.68 and earlier, 5.5.30 and earlier, and 5.6.10 and earlier allows remote authenticated users to affect availability via unknown vectors related to Data Manipulation Language.

>= 5.5.0, < 5.5.31, >= 10.0.0, < 10.0.34 MEDIUM

Unspecified vulnerability in Oracle MySQL 5.1.68 and earlier, 5.5.30 and earlier, and 5.6.10 and earlier allows remote authenticated users to affect availability via unknown vectors related to Information Schema.

= 10.0.0, >= 5.2.0, < 5.2.14, >= 5.3.0, < 5.3.12, >= 5.5.0, < 5.5.29, >= 5.1.0, < 5.1.676.5 MEDIUM

Unspecified vulnerability in Oracle MySQL 5.1.66 and earlier and 5.5.28 and earlier allows remote authenticated users to affect confidentiality, integrity, and availability via unknown vectors related to Server Privileges.

>= 5.5.0, < 5.5.30, >= 10.0.0, < 10.0.24 MEDIUM

Unspecified vulnerability in Oracle MySQL 5.5.29 and earlier allows remote authenticated users to affect availability via unknown vectors related to Server Replication.

>= 5.5.0, < 5.5.30, >= 10.0.0, < 10.0.24.6 MEDIUM

Unspecified vulnerability in Oracle MySQL 5.5.29 and earlier and 5.6.10 and earlier allows remote authenticated users to affect confidentiality, integrity, and availability via unknown vectors related to Server Optimizer.

>= 5.5.0, < 5.5.30, >= 10.0.0, < 10.0.26.5 MEDIUM

Unspecified vulnerability in Oracle MySQL 5.1.67 and earlier and 5.5.29 and earlier allows remote authenticated users to affect confidentiality, integrity, and availability via unknown vectors related to Server Locking.

>= 5.5.0, < 5.5.30, >= 10.0.0, < 10.0.24 MEDIUM

Unspecified vulnerability in Oracle MySQL 5.5.29 and earlier allows remote authenticated users to affect availability via unknown vectors related to Data Manipulation Language.

>= 5.5.0, < 5.5.31, >= 10.0.0, < 10.0.33.5 LOW

Unspecified vulnerability in Oracle MySQL 5.5.30 and earlier and 5.6.10 and earlier allows remote authenticated users to affect availability via unknown vectors related to InnoDB.

>= 5.5.0, < 5.5.31, >= 10.0.0, < 10.0.31.5 LOW

Unspecified vulnerability in Oracle MySQL 5.5.30 and earlier and 5.6.9 and earlier allows local users to affect availability via unknown vectors related to Server Partition.

>= 5.5.0, < 5.5.30, >= 10.0.0, < 10.0.22.8 LOW

Unspecified vulnerability in Oracle MySQL 5.1.67 and earlier, 5.5.29 and earlier, and 5.6.10 and earlier allows remote authenticated users to affect availability via unknown vectors related to Server Locking.

>= 5.5.0, < 5.5.32, >= 10.0.0, < 10.0.45 MEDIUM

MariaDB 5.5.x before 5.5.30, 5.3.x before 5.3.13, 5.2.x before 5.2.15, and 5.1.x before 5.1.68, and Oracle MySQL 5.1.69 and earlier, 5.5.31 and earlier, and 5.6.11 and earlier allows remote attackers to cause a denial of service (crash) via a crafted geometry feature that specifies a large number of points, which is not properly handled when processing the binary representation of this feature, related to a numeric calculation error.

= 5.1.49, = 5.1.47, = 5.1.51, = 5.1.42, = 5.1.61, = 5.1.50, = 5.1.53, = 5.1.62, = 5.1.44, = 5.1.60, = 5.1.41, = 5.1.55, = 5.2.10, = 5.2.7, = 5.2.9, = 5.2.6, = 5.2.1, = 5.2.4, = 5.2.8, = 5.2.11, = 5.2.12, = 5.2.0, = 5.2.5, = 5.2.2, = 5.2.3, = 5.3.1, = 5.3.0, = 5.3.4, = 5.3.5, = 5.3.6, = 5.3.7, = 5.3.2, = 5.3.3, = 5.5.20, = 5.5.22, = 5.5.23, = 5.5.21, = 5.5.24, = 5.5.256.5 MEDIUM

Multiple SQL injection vulnerabilities in the replication code in Oracle MySQL possibly before 5.5.29, and MariaDB 5.1.x through 5.1.62, 5.2.x through 5.2.12, 5.3.x through 5.3.7, and 5.5.x through 5.5.25, allow remote authenticated users to execute arbitrary SQL commands via vectors related to the binary log. NOTE: as of 20130116, Oracle has not commented on claims from a downstream vendor that the fix in MySQL 5.5.29 is incomplete.

= 10.0.0, >= 5.2.0, < 5.2.14, >= 5.3.0, < 5.3.12, >= 5.5.0, < 5.5.29, >= 5.1.0, < 5.1.674.3 MEDIUM

Unspecified vulnerability in the Server component in Oracle MySQL 5.1.66 and earlier, and 5.5.28 and earlier, allows remote attackers to affect availability via unknown vectors related to Server Locking.

= 10.0.0, >= 5.2.0, < 5.2.14, >= 5.3.0, < 5.3.12, >= 5.5.0, < 5.5.29, >= 5.1.0, < 5.1.676.8 MEDIUM

Unspecified vulnerability in the Server component in Oracle MySQL 5.1.66 and earlier, and 5.5.28 and earlier, allows remote authenticated users to affect availability via unknown vectors related to Information Schema.

= 10.0.0, >= 5.2.0, < 5.2.14, >= 5.3.0, < 5.3.12, >= 5.5.0, < 5.5.29, >= 5.1.0, < 5.1.676.6 MEDIUM

Unspecified vulnerability in the Server component in Oracle MySQL 5.1.66 and earlier, and 5.5.28 and earlier, allows local users to affect confidentiality and integrity via unknown vectors related to Server Replication.

= 10.0.0, >= 5.5.0, < 5.5.296.8 MEDIUM

Unspecified vulnerability in the Server component in Oracle MySQL 5.5.28 and earlier allows remote authenticated users to affect availability via unknown vectors related to Stored Procedure.

= 10.0.0, >= 5.2.0, < 5.2.14, >= 5.3.0, < 5.3.12, >= 5.5.0, < 5.5.29, >= 5.1.0, < 5.1.676.8 MEDIUM

Unspecified vulnerability in the Server component in Oracle MySQL 5.1.66 and earlier, and 5.5.28 and earlier, allows remote authenticated users to affect availability via unknown vectors related to Server Optimizer.

>= 5.2.0, < 5.2.14, >= 5.3.0, < 5.3.12, >= 5.1.0, < 5.1.675.4 MEDIUM5.5 MEDIUM

Unspecified vulnerability in the Server component in Oracle MySQL 5.1.66 and earlier, and 5.1.28 and earlier, allows remote authenticated users to affect confidentiality and integrity via unknown vectors related to Server Replication.

= 10.0.0, >= 5.5.0, < 5.5.294 MEDIUM

Unspecified vulnerability in the Server component in Oracle MySQL 5.5.28 and earlier allows remote authenticated users to affect availability, related to MyISAM.

= 10.0.0, >= 5.5.0, < 5.5.294 MEDIUM

Unspecified vulnerability in the Server component in Oracle MySQL 5.5.28 and earlier allows remote authenticated users to affect availability via unknown vectors related to InnoDB.

>= 5.1.0, < 5.1.66, >= 5.5.0, < 5.5.286.8 MEDIUM

Unspecified vulnerability in the Server component in Oracle MySQL 5.1.65 and earlier and 5.5.27 and earlier allows remote authenticated users to affect availability, related to GIS Extension.

= 10.0.0, >= 5.5.0, < 5.5.293.5 LOW

Unspecified vulnerability in the Server component in Oracle MySQL 5.5.28 and earlier allows remote authenticated users with Server Privileges to affect availability via unknown vectors.

= 10.0.0, >= 5.5.0, < 5.5.294 MEDIUM

Unspecified vulnerability in the Server component in Oracle MySQL 5.5.28 and earlier allows remote authenticated users to affect availability via unknown vectors related to Server Partition.

= 10.0.0, >= 5.2.0, < 5.2.14, >= 5.3.0, < 5.3.12, >= 5.5.0, < 5.5.29, >= 5.1.0, < 5.1.674 MEDIUM

Unspecified vulnerability in the Server component in Oracle MySQL 5.1.66 and earlier, and 5.5.28 and earlier, allows remote authenticated users to affect availability via unknown vectors.

= 10.0.0, >= 5.2.0, < 5.2.14, >= 5.3.0, < 5.3.12, >= 5.5.0, < 5.5.29, >= 5.1.0, < 5.1.674 MEDIUM

Unspecified vulnerability in the Server component in Oracle MySQL 5.1.66 and earlier and 5.5.28 and earlier allows remote authenticated users to affect availability via unknown vectors related to Server Optimizer.

= 10.0.0, >= 5.5.0, < 5.5.294 MEDIUM

Unspecified vulnerability in the Server component in Oracle MySQL 5.5.28 and earlier allows remote authenticated users to affect availability via unknown vectors related to Server Optimizer.

= 10.0.0, >= 5.2.0, < 5.2.14, >= 5.3.0, < 5.3.12, >= 5.5.0, < 5.5.29, >= 5.1.0, < 5.1.675 MEDIUM

Unspecified vulnerability in the Server component in Oracle MySQL 5.1.66 and earlier and 5.5.28 and earlier allows remote attackers to affect availability via unknown vectors.

= 10.0.0, >= 5.2.0, < 5.2.14, >= 5.3.0, < 5.3.12, >= 5.5.0, < 5.5.29, >= 5.1.0, < 5.1.674 MEDIUM

Unspecified vulnerability in the Server component in Oracle MySQL 5.1.66 and earlier and 5.5.28 and earlier allows remote authenticated users to affect availability via unknown vectors related to InnoDB.

= 5.1.41, = 5.1.42, = 5.1.44, = 5.1.47, = 5.1.49, = 5.1.50, = 5.1.51, = 5.1.53, = 5.1.55, = 5.1.60, = 5.1.61, = 5.1.62, = 5.2.0, = 5.2.1, = 5.2.2, = 5.2.3, = 5.2.4, = 5.2.5, = 5.2.6, = 5.2.7, = 5.2.8, = 5.2.9, = 5.2.10, = 5.2.11, = 5.2.12, = 5.3.0, = 5.3.1, = 5.3.2, = 5.3.3, = 5.3.4, = 5.3.5, = 5.3.6, = 5.3.7, = 5.3.8, = 5.3.9, = 5.3.10, = 5.5.20, = 5.5.21, = 5.5.22, = 5.5.23, = 5.5.24, = 5.5.25, = 5.5.27, = 5.5.286.5 MEDIUM

Stack-based buffer overflow in the acl_get function in Oracle MySQL 5.5.19 and other versions through 5.5.28, and 5.1.53 and other versions through 5.1.66, and MariaDB 5.5.2.x before 5.5.28a, 5.3.x before 5.3.11, 5.2.x before 5.2.13 and 5.1.x before 5.1.66, allows remote authenticated users to execute arbitrary code via a long argument to the GRANT FILE command.

>= 5.5.0, < 5.5.30, >= 10.0.0, < 10.0.24 MEDIUM

Oracle MySQL 5.1.67 and earlier and 5.5.29 and earlier, and MariaDB 5.5.28a and possibly other versions, allows remote authenticated users to cause a denial of service (mysqld crash) via a SELECT command with an UpdateXML command containing XML with a large number of unique, nested elements.

= 5.5.28a, = 5.2.13, = 5.1.66, = 5.3.115 MEDIUM

Oracle MySQL 5.5.38 and earlier, 5.6.19 and earlier, and MariaDB 5.5.28a, 5.3.11, 5.2.13, 5.1.66, and possibly other versions, generates different error messages with different time delays depending on whether a user name exists, which allows remote attackers to enumerate valid usernames.

= 5.5.28a6 MEDIUM

MySQL 5.5.19 and possibly other versions, and MariaDB 5.5.28a and possibly other versions, when configured to assign the FILE privilege to users who should not have administrative privileges, allows remote authenticated users to gain privileges by leveraging the FILE privilege to create files as the MySQL administrator. NOTE: the vendor disputes this issue, stating that this is only a vulnerability when the administrator does not follow recommendations in the product's installation documentation. NOTE: it could be argued that this should not be included in CVE because it is a configuration issue.

= 10.0.0, >= 5.2.0, < 5.2.14, >= 5.3.0, < 5.3.12, >= 5.5.0, < 5.5.29, >= 5.1.0, < 5.1.676.5 MEDIUM

Heap-based buffer overflow in Oracle MySQL 5.5.19 and other versions through 5.5.28, and MariaDB 5.5.28a and possibly other versions, allows remote authenticated users to cause a denial of service (memory corruption and crash) and possibly execute arbitrary code, as demonstrated using certain variations of the (1) USE, (2) SHOW TABLES, (3) DESCRIBE, (4) SHOW FIELDS FROM, (5) SHOW COLUMNS FROM, (6) SHOW INDEX FROM, (7) CREATE TABLE, (8) DROP TABLE, (9) ALTER TABLE, (10) DELETE FROM, (11) UPDATE, and (12) SET PASSWORD commands.

>= 5.5.0, < 5.5.27, >= 5.1.0, < 5.1.663.5 LOW

Unspecified vulnerability in the MySQL Server component in Oracle MySQL 5.1.64 and earlier, and 5.5.26 and earlier, allows remote authenticated users to affect availability via unknown vectors related to Server Replication.

>= 5.5.0, < 5.5.27, >= 5.1.0, < 5.1.663.5 LOW

Unspecified vulnerability in the MySQL Server component in Oracle MySQL 5.1.63 and earlier, and 5.5.25 and earlier, allows remote authenticated users to affect availability via unknown vectors related to Server Full Text Search.

>= 5.5.0, < 5.5.27, >= 5.1.0, < 5.1.664 MEDIUM

Unspecified vulnerability in the MySQL Server component in Oracle MySQL 5.1.63 and earlier, and 5.5.25 and earlier, allows remote authenticated users to affect availability via unknown vectors related to InnoDB.

>= 5.1.0, < 5.1.66, >= 5.5.0, < 5.5.284 MEDIUM

Unspecified vulnerability in the MySQL Server component in Oracle MySQL 5.1.65 and earlier, and 5.5.27 and earlier, allows remote authenticated users to affect availability via unknown vectors related to Server Optimizer.

>= 5.5.0, < 5.5.27, >= 5.1.0, < 5.1.666.8 MEDIUM

Unspecified vulnerability in the MySQL Server component in Oracle MySQL 5.1.65 and earlier, and 5.5.27 and earlier, allows remote authenticated users to affect availability via unknown vectors related to Server.

>= 5.5.0, < 5.5.27, >= 5.1.0, < 5.1.664 MEDIUM

Unspecified vulnerability in the MySQL Server component in Oracle MySQL 5.1.63 and earlier, and 5.5.25 and earlier, allows remote authenticated users to affect availability via unknown vectors related to InnoDB Plugin.

>= 5.5.0, < 5.5.27, >= 5.1, < 5.1.669 HIGH

Unspecified vulnerability in the MySQL Server component in Oracle MySQL 5.1.64 and earlier, and 5.5.26 and earlier, allows remote authenticated users to affect confidentiality, integrity, and availability via unknown vectors related to Information Schema.

>= 5.1.0, < 5.1.66, >= 5.5.0, < 5.5.282.1 LOW

Unspecified vulnerability in the MySQL Server component in Oracle MySQL 5.1.65 and earlier, and 5.5.27 and earlier, allows local users to affect confidentiality via unknown vectors related to Server Installation.

>= 5.5.0, < 5.5.27, >= 5.1.0, < 5.1.667.5 HIGH

Unspecified vulnerability in the MySQL Server component in Oracle MySQL 5.1.64 and earlier, and 5.5.26 and earlier, allows remote attackers to affect confidentiality, integrity, and availability via unknown vectors related to Protocol.

>= 5.5.0, < 5.5.27, >= 5.1.0, < 5.1.664 MEDIUM

Unspecified vulnerability in the MySQL Server component in Oracle MySQL 5.1.64 and earlier, and 5.5.26 and earlier, allows remote authenticated users to affect availability via unknown vectors related to Server Optimizer.

>= 5.5.0, <= 5.5.2310 HIGH

Unspecified vulnerability in MySQL 5.5.x before 5.5.23 has unknown impact and attack vectors related to a "Security Fix", aka Bug #59533. NOTE: this might be a duplicate of CVE-2012-1689, but as of 20120816, Oracle has not commented on this possibility.

>= 5.5.0, < 5.5.244 MEDIUM

Unspecified vulnerability in Oracle MySQL Server 5.5.23 and earlier allows remote authenticated users to affect availability via unknown vectors related to InnoDB.

>= 5.5.0, < 5.5.244 MEDIUM

Unspecified vulnerability in Oracle MySQL Server 5.5.23 and earlier allows remote authenticated users to affect availability via unknown vectors.

>= 5.1.0, < 5.1.66, >= 5.5.0, < 5.5.234 MEDIUM

Unspecified vulnerability in Oracle MySQL Server 5.1.62 and earlier, and 5.5.22 and earlier, allows remote authenticated users to affect availability via unknown vectors related to Server Optimizer.

>= 5.1.0, < 5.1.66, >= 5.5.0, < 5.5.244 MEDIUM

Unspecified vulnerability in Oracle MySQL Server 5.1.62 and earlier, and 5.5.23 and earlier, allows remote authenticated users to affect availability via unknown vectors related to Server Optimizer.

>= 5.1.0, < 5.1.66, >= 5.5.0, < 5.5.244 MEDIUM

Unspecified vulnerability in Oracle MySQL Server 5.1.62 and earlier and 5.5.23 and earlier allows remote authenticated users to affect availability, related to GIS Extension.

>= 5.5.0, < 5.5.246.8 MEDIUM

Unspecified vulnerability in Oracle MySQL Server 5.5.23 and earlier allows remote authenticated users to affect availability via unknown vectors related to Server Optimizer.

= 5.1.49, = 5.1.47, = 5.1.51, = 5.1.42, = 5.1.61, = 5.1.50, = 5.1.53, = 5.1.44, = 5.1.55, = 5.1.60, = 5.1.41, = 5.2.10, = 5.2.7, = 5.2.9, = 5.2.6, = 5.2.1, = 5.2.4, = 5.2.8, = 5.2.11, = 5.2.0, = 5.2.5, = 5.2.2, = 5.2.3, = 5.3.1, = 5.3.0, = 5.3.4, = 5.3.5, = 5.3.6, = 5.3.2, = 5.3.3, = 5.5.20, = 5.5.22, = 5.5.215.1 MEDIUM

sql/password.c in Oracle MySQL 5.1.x before 5.1.63, 5.5.x before 5.5.24, and 5.6.x before 5.6.6, and MariaDB 5.1.x before 5.1.62, 5.2.x before 5.2.12, 5.3.x before 5.3.6, and 5.5.x before 5.5.23, when running in certain environments with certain implementations of the memcmp function, allows remote attackers to bypass authentication by repeatedly authenticating with the same incorrect password, which eventually causes a token comparison to succeed due to an improperly-checked return value.

>= 5.5.0, < 5.5.22, >= 5.1.0, < 5.1.624 MEDIUM

Unspecified vulnerability in the MySQL Server component in Oracle MySQL 5.1.61 and earlier, and 5.5.21 and earlier, allows remote authenticated users to affect availability via unknown vectors related to Server Optimizer, a different vulnerability than CVE-2012-1703.

>= 5.5.0, < 5.5.224 MEDIUM

Unspecified vulnerability in the MySQL Server component in Oracle MySQL 5.5.21 and earlier allows remote authenticated users to affect availability via unknown vectors related to Partition.

>= 5.5.0, < 5.5.22, >= 5.1.0, < 5.1.624 MEDIUM

Unspecified vulnerability in the MySQL Server component in Oracle MySQL 5.1.61 and earlier, and 5.5.21 and earlier, allows remote authenticated users to affect availability, related to Server DML.

>= 5.5.0, < 5.5.22, >= 5.1.0, < 5.1.626.8 MEDIUM

Unspecified vulnerability in the MySQL Server component in Oracle MySQL 5.1.61 and earlier, and 5.5.21 and earlier, allows remote authenticated users to affect availability via unknown vectors related to Server Optimizer, a different vulnerability than CVE-2012-1690.

>= 5.1, < 5.1.427.5 HIGH

Multiple stack-based buffer overflows in the CertDecoder::GetName function in src/asn.cpp in TaoCrypt in yaSSL before 1.9.9, as used in mysqld in MySQL 5.0.x before 5.0.90, MySQL 5.1.x before 5.1.43, MySQL 5.5.x through 5.5.0-m2, and other products, allow remote attackers to execute arbitrary code or cause a denial of service (memory corruption and daemon crash) by establishing an SSL connection and sending an X.509 client certificate with a crafted name field, as demonstrated by mysql_overflow1.py and the vd_mysql5 module in VulnDisco Pack Professional 8.11. NOTE: this was originally reported for MySQL 5.0.51a.

>= 5.5.0, < 5.5.664.6 MEDIUM

The mysqlaccess script in MySQL 4.0.23 and earlier, 4.1.x before 4.1.10, 5.0.x before 5.0.3, and other versions including 3.x, allows local users to overwrite arbitrary files or read temporary files via a symlink attack on temporary files.