CVE-2026-69209
Http4s is a Scala interface for HTTP services. Prior to 0.23.35 and 1.0.0-M47, The shared WebSocket decoder permits unbounded message buffer
CVSS
7.5
Alto
EPSS
—
KEV
—
Exploit Today
—
0-100
Publicado: 15 sept 2026 · Última mod.: 15 sept 2026 · CWE-400 · CWE-770
Sin historial EPSS suficiente todavía.
Http4s is a Scala interface for HTTP services. Prior to 0.23.35 and 1.0.0-M47, The shared WebSocket decoder permits unbounded message buffering because defragmentation accumulates fragments without a limit and FrameTranscoder accepts declared lengths up to Int.MaxValue. A remote client that completes a WebSocket handshake against an http4s-blaze-server or http4s-ember-server endpoint can exhaust server memory with oversized frames or fragmented messages. The patched decoder applies a configurable 64 MiB default limit to individual frames and defragmented messages through EmberServerBuilder.withMaxWebSocketMessageSize. This issue is fixed in versions 0.23.35 and 1.0.0-M47.
- github.comhttps://github.com/http4s/http4s/commit/d578c3c9da6193627d40fa785e612cda7fcd77b3
- github.comhttps://github.com/http4s/http4s/releases/tag/v0.23.35
- github.comhttps://github.com/http4s/http4s/releases/tag/v1.0.0-M47
- github.comhttps://github.com/http4s/http4s/security/advisories/GHSA-jrxx-w2m8-5hf5