CVE-2026-46717

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.
Configurations

No configuration.

History

13 Jun 2026, 04:17

Type Values Removed Values Added
References () https://github.com/nezhahq/nezha/security/advisories/GHSA-w4g9-mxgg-j532 - () https://github.com/nezhahq/nezha/security/advisories/GHSA-w4g9-mxgg-j532 -

12 Jun 2026, 22:16

Type Values Removed Values Added
New CVE

Information

Published : 2026-06-12 22:16

Updated : 2026-06-13 04:17


NVD link : CVE-2026-46717

Mitre link : CVE-2026-46717

CVE.ORG link : CVE-2026-46717


JSON object : View

Products Affected

No product.

CWE
CWE-863

Incorrect Authorization

CWE-918

Server-Side Request Forgery (SSRF)