CVE-2026-73495
Description
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.
AI Insight
LLM-synthesized narrative grounded in this CVE's description and references.
Affected packages
Versions sourced from the GitHub Security Advisory.
| Package | Affected versions | Patched versions |
|---|---|---|
org.http4s:blaze-http_2.13Maven | < 0.23.18 | 0.23.18 |
org.http4s:blaze-http_2.12Maven | < 0.23.18 | 0.23.18 |
org.http4s:blaze-http_3Maven | < 0.23.18 | 0.23.18 |
org.http4s:blaze-http_3Maven | >= 1.0.0-M1, < 1.0.0-M42 | 1.0.0-M42 |
org.http4s:blaze-http_2.13Maven | >= 1.0.0-M1, < 1.0.0-M42 | 1.0.0-M42 |
Affected products
1Patches
Vulnerability mechanics
References
5- github.com/advisories/GHSA-46q4-43ph-c6frghsaADVISORY
- github.com/http4s/blaze/commit/ef3e666c146cfc16cb6603f1fc3c464daab4a24fnvdWEB
- github.com/http4s/blaze/releases/tag/v0.23.18nvdWEB
- github.com/http4s/blaze/releases/tag/v1.0.0-M42nvdWEB
- github.com/http4s/blaze/security/advisories/GHSA-46q4-43ph-c6frnvdWEB
News mentions
0No linked articles in our index yet.