---
id: CVE-2026-44913
aliases:
  - GHSA-chxj-gxww-q98w
title: 'Apache NiFi: Improper Escaping of Table Names in CaptureChangeMySQL'
summary: 'Apache NiFi: Improper Escaping of Table Names in CaptureChangeMySQL'
severity: medium
cvss: 7.2
cwe:
  - CWE-116
vendor: apache
product: 'org.apache.nifi:nifi-cdc-mysql-processors'
ecosystem: maven
affected:
  - 'org.apache.nifi:nifi-cdc-mysql-processors >= 1.2.0, < 2.10.0'
patched:
  - 'org.apache.nifi:nifi-cdc-mysql-processors 2.10.0'
published: '2026-06-22'
updated: '2026-09-14'
sourceUpdated: '2026-09-14T18:14:06Z'
source: GHSA
sourceUrl: 'https://github.com/advisories/GHSA-chxj-gxww-q98w'
references:
  - url: 'https://nvd.nist.gov/vuln/detail/CVE-2026-44913'
  - url: 'https://lists.apache.org/thread/c8vkt5rz4dqql6sjxgrr3zdkbt1sfmsl'
  - url: 'http://www.openwall.com/lists/oss-security/2026/06/20/5'
  - url: 'https://github.com/apache/nifi/pull/11206'
  - url: >-
      https://github.com/apache/nifi/commit/c9fd0be0ca428408137c70937761b46f95de5959
  - url: 'https://issues.apache.org/jira/browse/NIFI-15905'
  - url: 'https://github.com/advisories/GHSA-chxj-gxww-q98w'
tags:
  - ghsa
  - maven
epss: 0.00646
epssPercentile: 0.48806
ingestedAt: '2026-09-14T19:13:23.465Z'
---

## Overview

Improper escaping of database table names in the CaptureChangeMySQL Processor included with Apache NiFi 1.2.0 through 2.9.0 allows for injecting SQL commands using crafted naming. Manual quoted boundaries added in Apache NiFi 1.8.0 narrowed the scope of potential injection options, but did not cover additional strategies. Apache NiFi installations that do not use the CaptureChangeMySQL Processor are not subject to this vulnerability. Upgrading to Apache NiFi 2.10.0 is the recommended mitigation, which incorporates more robust identifier escaping.

## Affected packages

- `org.apache.nifi:nifi-cdc-mysql-processors >= 1.2.0, < 2.10.0`

## Remediation

Upgrade to a patched release:

- `org.apache.nifi:nifi-cdc-mysql-processors 2.10.0`
