Severity by source
AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Network-reachable via standard MySQL protocols with only low-privilege credentials required; impact is strictly and completely availability with no confidentiality or integrity exposure.
Primary rating from Vendor (oracle).
CVSS VectorVendor: oracle
Lifecycle Timeline
2DescriptionCVE.org
Vulnerability in the MySQL Server, MySQL Cluster product of Oracle MySQL (component: Server: Optimizer). Supported versions that are affected are MySQL Server: 9.0.0-9.7.1; MySQL Cluster: 9.0.0-9.7.1. Easily exploitable vulnerability allows low privileged attacker with network access via multiple protocols to compromise MySQL Server, MySQL Cluster. Successful attacks of this vulnerability can result in unauthorized ability to cause a hang or frequently repeatable crash (complete DOS) of MySQL Server, MySQL Cluster. 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).
AnalysisAI
MySQL Server and MySQL Cluster versions 9.0.0 through 9.7.1 are vulnerable to a network-reachable denial-of-service condition in the query Optimizer component, exploitable by any low-privileged authenticated user. A successful attack causes a complete, repeatable hang or crash of the database server process, disrupting all connected clients. No active exploitation has been confirmed (not listed in CISA KEV), and no public exploit code has been identified at time of analysis.
Technical ContextAI
The vulnerability resides in the MySQL Server Optimizer - the subsystem responsible for query planning, cost estimation, and execution path selection for SQL statements in both MySQL Server and MySQL Cluster. Affected products are identified by CPE strings cpe:2.3:a:oracle_corporation:mysql_server and cpe:2.3:a:oracle_corporation:mysql_cluster, spanning the full 9.x series from 9.0.0 to 9.7.1. No CWE identifier was assigned, leaving the precise root cause class unspecified; the crash or hang pattern is consistent with an unhandled edge case in optimizer logic such as an infinite loop, null dereference, or unguarded assertion during query plan evaluation. The CVSS vector (AV:N/AC:L/PR:L/UI:N) confirms the flaw is reachable over any supported MySQL network protocol - including TCP/IP and X Protocol - by any valid, low-privileged database session.
RemediationAI
Consult and apply the patch issued in Oracle's Critical Patch Update for July 2026 at https://www.oracle.com/security-alerts/cpujul2026.html. An exact fixed version number was not specified in the available data - the CPU advisory must be consulted directly to identify the patched MySQL Server and MySQL Cluster release. If immediate patching is not possible, restrict database user grants to the minimum necessary and audit all low-privileged accounts that have network access to the MySQL instance, as any such account can trigger the flaw. Enforcing network perimeter controls to limit MySQL port access (default TCP/3306 and TCP/33060 for X Protocol) to known application hosts reduces the pool of potential exploiters, though it does not address the underlying vulnerability. MySQL's max_execution_time or wait_timeout settings may partially limit the duration of a hang-based DoS but will not prevent initial exploitation. These compensating controls carry trade-offs: overly aggressive connection or query timeouts may interfere with legitimate long-running analytical queries.
More in Mysql Server
View allA heap buffer overflow in the TFTP receiving code allows for DoS or arbitrary code execution in libcurl versions 7.19.4
XStream is a Java library to serialize objects to XML and back again. Rated critical severity (CVSS 9.8), this vulnerabi
libcurl versions from 7.36.0 to before 7.64.0 are vulnerable to a stack-based buffer overflow. Rated critical severity (
When sending data to an MQTT server, libcurl <= 7.73.0 and 7.78.0 could in some circumstances erroneously keep a pointer
XStream is a Java library to serialize objects to XML and back again. Rated critical severity (CVSS 9.1), this vulnerabi
A use of incorrectly resolved name vulnerability fixed in 7.83.1 might remove the wrong file when `--no-clobber` is used
curl 7.75.0 through 7.76.1 suffers from a use-after-free vulnerability resulting in already freed memory being used when
libcurl-using applications can ask for a specific client certificate to be used in a transfer. Rated high severity (CVSS
A user can tell curl >= 7.20.0 and <= 7.78.0 to require a successful upgrade to TLS when speaking to an IMAP, POP3 or FT
Heap buffer overflow in the TFTP protocol handler in cURL 7.19.4 to 7.65.3. Rated critical severity (CVSS 9.8), this vul
A vulnerability was found in Hibernate-Validator. Rated medium severity (CVSS 6.1), this vulnerability is remotely explo
When curl is instructed to download content using the metalink feature, thecontents is verified against a hash provided
Same weakness CWE-400 – Uncontrolled Resource Consumption
View allSame technique Denial Of Service
View allVendor StatusVendor
Share
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-46726
GHSA-3qq6-4gg6-4h74