PT-2026-71713 · Npm · @Hono/Node-Server
CVE-2026-73565
·
Published
2026-07-21
·
Updated
2026-08-13
CVSS v3.1
5.3
Medium
| Vector | AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L |
Name of the Vulnerable Software and Affected Versions
@hono/node-server versions 2.0.0 through 2.0.9
Description
A flaw exists when handling WebSocket upgrade requests to an
upgradeWebSocket route. If the Sec-WebSocket-Key header is missing or malformed, the src/websocket.ts file retains the request's IncomingMessage in the waiterMap and leaves waitForWebSocket pending because ws.handleUpgrade does not emit a connection event. This lack of a cleanup path for aborted handshakes allows an unauthenticated attacker to flood a public route, leading to unbounded memory growth and potential service unavailability.Recommendations
Update to version 2.0.10.
Exploit
Fix
Memory Leak
Allocation of Resources Without Limits
Found an issue in the description? Have something to add? Feel free to write us 👾
Related Identifiers
Affected Products
@Hono/Node-Server