CVE Catalog

CVE-2026-69210

HighCVSS 7.5
Published: Translated: NVD NIST

Summary

Vulnerability in Http4s prior to 0.23.35 and 1.0.0-M47. WebSocket FrameTranscoder.bodyLength rejects extended payload lengths above Integer.MAX_VALUE but permits negative 64-bit lengths, allowing a remote client to send a frame that causes an infinite decode loop and resource exhaustion.

Risk Assessment

A remote client can cause denial of service by pinning a worker at full CPU and growing an ArrayBuffer without bound. This can lead to unavailability of the Ember service.

Recommendation

Update Http4s to version 0.23.35 or 1.0.0-M47, which fix this vulnerability. Monitoring CPU and memory usage to detect exploitation attempts is also recommended.

Other vulnerabilities in Http4s

See all
Original NVD description (English source)

Http4s is a Scala interface for HTTP services. Prior to 0.23.35 and 1.0.0-M47, WebSocket FrameTranscoder.bodyLength rejects extended payload lengths above Integer.MAX_VALUE but permits negative 64-bit lengths. A remote client that completes a WebSocket handshake through an Ember server can send such a frame, causing the decoder to return an empty frame without advancing its input. The decode loop then runs indefinitely, pins a worker at full CPU, and grows an ArrayBuffer without bound, resulting in denial of service. This issue is fixed in versions 0.23.35 and 1.0.0-M47.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS