Not a U.S. government website. NDD is an independent vulnerability database by Volerion and is not affiliated with or endorsed by NIST or NVD.
VOLERION
Volerion Security Research

NOT DEFERRED DATABASE

VULNERABILITIES

CVE-2026-69205 Details

ANALYZED


This CVE record has been analyzed and enriched by NVDAPI.com as an independent party.

Description

Http4s is a Scala interface for HTTP services. Prior to 0.23.35 and 1.0.0-M47, Ember’s HeaderP.parse uses a case-sensitive substring test for the Transfer-Encoding value and decodes header bytes with the platform default charset. Values such as Chunked are not recognized, values such as notchunked are incorrectly accepted, and Unicode case folding can turn a Kelvin-sign byte sequence into a match when UTF-8 is used. Intermediaries that apply RFC-compliant token and charset rules can therefore disagree with Ember’s Content-Length or zero-length framing, enabling TE.CL or TE.0 request smuggling, access-control bypass, cross-user request hijacking, and cache poisoning on the server path. Response smuggling through an ember-client gateway requires a malicious or compromised upstream. This issue is fixed in versions 0.23.35 and 1.0.0-M47.

Metrics

References to Advisories, Solutions, and Tools

By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.

Weakness Enumeration

CWE-IDCWE NameSource
CWE-444Inconsistent Interpretation of HTTP Requests ('HTTP Request/Response Smuggling')[email protected]

Affected Products

ProductVersions
http4s
<= 0.23.34 (semver)
~1.0.0-M1, <= 1.0.0-M46 (semver)

CPE

  • cpe:2.3:a:typelevel:http4s:*:*:*:*:*:*:*:*

Remediation

  • Upgrade: 0.23.35moderate effort
  • Upgrade: 1.0.0-M47moderate effort
  • Mitigation:low effort

    Configure the intermediary to fully buffer and re-encode request bodies (e.g. nginx with default "proxy_request_buffering on").

  • Mitigation:low effort

    Configure the intermediary to normalize the "Transfer-Encoding" value (lowercase the token) before forwarding.

  • Mitigation:low effort

    Disable backend keep-alive between the intermediary and Ember.

http4s-ember-core
<= 0.23.34 (semver)
~1.0.0-M1, <= 1.0.0-M46 (semver)

CPE

  • No CPEs found in CPE dictionary for this product.

Remediation

  • Upgrade: 0.23.35moderate effort
  • Upgrade: 1.0.0-M47moderate effort
  • Mitigation:low effort

    Configure the intermediary to fully buffer and re-encode request bodies (e.g. nginx with default "proxy_request_buffering on").

  • Mitigation:low effort

    Configure the intermediary to normalize the "Transfer-Encoding" value (lowercase the token) before forwarding.

  • Mitigation:low effort

    Disable backend keep-alive between the intermediary and Ember.

Change History

2 change records found show changes


QUICK INFO

CVE Dictionary Entry:
CVE-2026-69205
NVD Published Date:
Sep 15, 2026
NVD Last Modified:
Sep 16, 2026
Source:
[email protected]
CVE-2026-69205 Details - Not Deferred