---
id: CVE-2026-61700
title: >-
  MariaDB Connector/J is used to connect applications developed in Java to
  MariaDB and MySQL databases
summary: >-
  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 witho…
severity: low
cvss: 3.7
cvssVector: 'CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:N/A:N'
cwe:
  - CWE-284
vendor: mariadb-corporation
product: mariadb-connector-j
affected:
  - mariadb-connector-j < 2.7.14
  - 'mariadb-connector-j >= 3.0.0, < 3.3.5'
  - 'mariadb-connector-j >= 3.4.0, < 3.4.3'
  - 'mariadb-connector-j >= 3.5.0, < 3.5.9'
published: '2026-09-17'
updated: '2026-09-23'
sourceUpdated: '2026-09-23T18:12:04.247'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-61700'
references:
  - url: >-
      https://github.com/mariadb-corporation/mariadb-connector-j/commit/0205d8be947918566cd9ce5a9db149541bbc8dee
    label: security-advisories@github.com
  - url: >-
      https://github.com/mariadb-corporation/mariadb-connector-j/releases/tag/3.5.9
    label: security-advisories@github.com
  - url: >-
      https://github.com/mariadb-corporation/mariadb-connector-j/security/advisories/GHSA-wxmm-q36w-r9xj
    label: security-advisories@github.com
tags:
  - nvd
  - cve.org
epss: 0.00308
epssPercentile: 0.2106
ssvc:
  exploitation: none
  automatable: 'no'
  technicalImpact: partial
  timestamp: '2026-09-21T20:51:09.342793Z'
ingestedAt: '2026-09-17T16:21:47.708Z'
---

## Overview

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.

## Remediation

Refer to the linked advisories for vendor-supplied fixes and affected version ranges.
