Advisory Database
  • Advisories
  • Dependency Scanning
  1. golang
  2. ›
  3. github.com/nezhahq/nezha
  4. ›
  5. CVE-2026-46717

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

May 23, 2026

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.

Net effect: a low-privilege RoleMember can read intranet HTTP response bodies via the dashboard’s hub.

References

  • github.com/advisories/GHSA-w4g9-mxgg-j532
  • github.com/nezhahq/nezha/commit/d06d539d34c143d842b91e2a64326e8c8f9bc405
  • github.com/nezhahq/nezha/security/advisories/GHSA-w4g9-mxgg-j532
  • nvd.nist.gov/vuln/detail/CVE-2026-46717

Code Behaviors & Features

Detect and mitigate CVE-2026-46717 with GitLab Dependency Scanning

Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →

Affected versions

All versions starting from 1.4.0 before 1.14.15-0.20260517022419-d06d539d34c1

Fixed versions

  • 1.14.15-0.20260517022419-d06d539d34c1

Solution

Upgrade to version 1.14.15-0.20260517022419-d06d539d34c1 or above.

Impact 8.5 HIGH

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

Learn more about CVSS

Weakness

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

Source file

go/github.com/nezhahq/nezha/CVE-2026-46717.yml

Spotted a mistake? Edit the file on GitLab.

  • Site Repo
  • About GitLab
  • Terms
  • Privacy Statement
  • Contact

Page generated Sat, 23 May 2026 12:17:50 +0000.