<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>Socket.IO - CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/products/socket.io/</link><description>Trending threats, MITRE ATT&amp;CK coverage, and detection metadata. Fed continuously.</description><generator>Hugo</generator><language>en</language><managingEditor>hello@craftedsignal.io</managingEditor><webMaster>hello@craftedsignal.io</webMaster><lastBuildDate>Mon, 20 Jul 2026 21:53:08 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/products/socket.io/feed.xml" rel="self" type="application/rss+xml"/><item><title>Engine.IO Polling Transport Connection Exhaustion Vulnerability (CVE-2026-59725)</title><link>https://feed.craftedsignal.io/briefs/2026-07-engineio-dos/</link><pubDate>Mon, 20 Jul 2026 21:53:08 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-07-engineio-dos/</guid><description>An unauthenticated remote attacker can cause a denial of service in `engine.io` by sending invalid binary POST requests with `Content-Type: application/octet-stream` to Engine.IO protocol v4 polling transports, leading to exhaustion of server-side resources such as HTTP connections, sockets, and file descriptors due to improper connection closure.</description><content:encoded><![CDATA[<p>A critical denial-of-service vulnerability, identified as CVE-2026-59725, affects <code>engine.io</code> versions 4.1.0 through 6.6.6. <code>engine.io</code> is a core dependency of the widely used Socket.IO framework. This flaw enables an unauthenticated remote attacker to trigger resource exhaustion on a vulnerable server by sending specially crafted binary <code>POST</code> requests. Specifically, by targeting an Engine.IO protocol v4 polling transport with <code>Content-Type: application/octet-stream</code> and an invalid request body, the server reports a transport error but crucially fails to properly close the associated HTTP response. This leaves the underlying HTTP connection open, consuming a server-side socket or file descriptor. Repeated execution of this technique can exhaust the server's available HTTP connections, sockets, and other resources, ultimately preventing legitimate clients from connecting and resulting in a denial of service.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>An unauthenticated remote attacker identifies a public-facing web application that utilizes <code>engine.io</code> for its Engine.IO protocol v4 polling transports.</li>
<li>The attacker crafts an HTTP <code>POST</code> request specifically designed to interact with the Engine.IO polling endpoint (e.g., <code>/engine.io/?EIO=4&amp;transport=polling</code>).</li>
<li>The <code>Content-Type</code> header of this <code>POST</code> request is set to <code>application/octet-stream</code>, and the request body contains malformed or invalid binary data.</li>
<li>The attacker sends this malformed <code>POST</code> request to the vulnerable <code>engine.io</code> server instance.</li>
<li>Upon receiving the request, the <code>engine.io</code> server processes the malformed binary data, resulting in a transport error.</li>
<li>Despite the error, the vulnerable server fails to properly close the HTTP response and the underlying HTTP connection associated with the request.</li>
<li>This unclosed connection consumes one of the server's limited resources, such as an HTTP connection, socket, or file descriptor.</li>
<li>The attacker repeats steps 2-7 multiple times, progressively exhausting the server's resources and ultimately leading to a Denial of Service condition that prevents legitimate users from connecting.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>Successful exploitation of CVE-2026-59725 results in a Denial of Service (DoS) for the affected <code>engine.io</code> or Socket.IO application. Attackers can exhaust critical server resources, including HTTP connections, network sockets, and file descriptors. This resource depletion prevents legitimate users and clients from establishing new connections or interacting with the application, rendering the service unavailable. The impact can extend to any web application or service that relies on vulnerable <code>engine.io</code> versions, potentially affecting a broad range of sectors using Node.js-based web communication frameworks.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Upgrade all instances of <code>engine.io</code> to version <code>6.6.7</code> or later immediately to patch CVE-2026-59725.</li>
<li>Deploy the <code>Detects CVE-2026-59725 Exploitation - Engine.IO DoS Attempt</code> Sigma rule to your SIEM to detect attempts to exploit this vulnerability.</li>
<li>Configure reverse proxies, load balancers, or Web Application Firewalls (WAFs) to block or reject <code>POST</code> requests with <code>Content-Type: application/octet-stream</code> targeting Engine.IO protocol v4 endpoints, as described in the <code>workarounds</code> section.</li>
<li>Implement per-IP rate limits and connection limits for Engine.IO endpoints at the network edge to mitigate the impact of repeated requests.</li>
<li>Enforce strict request and connection timeouts at your HTTP server, reverse proxy, or load balancer to ensure idle or problematic connections are terminated promptly.</li>
</ul>
]]></content:encoded><category domain="severity">low</category><category domain="type">advisory</category><category>denial-of-service</category><category>vulnerability</category><category>web-application</category></item></channel></rss>