CVE Catalog

CVE-2026-61700

LowCVSS 3.7
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.31%

21th percentile - higher than 21% of all known CVEs

Summary

MariaDB Connector/J in versions prior to 2.7.14, 3.3.5, 3.4.3, and 3.5.9 does not enforce allowLocalInfile=false when processing a LOCAL INFILE packet. A rogue or man-in-the-middle server can cause the connector to transmit a file selected by the application despite the disabled option. The issue is fixed in versions 2.7.14, 3.3.5, 3.4.3, and 3.5.9.

Risk Assessment

An attacker can gain access to sensitive files that the application attempts to load over an untrusted connection. However, this requires the application to actively load data, limiting the exploit scope.

Recommendation

Update MariaDB Connector/J to version 2.7.14, 3.3.5, 3.4.3, 3.5.9 or later. Avoid using LOAD DATA LOCAL INFILE over untrusted connections.

Other vulnerabilities in MariaDB Connector/J

See all
Original NVD description (English source)

MariaDB Connector/J is used to connect applications developed in Java to MariaDB and MySQL databases. Prior to 2.7.14, 3.3.5, 3.4.3, and 3.5.9, ClientMessage.readPacket processes a server-initiated LOCAL INFILE protocol packet 0xfb without enforcing allowLocalInfile=false. When an application sends a LOAD DATA LOCAL INFILE COM_QUERY, a rogue or man-in-the-middle server can echo the same filename and cause the connector to transmit that file despite the disabled option. The server cannot redirect the request to an arbitrary path and can receive only the exact file already selected by the application, so exploitation requires an application that actively loads sensitive data over an untrusted connection. This issue is fixed in versions 2.7.14, 3.3.5, 3.4.3, and 3.5.9.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS