NifiApplication · Apache

CVE-2026-54665

MEDIUM · 5.3 CVSS v3.1 Published 2026-06-22
Fix available
A fix is available. Upgrade to 2.10.0 or later.
See remediation →
62/100
Remediation priority · Elevated
Remotely reachable No privileges Zero-click

Official description Straight from the sourceThe vendor's or NVD's own wording, published unedited. Authoritative, but often terse — it says what broke, rarely what to do.

NVD · unedited
Apache NiFi 0.0.1 through 2.9.0 support building qualified URLs from one of several HTTP request headers that provide an alternative to the standard Host header without validating the values provided. Apache NiFi 1.6.0 introduced a configurable application property to restrict values provided in the HTTP Host header, but did not apply the validation to alternative Proxy and Forwarded headers. The absence of proxy host header validation allowed a client to instruct Apache NiFi web services to construct invalid qualified URLs for redirection or data references. Upgrading to Apache NiFi 2.10.0 is the recommended mitigation, which implements validation for the X-ProxyHost and X-Forwarded-Host HTTP request headers based on the nifi.web.proxy.host property. Enabling header validation requires configuring the application with HTTPS. Reverse proxy servers in front of Apache NiFi are responsible for filtering input request headers and providing allowed values to the application.

Technical summary Written by usOur analysis, written from the advisory, the CVSS vector and the affected-version data. It adds context the advisory leaves out, and never invents facts that are not in the source.

dbcve analysis · high confidence

Apache NiFi fails to validate X-ProxyHost and X-Forwarded-Host HTTP headers when constructing qualified URLs, allowing attackers to manipulate redirection and data reference paths through unsanitized input. While version 1.6.0 added nifi.web.proxy.host validation for the standard Host header, this protection was not extended to alternative proxy headers, enabling HTTP Request Smuggling-like attacks.

MitigationUpgrade to Apache NiFi 2.10.0, configure HTTPS, and set the nifi.web.proxy.host property to whitelist allowed values. Ensure any reverse proxy in front of NiFi filters these headers before forwarding requests.

Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.

Affected products & versions What the vendor confirmedThe version ranges the vendor confirmed as vulnerable. If your version sits inside a range here, treat yourself as exposed until you have upgraded.

NVD · CPE data
NifiApplication
Affected:>= 0.0.1, < 2.10.0

CVSS breakdown How the score is builtThe industry scoring standard. It rates how the flaw is reached, what it takes to exploit, and what an attacker gains — the score is derived from those, not the other way round.

From the vector
Attack vector
Network
Complexity
Low
Privileges
None
User interaction
None
Scope
Unchanged
Confidentiality
None
Integrity
Low
Availability
None

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N

Am I affected? How to checkSteps we derive from the advisory and the affected-version data, so you can decide whether this CVE reaches your setup. They are a guide, not a scan — your own configuration is the authority.

dbcve checks

Work through these to decide whether this CVE applies to you.

  1. Check installed NiFi version
    Locate the NiFi installation and check the version. In the NiFi UI, go to the Help > About page. Alternatively, check the nifi-version file in the NiFi root directory or the nar manifest files in the lib folder.
    Affected if The installed version is lower than 2.10.0 (any version from 0.0.1 through 2.9.x is affected).
  2. Verify nifi.web.proxy.host configuration
    Open the nifi.properties file (typically in the conf directory) and search for the property nifi.web.proxy.host. Check if it is configured with a whitelist of allowed host values.
    Affected if The property is either unset or does not include values that properly restrict all proxy headers (the standard Host header may be validated but X-ProxyHost and X-Forwarded-Host are not).
  3. Identify if NiFi is exposed behind a reverse proxy
    Review the network configuration and proxy setup. Check if a web server (Apache HTTP Server, Nginx, or similar) sits in front of NiFi and forwards requests using X-ProxyHost or X-Forwarded-Host headers.
    Affected if A reverse proxy is configured to pass through X-ProxyHost or X-Forwarded-Host headers to NiFi without filtering them.
  4. Inspect HTTP response headers for header reflection
    Send a test request to NiFi with a crafted X-ProxyHost or X-Forwarded-Host header (for example: X-Forwarded-Host: attacker.com) and observe if the response reflects this value in Location headers or generated URLs.
    Affected if The response includes the attacker-controlled header value in qualified URLs or redirection targets, indicating the headers are not sanitized.

You are affected if NiFi version is below 2.10.0 AND the application uses proxy headers (X-ProxyHost/X-Forwarded-Host) that are not filtered by a reverse proxy or restricted via configuration.

Generated from the published advisory. Verify against your own configuration.

Check your environment

Paste your version and any relevant configuration and it will be compared against the affected criteria above. Do not include secrets or credentials.

AI-assisted, checked against the advisory. Informational, not a guarantee.

Remediation Closing itWhat it takes to close this. Where a vendor fix exists we point at it; where none exists we say so plainly, and can build one. Effort estimates are scoped from the advisory, not from your codebase.

dbcve · scoped
Upgrade available Upgrade to 2.10.0 or later
Fixed in 2.10.0
Interim mitigation

Upgrade to Apache NiFi 2.10.0, configure HTTPS, and set the nifi.web.proxy.host property to whitelist allowed values. Ensure any reverse proxy in front of NiFi filters these headers before forwarding requests.

Recommended fix High confidence

Apache NiFi 2.10.0

  1. Upgrade Apache NiFi to version 2.10.0
  2. If using a reverse proxy, configure the nifi.web.proxy.host property with allowed host values
  3. Ensure Apache NiFi is configured to use HTTPS (required for enabling header validation)
  4. Configure the reverse proxy in front of NiFi to filter and sanitize X-ProxyHost and X-Forwarded-Host headers, passing only allowed values
Caveat Enabling header validation requires HTTPS configuration; ensure existing workflows function correctly after upgrade and validate proxy header configurations

Generated from the published advisory — verify against the referenced sources before acting.

Fix this in Nifi Scoped from the published advisory
  • Consultation3.0 h
  • Implementation6.0 h
  • Testing3.0 h
  • Review / QA2.0 h
14.0 hours of engineering $2,490
Get the upgrade done

An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $3,984.

Scan for this in your stack

Free · runs locally
dbcve dependency scanner

Check whether your project pulls in CVE-2026-54665 — or any other known-vulnerable package — straight from your lock files. Free and open source; it runs locally and uploads nothing.

References Go to the primary sourcePrimary sources — vendor advisories, patches and trackers. Where our summary and a reference disagree, the reference wins.

Primary sources

Practitioner notes

Contributed

Peer-ranked notes from engineers who’ve handled CVE-2026-54665 in production — separate from our analysis above.

No notes yet

Be the first to add a field note for this CVE — a mitigation you’ve verified, a version caveat, or a link to a working fix. Sign in above to contribute.

What this is

A place for practitioners to share what actually worked: a mitigation you’ve tested, a configuration change, a version- or environment-specific caveat, or a link to a verified patch. The most useful notes rise to the top as peers upvote them, so the signal stays high.

What belongs here
  • Verified mitigations, workarounds, and config changes
  • Version or environment caveats, and links to real fixes
  • No weaponised exploit code, or anything meant to cause harm
  • No spam, self-promotion, credentials, or personal data