---
id: CVE-2026-86089
title: >-
  Apache NiFi 2.11.0 supports migrating the contents of a version-controlled
  Process Group into a Connector using REST API methods that list eligible
  migration sources and submit migration requests
summary: >-
  Apache NiFi 2.11.0 supports migrating the contents of a version-controlled
  Process Group into a Connector using REST API methods that list eligible
  migration sources and submit migration requests. The framework authorized both
  methods ag…
severity: high
cvss: 7.1
cvssVector: 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:H/A:N'
cwe:
  - CWE-862
vendor: apache
product: nifi
affected:
  - nifi = 2.11.0
published: '2026-09-16'
updated: '2026-09-21'
sourceUpdated: '2026-09-21T14:00:59.233'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-86089'
references:
  - url: 'https://lists.apache.org/thread/lnpqnn61k62fkgxqd9cftf7sr77jhrk1'
    label: security@apache.org
  - url: 'http://www.openwall.com/lists/oss-security/2026/09/16/10'
    label: af854a3a-2127-422b-91ae-364da2661108
tags:
  - nvd
  - cve.org
  - score-dispute
epss: 0.00436
epssPercentile: 0.35156
ssvc:
  exploitation: none
  automatable: 'no'
  technicalImpact: partial
  timestamp: '2026-09-17T19:12:52.510723Z'
scores:
  nvd: 7.1
  cna: 2.3
ingestedAt: '2026-09-16T20:03:30.767Z'
---

## Overview

Apache NiFi 2.11.0 supports migrating the contents of a version-controlled Process Group into a Connector using REST API methods that list eligible migration sources and submit migration requests. The framework authorized both methods against the target Connector alone, without evaluating access to the Process Groups involved. The absence of Process Group authorization allowed an authenticated user with read access to a Connector to enumerate the identifiers, names, and flow registry details of version-controlled Process Groups outside the scope of granted read policies. It also allowed a user with write access to a Connector to migrate a Process Group without write access to that Process Group, copying the flow definition, referenced assets, and component state into the Connector, and leaving the source Process Group disabled and renamed. Migration excludes sensitive property values and requires the source Process Group to be stopped with empty queues, which limits the scope of exposure. Apache NiFi installations that do not implement component-level authorization policies for Process Groups are not subject to this vulnerability, because the framework enforces Connector write permissions as the security boundary. Upgrading to Apache NiFi 2.12.0 is the recommended mitigation, which filters migration sources to Process Groups the requesting user is authorized to read, and requires write access to the source Process Group when submitting a migration request.

## Affected

- `nifi = 2.11.0`

## Remediation

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