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-88975 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.37 and 1.0.0-M48, Ember’s HTTP/2 read loop parses a frame’s 24-bit declared length but waits to buffer the entire payload before comparing it with SETTINGS_MAX_FRAME_SIZE. An unauthenticated peer can declare a payload near 16 MiB on a connection where Ember advertised 16 KiB and either complete or slowly stream it, causing up to 1024-fold memory amplification per connection before processFrame can reject the frame. The shared H2Connection.readLoop affects withHttp2 servers and clients, while HTTP/2-disabled configurations are unaffected, and the patch rejects oversized frames before buffering their payloads. This issue is fixed in versions 0.23.37 and 1.0.0-M48.

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-400Uncontrolled Resource Consumption[email protected]

Affected Products

ProductVersions
http4s
<= 0.23.36 (semver)
>= 1.0.0-M1, <= 1.0.0-M47 (semver)

CPE

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

Remediation

  • Upgrade: 0.23.37moderate effort
  • Upgrade: 1.0.0-M48moderate effort
  • Mitigation:low effort

    Disable HTTP/2 on Ember.

http4s-ember-core
<= 0.23.36 (semver)
>= 1.0.0-M1, <= 1.0.0-M47 (semver)

CPE

  • No CPEs found in CPE dictionary for this product.

Remediation

  • Upgrade: 0.23.37moderate effort
  • Upgrade: 1.0.0-M48moderate effort
  • Mitigation:low effort

    Disable HTTP/2 on Ember.

Change History

2 change records found show changes


QUICK INFO

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