CVE-2026-46717 PUBLISHED

Nezha Monitoring: RoleMember-reachable SSRF with full response-body reflection via POST /api/v1/notification

Assigner: GitHub_M
Reserved: 15.05.2026 Published: 12.06.2026 Updated: 13.06.2026

Nezha Monitoring is a self-hostable, lightweight, servers and websites monitoring and O&M tool. From version 1.4.0 to before version 2.0.8, nezha's dashboard supports two user roles: RoleAdmin (Role==0) and RoleMember (Role==1). The notification routes POST /api/v1/notification and PATCH /api/v1/notification/:id are wired through commonHandler rather than adminHandler — so a RoleMember user can call them. These handlers synchronously Send() an HTTP request to a user-controlled URL and reflect the entire response body (no size limit) back to the caller on any non-2xx response. This issue has been patched in version 2.0.8.

Metrics

CVSS Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:N/A:N
CVSS Score: 7.7

Product Status

Vendor nezhahq
Product nezha
Versions
  • Version >= 1.4.0, < 2.0.8 is affected

References

Problem Types

  • CWE-863: Incorrect Authorization CWE
  • CWE-918: Server-Side Request Forgery (SSRF) CWE