Bug 2515517 (CVE-2026-73565) - CVE-2026-73565 @hono/node-server: @hono/node-server: Denial of Service via aborted WebSocket handshake
Summary: CVE-2026-73565 @hono/node-server: @hono/node-server: Denial of Service via ab...
Keywords:
Status: NEW
Alias: CVE-2026-73565
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2026-08-13 17:53 UTC by OSIDB Bzimport
Modified: 2026-08-17 21:46 UTC (History)
19 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2026-08-13 17:53:21 UTC
@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.


Note You need to log in before you can comment on or make changes to this bug.