Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2026-29065

CVE-2026-29065: Changedetection Path Traversal Flaw

CVE-2026-29065 is a path traversal vulnerability in Changedetection.io that enables attackers to overwrite arbitrary files via malicious ZIP archives. This article covers technical details, affected versions, and mitigation.

Published: March 13, 2026

CVE-2026-29065 Overview

CVE-2026-29065 is a Zip Slip vulnerability affecting changedetection.io, a free open source web page change detection tool. The vulnerability exists in the backup restore functionality, where improper validation of file paths within uploaded ZIP archives allows an attacker to overwrite arbitrary files on the system via path traversal. This issue has been patched in version 0.54.4.

Critical Impact

Attackers can upload malicious ZIP archives containing path traversal sequences to overwrite critical system files, potentially leading to remote code execution, configuration tampering, or complete system compromise.

Affected Products

  • webtechnologies changedetection (versions prior to 0.54.4)
  • changedetection.io installations using backup/restore functionality
  • Self-hosted changedetection.io deployments

Discovery Timeline

  • 2026-03-06 - CVE-2026-29065 published to NVD
  • 2026-03-10 - Last updated in NVD database

Technical Details for CVE-2026-29065

Vulnerability Analysis

This vulnerability is classified as CWE-22 (Path Traversal), specifically manifesting as a "Zip Slip" attack in the backup restoration feature. The application fails to properly sanitize file paths contained within uploaded ZIP archive entries before extracting them to the filesystem. When processing backup archives, the application extracts files using the archived path names directly without validating that extracted files remain within the intended destination directory.

The network-accessible attack surface with no authentication requirements means any user who can access the backup restore functionality can exploit this vulnerability. The impact primarily affects confidentiality and integrity of the system, as arbitrary file writes can be used to overwrite configuration files, inject malicious code into web-accessible locations, or compromise sensitive application data.

Root Cause

The root cause lies in insufficient input validation during ZIP archive extraction. When the backup restore function processes uploaded archives, it does not properly sanitize the archived file paths for directory traversal sequences such as ../. This allows a malicious archive to contain entries with paths like ../../../../etc/cron.d/malicious that, when extracted, escape the intended backup directory and write files to arbitrary locations on the filesystem.

Attack Vector

An attacker can exploit this vulnerability by crafting a malicious ZIP file containing entries with path traversal sequences in their filenames. When uploaded through the backup restore interface, the application extracts these files to locations outside the intended backup directory. This can be used to:

  1. Overwrite application configuration files
  2. Plant web shells in accessible directories
  3. Modify scheduled tasks or startup scripts
  4. Replace legitimate application files with malicious versions

The security patch implemented file path validation and introduced additional protections including upload size limits and zip bomb detection:

html
                <p>{{ _('Restore a backup. Must be a .zip backup file created on/after v0.53.1 (new database layout).') }}</p>
                <p>{{ _('Note: This does not override the main application settings, only watches and groups.') }}</p>
+                <p class="pure-form-message">
+                    {{ _('Max upload size: %(upload)s MB  ·  Max decompressed size: %(decomp)s MB',
+                         upload=max_upload_mb, decomp=max_decompressed_mb) }}
+                </p>

Source: GitHub Commit Change Detection

The patch also removes sensitive file handling from the backup process:

python
             zipObj.write(url_watches_json, arcname="url-watches.json")
             logger.debug("Added url-watches.json to backup")
 
-        # Add the flask app secret (if it exists)
-        secret_file = os.path.join(datastore_path, "secret.txt")
-        if os.path.isfile(secret_file):
-            zipObj.write(secret_file, arcname="secret.txt")
-
         # Add tag data directories (each tag has its own {uuid}/tag.json)
         for uuid, tag in (tags or {}).items():
             for f in Path(tag.data_dir).glob('*'):

Source: GitHub Commit Change Detection

Detection Methods for CVE-2026-29065

Indicators of Compromise

  • Unexpected files appearing outside the changedetection.io data directory after backup restore operations
  • ZIP upload requests to the backup restore endpoint containing unusual path patterns (e.g., ../ sequences)
  • Modified system files or configurations following backup restore activity
  • New or unexpected files in web-accessible directories or cron locations

Detection Strategies

  • Monitor file system activity during and after backup restore operations for writes outside the expected data directory
  • Implement web application firewall rules to inspect uploaded ZIP files for path traversal patterns
  • Review application logs for backup restore operations from untrusted sources
  • Deploy file integrity monitoring on critical system directories and application files

Monitoring Recommendations

  • Enable detailed logging for the changedetection.io backup and restore functionality
  • Set up alerts for file creation or modification events in sensitive directories during backup operations
  • Monitor network traffic for large ZIP uploads to the backup restore endpoint
  • Implement anomaly detection for file system activity patterns associated with the changedetection.io process

How to Mitigate CVE-2026-29065

Immediate Actions Required

  • Upgrade changedetection.io to version 0.54.4 or later immediately
  • Restrict access to the backup restore functionality to trusted administrators only
  • Review file system for any unexpected files that may have been written via exploitation
  • Audit backup restore operations in application logs for suspicious activity

Patch Information

The vulnerability has been addressed in changedetection.io version 0.54.4. The patch implements proper path validation to prevent directory traversal during ZIP extraction, adds upload size limits, and includes protection against zip bomb attacks. Organizations should update to this version immediately.

Patch details are available in the GitHub Security Advisory GHSA-25g8-2mcf-fcx9 and the GitHub Release 0.54.4.

Workarounds

  • Disable the backup restore functionality if not required until patching is complete
  • Implement network-level access controls to restrict who can access the backup restore endpoint
  • Deploy a web application firewall with rules to detect and block ZIP uploads containing path traversal sequences
  • Run changedetection.io in a containerized environment with limited filesystem access to reduce the impact of potential exploitation
bash
# Restrict access to backup restore endpoint via reverse proxy (nginx example)
location /backups/restore {
    # Allow only from trusted admin IP ranges
    allow 192.168.1.0/24;
    deny all;
    
    # Limit upload size as additional protection
    client_max_body_size 50M;
    
    proxy_pass http://changedetection:5000;
}

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypePath Traversal

  • Vendor/TechWebtechnologies Changedetection

  • SeverityHIGH

  • CVSS Score8.8

  • EPSS Probability0.07%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:N/SC:N/SI:N/SA:N/E:P/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-22
  • Technical References
  • GitHub Release 0.54.4
  • Vendor Resources
  • GitHub Commit Change Detection

  • GitHub Security Advisory GHSA-25g8-2mcf-fcx9
  • Related CVEs
  • CVE-2026-25527: Changedetection Path Traversal Vulnerability

  • CVE-2026-33981: Changedetection Information Disclosure Flaw

  • CVE-2026-27645: Changedetection.io XSS Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English