# CVE-2026-69210

## Summary

- **CVE ID:** CVE-2026-69210
- **Severity:** HIGH
- **CVSS Score:** 7.5 (CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H)
- **CWE:** CWE-835, CWE-1284
- **Published:** Sep 15, 2026
- **Last Modified:** Sep 17, 2026

## Description

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.

## Affected Products

- http4s — http4s (< 0.23.35)
- http4s — http4s (>= 1.0.0-M1, < 1.0.0-M47)

## References

- [CNA](https://github.com/http4s/http4s/security/advisories/GHSA-3j86-pj9g-jchr)
- [CNA](https://github.com/http4s/http4s/commit/c7d3ef90dc2ed1cd464968ab1b34f2f1762ddae2)
- [CNA](https://github.com/http4s/http4s/releases/tag/v0.23.35)
- [CNA](https://github.com/http4s/http4s/releases/tag/v1.0.0-M47)

## Exploitation Prediction (EPSS)

- **EPSS Score:** 0.47%
- **EPSS Percentile:** 39.3

---
_Exported from OnDuty AI Vulnerability Intelligence on 2026-09-17._