CVE-2026-69210

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.
Configurations

No configuration.

History

No history.

Information

Published : 2026-09-15 20:17

Updated : 2026-09-15 20:17


NVD link : CVE-2026-69210

Mitre link : CVE-2026-69210

CVE.ORG link : CVE-2026-69210


JSON object : View

Products Affected

No product.

CWE
CWE-835

Loop with Unreachable Exit Condition ('Infinite Loop')

CWE-1284

Improper Validation of Specified Quantity in Input