ZeroHour

CVE-2026-81624

large

Unbounded WebSocket resource exhaustion DoS in Undertow (JBoss EAP, WildFly)

CVSS 3.1
7.5 high
EPSS
<1%p26
Published
()
Modified
AI analysis

CVE-2026-81624 is a resource-exhaustion flaw (CWE-770) in Undertow's WebSocket handling, where configuration limits such as message buffer sizes and session timeouts cannot be adjusted and default to being unlimited. A remote, unauthenticated attacker can open WebSocket connections, send large volumes of data, or hold connections open indefinitely, driving the server to exhaust memory or other resources. The impact is denial of service (crash or unavailability), with no confidentiality or integrity impact, reflected in the CVSS 3.1 score of 7.5 with high availability impact only. Any deployment using Undertow's WebSocket support is affected, most notably Red Hat JBoss EAP and WildFly, although only servers that expose WebSocket endpoints to untrusted network clients are practically reachable. There are no known public proofs of concept, the issue is not in CISA KEV, and 30-day exploitation probability is low (EPSS 0.3%).

What to do: Monitor Red Hat and WildFly security advisories for a patched Undertow release and apply the corresponding JBoss EAP/WildFly update as soon as it is published; check whether your deployments expose WebSocket endpoints to untrusted clients. As interim mitigation, front Undertow with a reverse proxy or load balancer that enforces WebSocket message-size and idle-timeout limits, disable unneeded WebSocket endpoints, and watch server heap/memory for abnormal growth.

Affected
Red Hat Undertow (web server)
Red Hat JBoss EAP
Red Hat (WildFly project) WildFly
Estimated exposure
largetens of thousands of server deployments worldwide (WildFly/JBoss EAP install base), of which only hosts exposing WebSocket endpoints are remotely reachable — Undertow is the default web subsystem embedded in WildFly and JBoss EAP, which are among the most widely deployed Java application servers, suggesting an install base on the order of tens of thousands of servers, though no public install…

Order-of-magnitude estimate by the model from install counts, market share and public scan data it knows; verify before quoting.

Description

Undertow is a flexible performant web server used in JBoss EAP and WildFly. A flaw was found in how Undertow handles WebSocket connections. Specifically, certain configuration limits like message buffer sizes and session timeouts cannot be adjusted and default to being unlimited. This allows a remote attacker to send large amounts of data or maintain connections indefinitely, potentially crashing the server by exhausting its memory or other resources.

Weakness
CWE-770
Vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H

In the news

No ingested article mentions this CVE yet.