highCVSS 7.5Vulnerability

CVE-2026-59724

### Impact Engine.IO servers with **WebTransport enabled** are vulnerable to a remotely triggerable denial of service. A malicious unauthenticated client can send a crafted WebTransport upgrade request containing a specially chosen session ID, such as `__proto__`. Because the session ID lookup did not properly verify that the key was an own property of the clients object, the lookup could resolve to an inherited prototype property instead of a valid Engine.IO client. This can cause a `TypeError` during WebTransport upgrade handling. Since the failure occurs in an asynchronous context, it may result in an unhandled Promise rejection and terminate the Node.js process on affected Node.js versions/configurations. Successful exploitation can allow an unauthenticated remote attacker to crash the server process and cause denial of service. Under a process supervisor, repeated exploitation may cause crash loops. Affected configurations are limited to deployments where WebTransport support is enabled. WebTransport is not enabled by default. Affected versions: - `engine.io >= 6.5.0 < 6.6.7` ## Patches The issue was fixed in: - **engine.io 6.6.7** Users should upgrade to `[email protected]` or later. If using Socket.IO packages that depend on Engine.IO, users should update to a Socket.IO release that includes the patched Engine.IO version. ### Workarounds If upgrading immediately is not possible, affected users can mitigate the issue by disabling WebTransport support. WebTransport is opt-in, so servers should ensure that `webtransport` is not included in the enabled transports list. For example, use only the default HTTP long-polling and WebSocket transports: ```js const engine = new Server({ transports: ["polling", "websocket"], }); ``` Additional operational mitigations may include: - Restricting access to WebTransport endpoints at the reverse proxy or HTTP/3 layer. - Disabling HTTP/3/WebTransport support until the patched version can be deployed. - Runnin

Properties

ghsa_id
GHSA-gr94-w7qr-f4j3
severity
high
summary
Socket.IO: Engine.IO WebTransport SID DoS
cvss_score
7.5
cve_id
CVE-2026-59724
cvss_vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
is_ghsa_only
false
ghsa_published
2026-08-31T21:28:12Z
source_url
https://github.com/advisories/GHSA-gr94-w7qr-f4j3
ghsa_updated
2026-08-31T21:28:13Z

Related Entities (4)

VULNERABLE_TO (1)

[Software]npm/engine.io

AFFECTS (1)

[Software]npm/engine.io

HAS_WEAKNESS (1)

[Weakness]Improper Input Validation

REPORTED_BY (1)

[Source]GitHub Advisory Database

Explore deeper with Ninja Signal's threat intelligence graph

CVE-2026-59724 (CVSS 7.5) — Ninja Signal Threat Intelligence | Ninja Signal