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-69203 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, An Ember server with HTTP/2 enabled through withHttp2 does not enforce SETTINGS_MAX_CONCURRENT_STREAMS for peer-created streams. One unauthenticated connection can open an unbounded number of streams, each retaining per-stream state until heap exhaustion. The same unchecked allocation is reachable in an ember-client through server-initiated PUSH_PROMISE frames because enablePush is not enforced. 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-400Uncontrolled Resource Consumption[email protected]
CWE-770Allocation of Resources Without Limits or Throttling[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
  • Workaround:low effort

    Disable HTTP/2 on EmberServerBuilder or EmberClientBuilder (default).

  • Workaround:low effort

    Avoid HTTP/2 to untrusted servers until patched.

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
  • Workaround:low effort

    Disable HTTP/2 on EmberServerBuilder or EmberClientBuilder (default).

  • Workaround:low effort

    Avoid HTTP/2 to untrusted servers until patched.

Change History

2 change records found show changes


QUICK INFO

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