9.1
CRITICAL CVSS 3.1
CVE-2026-53519
Nezha Monitoring: Pre-auth path traversal via /dashboard.. prefix confusion leaks jwt_secret_key
Description

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.

INFO

Published Date :

June 12, 2026, 10:16 p.m.

Last Modified :

June 17, 2026, 10:57 a.m.

Remotely Exploit :

Yes !
Affected Products

The following products are affected by CVE-2026-53519 vulnerability. Even if cvefeed.io is aware of the exact versions of the products that are affected, the information is not represented in the table below.

No affected product recoded yet

CVSS Scores
The Common Vulnerability Scoring System is a standardized framework for assessing the severity of vulnerabilities in software and systems. We collect and displays CVSS scores from various sources for each CVE.
Score Version Severity Vector Exploitability Score Impact Score Source
CVSS 134c704f-9b21-4f2e-91b3-4a467353bcc0
CVSS 3.1 CRITICAL [email protected]
CVSS 3.1 CRITICAL MITRE-CVE
Solution
Update Nezha Monitoring to version 2.0.13 or later to fix path traversal.
  • Update Nezha Monitoring to version 2.0.13 or later.
  • Verify the application is running the latest version.
Public PoC/Exploit Available at Github

CVE-2026-53519 has a 9 public PoC/Exploit available at Github. Go to the Public Exploits tab to see the list.

References to Advisories, Solutions, and Tools

Here, you will find a curated list of external links that provide in-depth information, practical solutions, and valuable tools related to CVE-2026-53519.

URL Resource
https://github.com/nezhahq/nezha/security/advisories/GHSA-5c25-7vpj-9mqh
CWE - Common Weakness Enumeration

While CVE identifies specific instances of vulnerabilities, CWE categorizes the common flaws or weaknesses that can lead to vulnerabilities. CVE-2026-53519 is associated with the following CWEs:

We scan GitHub repositories to detect new proof-of-concept exploits. Following list is a collection of public exploits and proof-of-concepts, which have been published on GitHub (sorted by the most recently updated).

Nezha 哪吒安全公告暴露后的应急清理与加固脚本,用于排查并清理伪装成系统监控或 Nezha Agent 的后门、常见挖矿进程,并关闭 Nezha Agent 的远程命令能力。

Shell

Updated: 2 weeks, 1 day ago
1 stars 0 fork 0 watcher
Born at : June 19, 2026, 6:28 p.m. This repo has been linked 3 different CVEs too.

检查和修复哪吒探针的漏洞

Shell

Updated: 2 weeks, 3 days ago
0 stars 0 fork 0 watcher
Born at : June 19, 2026, 4:04 a.m. This repo has been linked 1 different CVEs too.

PoC exploit for CVE-2026-53519.

Python

Updated: 2 weeks, 5 days ago
0 stars 1 fork 1 watcher
Born at : June 15, 2026, 7:06 p.m. This repo has been linked 1 different CVEs too.

Nezha Monitoring custom build with enhanced GPU/SSD/CPU monitoring

Shell Go PowerShell Python Dockerfile

Updated: 2 weeks, 5 days ago
1 stars 0 fork 0 watcher
Born at : May 23, 2026, 3:11 p.m. This repo has been linked 1 different CVEs too.

None

Updated: 2 weeks, 2 days ago
0 stars 1 fork 1 watcher
Born at : July 23, 2025, 1:34 p.m. This repo has been linked 1 different CVEs too.

Config files for my GitHub profile.

config github-config

Updated: 1 week, 3 days ago
0 stars 0 fork 0 watcher
Born at : Nov. 4, 2022, 8:15 p.m. This repo has been linked 1 different CVEs too.

Rss每日更新推送到邮箱

Python Shell

Updated: 2 weeks, 5 days ago
10 stars 7 fork 7 watcher
Born at : Sept. 14, 2022, 6:47 a.m. This repo has been linked 1 different CVEs too.

None

JavaScript

Updated: 2 weeks, 5 days ago
2 stars 0 fork 0 watcher
Born at : Aug. 27, 2022, 10:16 a.m. This repo has been linked 1 different CVEs too.

Github Actions采集RSS, 打造无广告内容优质的头版头条超赞宝藏页

rss

Python Shell HTML JavaScript TypeScript CSS Batchfile

Updated: 2 weeks, 5 days ago
1407 stars 242 fork 242 watcher
Born at : Feb. 20, 2021, 6 a.m. This repo has been linked 1 different CVEs too.

Results are limited to the first 15 repositories due to potential performance issues.

The following list is the news that have been mention CVE-2026-53519 vulnerability anywhere in the article.

The following table lists the changes that have been made to the CVE-2026-53519 vulnerability over time.

Vulnerability history details can be useful for understanding the evolution of a vulnerability, and for identifying the most recent changes that may impact the vulnerability's severity, exploitability, or other characteristics.

  • CVE Modified by [email protected]

    Jun. 17, 2026

    Action Type Old Value New Value
    Added Affected [{'vendor': 'nezhahq', 'product': 'nezha', 'versions': [{'status': 'affected', 'version': '< 2.0.13'}]}]
  • CVE Modified by 134c704f-9b21-4f2e-91b3-4a467353bcc0

    Jun. 17, 2026

    Action Type Old Value New Value
    Added SSVC {'id': 'CVE-2026-53519', 'role': 'CISA Coordinator', 'options': [{'exploitation': 'none'}, {'automatable': 'yes'}, {'technicalImpact': 'total'}], 'version': '2.0.3', 'timestamp': '2026-06-15T18:26:37.174737Z'}
  • New CVE Received by [email protected]

    Jun. 12, 2026

    Action Type Old Value New Value
    Added Description 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.
    Added CVSS V3.1 AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N
    Added CWE CWE-22
    Added Reference https://github.com/nezhahq/nezha/security/advisories/GHSA-5c25-7vpj-9mqh
EPSS is a daily estimate of the probability of exploitation activity being observed over the next 30 days. Following chart shows the EPSS score history of the vulnerability.