---
id: CVE-2026-69216
title: Http4s is a Scala interface for HTTP services
summary: >-
  Http4s is a Scala interface for HTTP services. Prior to 0.23.35 and 1.0.0-M47,
  Ember’s chunk decoder trims the chunk-size token and accepts leading plus or
  minus signs instead of requiring one or more hexadecimal digits followed by
  the r…
severity: medium
cvss: 5.4
cvssVector: 'CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:L/I:L/A:N'
cwe:
  - CWE-444
vendor: http4s
product: http4s
affected:
  - http4s < 0.23.35
  - 'http4s >= 1.0.0-M1, < 1.0.0-M47'
patched:
  - 'org.http4s:http4s-ember-core_2.12 0.23.35'
  - 'org.http4s:http4s-ember-core_2.13 0.23.35'
  - 'org.http4s:http4s-ember-core_3 0.23.35'
  - 'org.http4s:http4s-ember-core_2.13 1.0.0-M47'
  - 'org.http4s:http4s-ember-core_3 1.0.0-M47'
published: '2026-09-15'
updated: '2026-09-16'
sourceUpdated: '2026-09-16T20:39:16.610'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-69216'
references:
  - url: >-
      https://github.com/http4s/http4s/commit/d78612a5abd5a2547487598d3342be05573e16f0
    label: security-advisories@github.com
  - url: 'https://github.com/http4s/http4s/releases/tag/v0.23.35'
    label: security-advisories@github.com
  - url: 'https://github.com/http4s/http4s/releases/tag/v1.0.0-M47'
    label: security-advisories@github.com
  - url: 'https://github.com/http4s/http4s/security/advisories/GHSA-jrpm-956j-96jg'
    label: security-advisories@github.com
  - url: 'https://github.com/advisories/GHSA-jrpm-956j-96jg'
tags:
  - nvd
  - cve.org
  - ghsa
  - maven
aliases:
  - GHSA-jrpm-956j-96jg
ecosystem: maven
ssvc:
  exploitation: none
  automatable: 'no'
  technicalImpact: partial
  timestamp: '2026-09-16T13:53:39.504150Z'
ingestedAt: '2026-09-15T19:42:58.805Z'
epss: 0.00242
epssPercentile: 0.15636
---

## Overview

Http4s is a Scala interface for HTTP services. Prior to 0.23.35 and 1.0.0-M47, Ember’s chunk decoder trims the chunk-size token and accepts leading plus or minus signs instead of requiring one or more hexadecimal digits followed by the required CRLF. When an intermediary forwards chunked data without re-encoding and interprets malformed chunk boundaries differently, an unauthenticated attacker can create TE.TE request smuggling that bypasses intermediary controls, poisons caches, or hijacks the request queue. The same response-path leniency can enable response smuggling against an ember-client used as a gateway when the upstream is malicious or compromised. This issue is fixed in versions 0.23.35 and 1.0.0-M47.

## Remediation

Refer to the linked advisories for vendor-supplied fixes and affected version ranges.

## Package advisory (CVE-2026-69216)

Affected packages:

- `org.http4s:http4s-ember-core_2.12 <= 0.23.34`
- `org.http4s:http4s-ember-core_2.13 <= 0.23.34`
- `org.http4s:http4s-ember-core_3 <= 0.23.34`
- `org.http4s:http4s-ember-core_2.13 >= 1.0.0-M1, <= 1.0.0-M46`
- `org.http4s:http4s-ember-core_3 >= 1.0.0-M1, <= 1.0.0-M46`

Patched in:

- `org.http4s:http4s-ember-core_2.12 0.23.35`
- `org.http4s:http4s-ember-core_2.13 0.23.35`
- `org.http4s:http4s-ember-core_3 0.23.35`
- `org.http4s:http4s-ember-core_2.13 1.0.0-M47`
- `org.http4s:http4s-ember-core_3 1.0.0-M47`

Source: https://github.com/advisories/GHSA-jrpm-956j-96jg
