Live Exposure Defense: From CVE to Confirmed Exposure in 12 Hours – See more

New CVE Detected

CVE-2026-54556 – Denial of Service (Memory Exhaustion) – http4s Ember HTTP/2 Backend

Be the first to know when new zero-days emerge:

Summary

CVE-2026-54556 is a denial-of-service vulnerability in http4s, a Scala HTTP library, affecting servers that use the Ember backend with HTTP/2 enabled. The flaw is an "HPACK bomb" issue in which small, highly compressed HTTP/2 header blocks decode into disproportionately large amounts of data, allowing an unauthenticated remote attacker to exhaust server memory. The issue has a CVSS score of 8.2 (High).

Technical details

  • Root cause: The HPACK decoder in ember-core (Hpack.scala) concatenates HEADERS and CONTINUATION frame fragments and decodes them before fully validating size limits. Critically, the configured maximum header size does not account for the expansion produced by indexed headers, so the enforced limit can be bypassed via HPACK compression/data amplification.
  • Trigger conditions: An attacker sends crafted HTTP/2 requests containing highly compressed header blocks (relying on HPACK’s indexed header table) to an http4s server running the Ember backend with HTTP/2 enabled.
  • Attack vector: Network — no authentication or special privileges required; requires only the ability to open an HTTP/2 connection to the target server (CVSS AT:P reflects minor attack complexity from needing an HTTP/2-capable connection).
  • Impact: Decoded header data is held in memory; with enough concurrent malicious connections, this leads to excessive heap consumption and can crash the server process with an OutOfMemoryError, resulting in denial of service. Confidentiality and integrity are not impacted — only availability.

Affected software

  • org.http4s:http4s-ember-core_2.12: versions ≤ 0.23.34
  • org.http4s:http4s-ember-core_2.13: versions ≤ 0.23.34, and ≥ 1.0.0-M1, < 1.0.0-M46
  • org.http4s:http4s-ember-core_3: versions ≤ 0.23.34, and ≥ 1.0.0-M1, < 1.0.0-M46
  • Applies to any http4s server built on the Ember backend with HTTP/2 support enabled.

Severity

  • CVSS v4.0 Score: 8.2 (High)
  • Vector: CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N

Mitigation and recommended actions

  • Immediate: Upgrade to the patched releases:
    • http4s-ember-core 0.23.35 (for the 0.23.x line)
    • http4s-ember-core 1.0.0-M47 (for the 1.0.0 milestone line)
  • If immediate patching is not possible: Disable HTTP/2 support in the Ember backend configuration until the upgrade can be applied, removing the affected code path from being reachable.
  • General hardening: Monitor server memory usage for anomalous spikes correlated with HTTP/2 connections, and consider placing rate limiting or connection limits in front of Ember-based services as a defense-in-depth measure while patching is rolled out.

References

Are you exposed?

Get a free report of your organization’s exposure to this CVE and threat

How IONIX’s External Exposure Management Platform Detects and Validates
Zero-Days to Shrink MTTR

1

Map your entire attack surface (continously)

IONIX uses multi-factor discovery methods, including DNS analysis, certificate mapping, metadata inspection, and more, to automatically map every internet-facing asset across your environment. This includes cloud instances, third-party platforms, shadow IT, and even forgotten infrastructure that traditional tools miss.

2

Monitor for new CVEs

Dozens of threat intel feeds using agentic technology are continuously analyzed to detect the appearance of proof-of-concept code, exploit kits, and indicators of active targeting. IONIX goes further by applying AI to proactively evaluate whether emerging vulnerabilities are likely to be exploited, even before PoCs go public.

3

Identify Potential External Exposures

Not all CVEs matter. IONIX filters vulnerabilities by asking attacker-centric questions: Can it be reached from the internet? Does it require authentication? Is it being exploited in the wild? This dramatically reduces noise and focuses teams on threats that can actually be weaponized.

4

Create Safe, Scalable Exploit Validations

IONIX transforms real-world PoCs into safe, non-intrusive test payloads that can be run in production environments without disruption. These simulations are precisely targeted to the systems that are vulnerable, ensuring rapid validation without unnecessary load.

5

Execute Exploit Validations

By combining context about software stack, versioning, exposure status, and reachability, IONIX ensures that only the right payloads are executed against the right assets, maximizing efficiency and minimizing risk.

6

Drive Fast and Actionable Remediation

Results are routed through integrations with ticketing, SOAR, and SIEM tools. Issues are written in plain language, bundled into remediation clusters, and prioritized based on asset criticality, exploitability, and blast radius. This shortens mean time to remediation (MTTR) and empowers teams to act with confidence.

Are you exposed?

Get a free report of your organization’s exposure to this CVE and threat

Subscribe to Threat Center RSS

Copy/paste the link below into your preferred RSS reader or follow these instructions to subscribe to Slack alerts.

Get Real-Time CVE Alerts to Your Email

Be the first to know when new zero-days emerge