CVE-2026-53522
Last modified
CVE-2026-53522 is a medium-severity vulnerability rated 6.5/10 on the CVSS scale. 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). EPSS estimates a 0.29% chance of exploitation in the next 30 days.
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.
Metrics
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Weakness Enumeration
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-53522?
How severe is CVE-2026-53522?
How do I fix CVE-2026-53522?
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-53517Better Auth is an authentication and authorization library f…8.1
- CVE-2026-53518Better Auth is an authentication and authorization library f…8.1
- CVE-2026-53519Nezha Monitoring is a self-hostable, lightweight, servers an…9.1
- CVE-2026-5352A security vulnerability has been detected in Trendnet TEW-6…8.8
- CVE-2026-53520Nezha Monitoring is a self-hostable, lightweight, servers an…6.5
- CVE-2026-53521Nezha Monitoring is a self-hostable, lightweight, servers an…6.4
- CVE-2026-53523Nezha Monitoring is a self-hostable, lightweight, servers an…6.8
- CVE-2026-5353A vulnerability was detected in Trendnet TEW-657BRM 1.00.1. …8.8
- CVE-2026-53535Activepieces is an open source AI workflow automation platfo…5.9
- CVE-2026-53536Activepieces is an open source AI workflow automation platfo…5.3
- CVE-2026-53537Python-Multipart is a streaming multipart parser for Python.…5.3
- CVE-2026-53538Python-Multipart is a streaming multipart parser for Python.…3.7
Are you affected by CVE-2026-53522?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
