๐Ÿ” CVE Alert

CVE-2026-53519

CRITICAL 9.1

Nezha Monitoring: Pre-auth path traversal via /dashboard.. prefix confusion leaks jwt_secret_key

CVSS Score
9.1
EPSS Score
0.0%
EPSS Percentile
0th

Nezha Monitoring is a self-hostable, lightweight, servers and websites monitoring and O&M tool. Prior to version 2.0.13, fallbackToFrontend in the dashboard's NoRoute handler treats any URL whose raw string starts with /dashboard as an admin-frontend asset request. The check uses strings.HasPrefix, not a path-segment match, so the input /dashboard../data/config.yaml is accepted; strings.TrimPrefix leaves ../data/config.yaml; and path.Join("admin-dist", "../data/config.yaml") normalizes to data/config.yaml โ€” which os.Stat finds and http.ServeFile returns. No authentication required. This issue has been patched in version 2.0.13.

CWE CWE-22
Vendor nezhahq
Product nezha
Published Jun 12, 2026
Stay Ahead of the Next One

Get instant alerts for nezhahq nezha

Be the first to know when new critical 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:L/PR:N/UI:N/S:U/C:H/I:H/A:N
Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
Unchanged
Confidentiality
High
Integrity
High
Availability
None

Affected Versions

nezhahq / nezha
< 2.0.13

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/nezhahq/nezha/security/advisories/GHSA-5c25-7vpj-9mqh