๐Ÿ” CVE Alert

CVE-2026-101088

MEDIUM 5.3

Nezha before 2.3.1 Denial of Service via Concurrent Server Delete

CVSS Score
5.3
EPSS Score
0.0%
EPSS Percentile
0th

Nezha is a server and website monitoring tool. In versions >= 2.2.11 and < 2.3.1, the service sentinel worker (service/singleton/servicesentinel.go) contains an incomplete fix for a previously reported nil dereference denial of service (GHSA-qjpp-gffx-2wm9). The 2026-07-21 fix re-validated the service lifecycle under serviceResponseDataStoreLock but reused an already-captured, now stale reporter pointer and never re-validated the server, and that lock does not guard ServerShared. An authenticated user with the member role who owns an agent can issue a concurrent server delete (POST /api/v1/batch-delete/server) for their own server to win the race window, causing the worker to dereference a missing entry in the server list snapshot. Because the sentinel workers and the gRPC server have no recover()/recovery interceptor, the resulting panic is unrecovered and crashes the entire instance. This is fixed in version 2.3.1.

CWE CWE-367
Vendor nezhahq
Product nezha
Published Sep 27, 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:H/PR:L/UI:N/S:U/C:N/I:N/A:H
Attack Vector
Network
Attack Complexity
High
Privileges Required
Low
User Interaction
None
Scope
Unchanged
Confidentiality
None
Integrity
None
Availability
High

Affected Versions

nezhahq / nezha
2.2.11 < 2.3.1

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/nezhahq/nezha/security/advisories/GHSA-jx78-55p5-rwv5 vulncheck.com: https://www.vulncheck.com/advisories/nezha-before-2.3.1-denial-of-service-via-concurrent-server-delete

Credits

๐Ÿ” arpitjain099