CVE-2026-73495: blaze: Chunked-body trailer fields promoted into Request.headers in blaze-server (front-end header-sanitization bypass)
blaze is a Scala library for building asynchronous pipelines, with a focus on network IO. Prior to 0.23.18 and 1.0.0-M42, blaze-server can merge HTTP/1.1 chunked-body trailer fields into Request.headers. Because trailer fields are attacker-controlled, an unauthenticated remote client can inject arbitrary header names and values, including X-Forwarded-For and internal authorization headers, that a fronting proxy sanitized from the request-header section, bypassing header-based trust decisions in the application. Any http4s application using BlazeServerBuilder over HTTP/1.1 whose routes or middleware trust proxy-set headers, including X-Forwarded-For, X-Real-IP, and X-Forwarded-Host, is affected. If a fronting proxy strips or normalizes those headers but forwards chunked bodies with trailers intact, an attacker can spoof client IP for allow-lists, rate limits, or auditing, forge the https scheme, or inject internal authorization headers. A promoted Connection: close trailer is also honored, allowing attacker-controlled termination of pooled backend connections. This issue is fixed in versions 0.23.18 and 1.0.0-M42.
Affected Software
Remediation
Recommended actions to resolve this vulnerability, in priority order.
- Upgrade
Upgrade
blaze-serverto a version that resolves this vulnerability.Fixed in 0.23.18 - Upgrade
Upgrade
blaze-serverto a version that resolves this vulnerability.Fixed in 1.0.0-M42
Event History
Frequently Asked Questions
What is the severity of CVE-2026-73495?
The severity of CVE-2026-73495 is rated as high with a score of 7.4.
How do I fix CVE-2026-73495?
To fix CVE-2026-73495, upgrade blaze-server to version 0.23.18 or later.
What type of vulnerability is CVE-2026-73495?
CVE-2026-73495 is a front-end header-sanitization bypass vulnerability in the blaze-server.
Who is affected by CVE-2026-73495?
Any applications using blaze-server versions prior to 0.23.18 and 1.0.0-M42 are affected by CVE-2026-73495.
What can attackers do with CVE-2026-73495?
Attackers can inject arbitrary trailer fields into Request.headers, leading to potential manipulation of requests.