๐Ÿ” CVE Alert

CVE-2026-73565

MEDIUM 5.3

@hono/node-server: Unauthenticated memory-leak DoS via aborted WebSocket handshake

CVSS Score
5.3
EPSS Score
0.0%
EPSS Percentile
0th

@hono/node-server allows running the Hono application on Node.js. From 2.0.0 until 2.0.10, a WebSocket upgrade request to an upgradeWebSocket route with a missing or malformed Sec-WebSocket-Key header causes src/websocket.ts to retain the request's IncomingMessage in waiterMap and leave waitForWebSocket pending because ws.handleUpgrade emits no connection event. The aborted handshake therefore has no cleanup path, allowing an unauthenticated attacker to flood a public route, cause unbounded memory growth, and eventually make the service unavailable. This issue is fixed in version 2.0.10.

CWE CWE-401 CWE-770
Vendor honojs
Product node-server
Published Aug 13, 2026
Stay Ahead of the Next One

Get instant alerts for honojs node-server

Be the first to know when new medium vulnerabilities affecting honojs node-server are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

CVSS v3 Breakdown

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L
Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
Unchanged
Confidentiality
None
Integrity
None
Availability
Low

Affected Versions

honojs / node-server
>= 2.0.0, < 2.0.10

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/honojs/node-server/security/advisories/GHSA-9mqv-5hh9-4cgg github.com: https://github.com/honojs/node-server/commit/3a21938c418340e980cb7ffa88e78369f78392d1 github.com: https://github.com/honojs/node-server/releases/tag/v2.0.10