CVE-2026-68979: Apache NiFi: Missing Authorization for Components Referenced by Parameter Context Updates
Apache NiFI 1.10.0 through 2.10.0 provide a Parameter Context update REST API method that does not enforce authorization checking on components referencing Parameter values. Updating a Parameter Context can change parameter values that affect referencing components, but framework authorization was limited to read and write privileges on the Parameter Context itself. As a result of the missing authorization, an authenticated user authorized to modify a Parameter Context, but not authorized on referencing components, could alter Parameter values affecting those components. In deployments where a Parameter value contains executable scripting content, updating a Parameter can result in code execution during automatic component validation, without starting the referencing component. The impact was limited to stopped components by existing verification checks, and the issue applies only to deployments that use component-level authorization policies. Upgrading to Apache NiFi 2.11.0 is the recommended mitigation, which aligns the Parameter Context update method authorization with other methods, adding authorization checking on affected components.
Affected Software
Remediation
Recommended actions to resolve this vulnerability, in priority order.
- Upgrade
Upgrade
Apache NiFito a version that resolves this vulnerability.Fixed in 2.11.0Patch CVE-2026-68979
Event History
Frequently Asked Questions
What is the severity of CVE-2026-68979?
CVE-2026-68979 has a medium severity score of 5.9 according to the CVSS v4.0.
How do I fix CVE-2026-68979?
To fix CVE-2026-68979, ensure that proper authorization checks are enforced on the Parameter Context update REST API method in Apache NiFi.
What impact does CVE-2026-68979 have on Apache NiFi?
CVE-2026-68979 allows unauthorized changes to parameter values via Parameter Context updates, potentially compromising the components that reference them.
Which versions of Apache NiFi are affected by CVE-2026-68979?
CVE-2026-68979 affects Apache NiFi versions 1.10.0 through 2.10.0.
What components are vulnerable in CVE-2026-68979?
The vulnerability in CVE-2026-68979 affects components that reference Parameter values during Parameter Context updates without proper authorization.