Sploitus

CVE-2026-53519

4 known exploits for CVE-2026-53519

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.

Affected products
Nezha Monitoring
Fix
Available
CVSS 3.1
9.1 CRITICAL
EPSS
1.9% (79th percentile)
Weakness
CWE-22
NVD status
Deferred
Published
2026-06-12
CVE-2026-53519 at NVD
Authoritative description, scoring and affected products

4 known exploits for CVE-2026-53519

Proof-of-concept code and exploit modules indexed by Sploitus