---
id: CVE-2026-82561
title: >-
  Apache NiFi 1.5.0 through 2.11.0 provide REST API methods that replace the
  entire contents of a Process Group using a client-supplied flow definition,
  covering Process Group flow replacement together with versioned flow update
  and rebase…
summary: >-
  Apache NiFi 1.5.0 through 2.11.0 provide REST API methods that replace the
  entire contents of a Process Group using a client-supplied flow definition,
  covering Process Group flow replacement together with versioned flow update
  and rebase…
severity: medium
cvss: 6.5
cvssVector: 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:N'
cwe:
  - CWE-862
vendor: apache
product: nifi
affected:
  - 'nifi >= 1.5.0, < 2.12.0'
patched:
  - nifi 2.12.0
published: '2026-09-16'
updated: '2026-09-21'
sourceUpdated: '2026-09-21T13:54:21.500'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-82561'
references:
  - url: 'https://lists.apache.org/thread/opk7l8wqvnl85qxlzj3dnxp6qbk27lwm'
    label: security@apache.org
  - url: 'http://www.openwall.com/lists/oss-security/2026/09/16/9'
    label: af854a3a-2127-422b-91ae-364da2661108
tags:
  - nvd
  - cve.org
epss: 0.00477
epssPercentile: 0.38595
ssvc:
  exploitation: none
  automatable: 'no'
  technicalImpact: partial
  timestamp: '2026-09-17T19:12:15.351735Z'
scores:
  nvd: 6.5
  cna: 5.9
ingestedAt: '2026-09-16T20:03:30.765Z'
---

## Overview

Apache NiFi 1.5.0 through 2.11.0 provide REST API methods that replace the entire contents of a Process Group using a client-supplied flow definition, covering Process Group flow replacement together with versioned flow update and rebase operations. Framework authorization for these methods was limited to read and write privileges on the Process Group itself, unlike the corresponding asynchronous update request methods, which also authorize the components encapsulated in the Process Group along with referenced Controller Services, Parameter Contexts, and Parameter Providers. As a result of the missing authorization, an authenticated user with write access to a Process Group could supply a flow definition that modifies or removes components in descendant Process Groups protected by more restrictive access policies, and could bind components to Controller Services and Parameter Contexts without authorization for those referenced components. Existing verification checks limited the impact to stopped components, and the issue applies only to deployments that use component-level authorization policies, because the framework enforces write permissions as the security boundary. Upgrading to Apache NiFi 2.12.0 is the recommended mitigation, which applies consistent reference resolution and component authorization across Process Group replacement and versioned flow update methods

## Affected

- `nifi >= 1.5.0, < 2.12.0`

## Remediation

Upgrade past the affected range:

- `nifi 2.12.0`
