Answer in brief
CVE-2026-54665 records a Medium severity (CVSS 6.3) vulnerability in Apache NiFi fails to validate proxy host headers when constructing qualified URLs. The current sources do not mark it as known exploited. The current feed maps org.apache.nifi:nifi-jetty (maven), org.apache.nifi:nifi-jetty (maven). Check affected ranges and fixed versions before updating.
Analysis pending evidence review
HOL Guard separates source facts from reviewed analysis. See the methodology.
CVSS is 6.3. The current sources do not mark it as known exploited. Treat this as a source-backed prioritization signal, not a statement about your environment.
Analysis status
Analysis pending evidence review
Factual feed record only; HOL analysis is not approved for indexing. Read the methodology.
The current feed maps org.apache.nifi:nifi-jetty (maven), org.apache.nifi:nifi-jetty (maven). Check affected ranges and fixed versions before updating.
| Package | Affected range | Fixed version |
|---|---|---|
| org.apache.nifi:nifi-jettymaven | <2.10.0 | 2.10.0 |
| org.apache.nifi:nifi-jettymaven | >=0 <2.10.0 | 2.10.0 |
Published upstream
Jun 22, 2026
Evidence: source:ghsa:source_dates:source-dates:recordSource modified
Sep 11, 2026
Evidence: source:ghsa:source_dates:source-dates:recordFirst seen by HOL
Jun 22, 2026
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.
Quoted source text, attributed separately from HOL analysis.