Advisory Database
  • Advisories
  • Dependency Scanning
  1. maven
  2. ›
  3. org.http4s/http4s-ember-core_3
  4. ›
  5. CVE-2026-69213

CVE-2026-69213: Http4s Ember HTTP/2 has an unbounded outbound frame queue

September 15, 2026

Ember’s HTTP/2 connection serializes all outgoing frames through a single unbounded queue drained by one writer fiber (writeLoop). When the write side stalls, any frames the connection keeps producing accumulate in that queue without limit. The peer can drive this cheaply because the connection emits a control frame in response to inbound frames it does not flow-control: one PING ACK per PING, one SETTINGS ACK per SETTINGS, and a WINDOW_UPDATE per inbound DATA. A single unauthenticated connection can therefore exhaust heap and OOM the process.

This affects an ember server (malicious client) and an ember client (malicious/compromised server that floods the client and stops reading its ACKs).

References

  • github.com/advisories/GHSA-8f3q-3jmv-7prw
  • github.com/http4s/http4s/commit/13fe24d6440bde2f1eb70121486cf59c278e6bae
  • github.com/http4s/http4s/releases/tag/v0.23.35
  • github.com/http4s/http4s/releases/tag/v1.0.0-M47
  • github.com/http4s/http4s/security/advisories/GHSA-8f3q-3jmv-7prw
  • nvd.nist.gov/vuln/detail/CVE-2026-69213

Code Behaviors & Features

Detect and mitigate CVE-2026-69213 with GitLab Dependency Scanning

Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →

Affected versions

All versions before 0.23.35, all versions starting from 1.0.0-M1 before 1.0.0-M47

Fixed versions

  • 0.23.35
  • 1.0.0-M47

Solution

Upgrade to versions 0.23.35, 1.0.0-M47 or above.

Impact 7.5 HIGH

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H

Learn more about CVSS

Weakness

  • CWE-400: Uncontrolled Resource Consumption
  • CWE-770: Allocation of Resources Without Limits or Throttling

Source file

maven/org.http4s/http4s-ember-core_3/CVE-2026-69213.yml

Spotted a mistake? Edit the file on GitLab.

  • Site Repo
  • About GitLab
  • Terms
  • Privacy Statement
  • Contact

Page generated Tue, 22 Sep 2026 12:20:56 +0000.