Improper Resource Shutdown or Release in socket.io - #VU135351
Published: June 25, 2026
socket.io
Detailed vulnerability description
The vulnerability allows a remote attacker to cause a denial of service.
The vulnerability exists due to improper resource shutdown or release in the Engine.IO polling transport when handling invalid binary POST requests for Engine.IO protocol v4. A remote attacker can open polling sessions and send a specially crafted request to cause a denial of service.
The issue occurs when the server reports a transport error but does not properly close the HTTP response, which can leave the underlying connection open and consume server-side sockets or file descriptors.