CVE-2026-59725 Details
Description
Socket.IO enables bidirectional and low-latency communication for every platform. From 4.1.0 before 6.6.7, Engine.IO protocol v4 polling transport does not properly close the HTTP response for invalid binary POST requests with Content-Type: application/octet-stream, allowing an unauthenticated attacker to exhaust server-side connections and sockets. This issue is fixed in version 6.6.7.
A denial-of-service vulnerability has been identified in Socket.IO's Engine.IO component, specifically in versions 4.1.0 prior to 6.6.7. The issue arises in the Engine.IO protocol v4 polling transport, where the server fails to properly close HTTP responses for invalid binary POST requests with a Content-Type of application/octet-stream. This oversight allows an unauthenticated attacker to open multiple polling sessions, each consuming a server-side socket or resource. The result is exhaustion of available HTTP connections, sockets, file descriptors, or related server resources, potentially disrupting service for legitimate clients.
Users should upgrade to Engine.IO version 6.6.7 or later, or to a Socket.IO release that depends on a fixed Engine.IO version. If an immediate upgrade is not possible, consider blocking or rejecting polling POST requests with application/octet-stream content type at a reverse proxy, load balancer, WAF, or application middleware. Alternatively, disable HTTP long-polling if WebSocket-only transport is an option, enforce strict request and connection timeouts, apply per-IP rate limits and connection limits for Engine.IO endpoints, or restrict access to the Socket.IO/Engine.IO endpoint where feasible.
Metrics
CVSS 4.0 Severity and Vector Strings:
No CVSS 4.0 data is available for this CVE.
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
CISA-ADP
Assessed Jul 8, 2026References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-404 | Improper Resource Shutdown or Release | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| socket engine.io | >= 4.1.0, < 6.6.7 |
CPE
Remediation
| |
Change History
3 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Jul 13, 2026 | Initial Analysis | [email protected] |
| Jul 8, 2026 | CVE Modified | CISA-ADP |
| Jul 8, 2026 | New CVE Received | [email protected] |