๐Ÿ” CVE Alert

CVE-2026-53522

MEDIUM 6.5

Nezha Monitoring: Unbounded WebSocket Streams โ€” Resource Exhaustion DoS

CVSS Score
6.5
EPSS Score
0.0%
EPSS Percentile
0th

Nezha Monitoring is a self-hostable, lightweight, servers and websites monitoring and O&M tool. From version 1.0.0 to before version 2.2.0, the Nezha dashboard exposes two endpoints that create long-lived WebSocket streams to monitored agents: POST /api/v1/terminal โ†’ createTerminal() (terminal.go:27-67) and POST /api/v1/file โ†’ createFM() (fm.go:28-67). Both call rpc.NezhaHandlerSingleton.CreateStream(streamId, ...) which inserts a new ioStreamContext into an unbounded map[string]*ioStreamContext (s.ioStreams in io_stream.go:59-67). There is no per-user rate limit, no global semaphore, and no per-server connection cap. This issue has been patched in version 2.2.0.

CWE CWE-770
Vendor nezhahq
Product nezha
Published Jun 12, 2026
Stay Ahead of the Next One

Get instant alerts for nezhahq nezha

Be the first to know when new medium vulnerabilities affecting nezhahq nezha 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:L/UI:N/S:U/C:N/I:N/A:H
Attack Vector
Network
Attack Complexity
Low
Privileges Required
Low
User Interaction
None
Scope
Unchanged
Confidentiality
None
Integrity
None
Availability
High

Affected Versions

nezhahq / nezha
>= 1.0.0, < 2.2.0

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/nezhahq/nezha/security/advisories/GHSA-jg62-j5h6-8mpq