---
id: CVE-2026-44914
title: >-
  Apache NiFi 1.12.0 through 2.9.0 are missing authorization when replacing
  Process Groups that include extension components with specific Required
  Permissions based on the Restricted annotation
summary: >-
  Apache NiFi 1.12.0 through 2.9.0 are missing authorization when replacing
  Process Groups that include extension components with specific Required
  Permissions based on the Restricted annotation. The Restricted annotation
  indicates additio…
severity: high
cvss: 7.2
cvssVector: 'CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H'
cwe:
  - CWE-862
vendor: apache
product: nifi
affected:
  - 'nifi >= 1.12.0, < 2.10.0'
patched:
  - nifi 2.10.0
published: '2026-06-22'
updated: '2026-06-24'
sourceUpdated: '2026-06-24T05:17:28.290'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-44914'
references:
  - url: 'https://lists.apache.org/thread/ydr34t03xd1n0t9oogpzogjrd5y93838'
    label: security@apache.org
  - url: 'http://www.openwall.com/lists/oss-security/2026/06/20/6'
    label: af854a3a-2127-422b-91ae-364da2661108
tags:
  - nvd
  - cve.org
ssvc:
  exploitation: none
  automatable: 'no'
  technicalImpact: total
  timestamp: '2026-06-23T00:00:00+00:00'
scores:
  nvd: 7.2
  cna: 7.5
ingestedAt: '2026-09-13T16:06:22.337Z'
epss: 0.0066
epssPercentile: 0.49376
---

## Overview

Apache NiFi 1.12.0 through 2.9.0 are missing authorization when replacing Process Groups that include extension components with specific Required Permissions based on the Restricted annotation. The Restricted annotation indicates additional privileges required, but framework authorization did not check restricted status when handling requests to replace Process Groups. The missing authorization permits a user with general write access to add components with Restricted status. Apache NiFi installations that do not implement specific authorization for Restricted components are not subject to this vulnerability because the framework enforces write permissions as the security boundary. Upgrading to Apache NiFi 2.9.0 is the recommended mitigation, which removes the implementation of Restricted status authorization from the framework.

## Affected

- `nifi >= 1.12.0, < 2.10.0`

## Remediation

Upgrade past the affected range:

- `nifi 2.10.0`
