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