Severity by source
AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:L
Concur with Oracle: network-reachable but high-complexity (AC:H) and requires low privilege (PR:L); full read/write of connector data (C:H/I:H) with only partial DoS (A:L) and no scope change.
Primary rating from Vendor (oracle).
CVSS VectorVendor: oracle
Lifecycle Timeline
2DescriptionCVE.org
Vulnerability in the MySQL Connectors product of Oracle MySQL (component: Connector/J). Supported versions that are affected are 9.7.0-9.7.1. Difficult to exploit vulnerability allows low privileged attacker with network access via multiple protocols to compromise MySQL Connectors. Successful attacks of this vulnerability can result in unauthorized creation, deletion or modification access to critical data or all MySQL Connectors accessible data as well as unauthorized access to critical data or complete access to all MySQL Connectors accessible data and unauthorized ability to cause a partial denial of service (partial DOS) of MySQL Connectors. CVSS 3.1 Base Score 7.1 (Confidentiality, Integrity and Availability impacts). CVSS Vector: (CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:L).
AnalysisAI
Data compromise in Oracle MySQL Connector/J (MySQL Connectors 9.7.0 through 9.7.1) allows a low-privileged attacker with network access over multiple protocols to read, create, delete, or modify all data accessible to the connector and to cause a partial denial of service. Oracle rates this CVSS 3.1 7.1 (AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:L), reflecting high difficulty of exploitation but broad confidentiality and integrity impact. There is no public exploit identified at time of analysis and it is not listed in CISA KEV; the fix ships in Oracle's July 2026 Critical Patch Update.
Technical ContextAI
Connector/J is Oracle's official JDBC driver that Java applications use to connect to MySQL databases, handling the client-server wire protocol, TLS negotiation, statement execution and result parsing. Because the flaw lives in the connector (client-side driver) rather than the MySQL server, the exposure is typically realized on the path between a Java application and the database endpoint it talks to - a class of issue where a malicious or man-in-the-middle server, or manipulation of the multiple protocols the driver supports, can subvert the client. Oracle does not assign a CWE for this entry (CWE: N/A), so the precise root-cause weakness class is not disclosed; the tag 'Authentication Bypass' hints the defect may relate to authentication or trust handling in the connection flow, but this is not confirmed by a CWE mapping.
RemediationAI
Upgrade Connector/J to the fixed release documented in Oracle's July 2026 Critical Patch Update (https://www.oracle.com/security-alerts/cpujul2026.html); the exact fixed version number is not stated in the provided data, so confirm the target build directly from that advisory before deploying - do not assume a version. As compensating controls until patched, enforce TLS with full server certificate and hostname verification on all JDBC connection strings (set sslMode=VERIFY_IDENTITY) so a rogue or man-in-the-middle server cannot be substituted, restrict which database hosts application servers may reach at the network layer, and avoid connecting Connector/J to untrusted or attacker-controllable MySQL endpoints. The trade-off of strict TLS verification is that misconfigured or self-signed database certificates will cause connection failures and must be corrected first. These are mitigations, not fixes: applying the Oracle CPU update remains the primary remediation.
More in Mysql Connectors
View allServer or client applications that call the SSL_check_chain() function during or after a TLS 1.3 handshake may crash due
A vulnerability was found in Hibernate-Validator. Rated medium severity (CVSS 6.1), this vulnerability is remotely explo
In order to decrypt SM2 encrypted data an application is expected to call the API function EVP_PKEY_decrypt(). Rated cri
ASN.1 strings are represented internally within OpenSSL as an ASN1_STRING structure which contains a buffer holding the
Full takeover of Oracle MySQL Connector/Net (versions 9.7.0 and 9.7.1) is possible by a low-privileged network attacker
Due to the formatting logic of the "console.table()" function it was not safe to allow user controlled input to be passe
Full compromise ("takeover") of Oracle's MySQL Connector/NET client library affects the ADO.NET data provider in MySQL C
Vulnerability in the MySQL Connectors component of Oracle MySQL (subcomponent: Connector/Python). Rated high severity (C
Unauthorized data disclosure in Oracle MySQL Connector/J (the official MySQL JDBC driver) versions 9.7.0 through 9.7.1 a
Vulnerability in the MySQL Connectors product of Oracle MySQL (component: Connector/J). Rated high severity (CVSS 7.5),
Denial of service in Oracle MySQL Connector/C++ (MySQL Connectors component) versions 9.7.0 through 9.7.1 allows an unau
Unauthorized data access and modification in Oracle MySQL Connectors (Connector/C++) versions 9.7.0 through 9.7.1 lets a
Same technique Authentication Bypass
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-46981
GHSA-86j7-wrcm-v3wc