CVE-2026-29065
Published: 06 March 2026
Summary
CVE-2026-29065 is a critical-severity Path Traversal (CWE-22) vulnerability in Webtechnologies Changedetection. Its CVSS base score is 9.1 (Critical).
Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 8.5th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.
The strongest mitigations our analysis identified are NIST 800-53 SI-10 (Information Input Validation) and SI-2 (Flaw Remediation).
Threat & Defense at a Glance
Threat & Defense Details
Mitigating Controls (NIST 800-53 r5)AI
Requires validation of ZIP archive paths during backup restore to block path traversal and prevent arbitrary file overwrites.
Mandates timely identification, reporting, and patching of flaws like this Zip Slip vulnerability in the backup restore function.
Provides integrity monitoring to detect unauthorized file modifications resulting from successful Zip Slip exploitation.
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
The vulnerability is a path traversal (Zip Slip) in a public-facing web application's backup restore feature, allowing remote unauthenticated arbitrary file overwrites, directly mapping to exploitation of public-facing applications.
NVD Description
changedetection.io is a free open source web page change detection tool. Prior to version 0.54.4, a Zip Slip vulnerability in the backup restore functionality allows arbitrary file overwrite via path traversal in uploaded ZIP archives. This issue has been patched…
more
in version 0.54.4.
Deeper analysisAI
CVE-2026-29065 is a Zip Slip vulnerability (CWE-22) affecting changedetection.io, a free open source web page change detection tool, in versions prior to 0.54.4. The flaw exists in the backup restore functionality, where path traversal in uploaded ZIP archives enables arbitrary file overwrites. It has a CVSS v3.1 base score of 9.1 (AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N), indicating critical severity due to high impacts on confidentiality and integrity.
A remote unauthenticated attacker can exploit this vulnerability by uploading a malicious ZIP archive during the backup restore process. Successful exploitation allows arbitrary file overwrites on the server, potentially leading to full compromise if critical files like configuration or executables are targeted.
The issue has been addressed in version 0.54.4. Mitigation involves upgrading to this patched release, as detailed in the GitHub security advisory (GHSA-25g8-2mcf-fcx9), the specific commit (1d7d812eb0faab37042246e2fbce04f29bb1b3aa), and the release notes.
Details
- CWE(s)