CVE-2026-73561
Last modified
CVE-2026-73561 is a high-severity vulnerability rated 7.5/10 on the CVSS scale. Hub is a Node.js WebSocket server and client with added features. Prior to 0.2.16, every incoming unauthenticated WebSocket connection triggers loadDefaultConnectionEventListeners to call requestClientId, which calls rpc.send for the get-client-id action and pushes a request into RPC.requests. EPSS estimates a 0.43% chance of exploitation in the next 30 days.
Description
Hub is a Node.js WebSocket server and client with added features. Prior to 0.2.16, every incoming unauthenticated WebSocket connection triggers loadDefaultConnectionEventListeners to call requestClientId, which calls rpc.send for the get-client-id action and pushes a request into RPC.requests. The RPC.waitForReply function starts a setInterval polling loop every 10 milliseconds that is cleared only after a matching reply; if the client remains silent and closes, the timer and pending request stay allocated because the socket close path does not cancel them. Repeated connections therefore cause unbounded timers and heap entries, exhausting CPU and memory and making the server unavailable. This issue is fixed in version 0.2.16.
Metrics
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| anephenix | hub | < 0.2.16 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-73561?
How severe is CVE-2026-73561?
How do I fix CVE-2026-73561?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-73556vLLM is an inference and serving engine for large language m…5.3
- CVE-2026-73557vLLM is an inference and serving engine for large language m…6.3
- CVE-2026-73558vLLM is an inference and serving engine for large language m…5.3
- CVE-2026-73559vLLM is an inference and serving engine for large language m…6.5
- CVE-2026-7356Use after free in Navigation in Google Chrome prior to 147.0…8.8
- CVE-2026-73560vLLM is an inference and serving engine for large language m…6.5
- CVE-2026-73562Mongoose is a MongoDB object modeling tool designed to work …6.5
- CVE-2026-73563Backstage is an open framework for building developer portal…4.7
- CVE-2026-73564frp is a fast reverse proxy. From 0.53.0 until 0.70.1, frp's…8.7
- CVE-2026-73565@hono/node-server allows running the Hono application on Nod…5.3
- CVE-2026-73566node-tar is a tar archive manipulation library for Node.js. …7.5
- CVE-2026-73567sm-crypto provides JavaScript implementations of the Chinese…9.1
Are you affected by CVE-2026-73561?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
