Vulnerability Description
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.
CVSS Score
MEDIUM
Related Weaknesses (CWE)
References
- https://github.com/nezhahq/nezha/security/advisories/GHSA-jg62-j5h6-8mpq
- https://github.com/nezhahq/nezha/security/advisories/GHSA-jg62-j5h6-8mpq
FAQ
What is CVE-2026-53522?
CVE-2026-53522 is a vulnerability with a CVSS score of 6.5 (MEDIUM). 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-l...
How severe is CVE-2026-53522?
CVE-2026-53522 has been rated MEDIUM with a CVSS base score of 6.5/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-53522?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.