CVE-2026-29039 Details
Description
changedetection.io is a free open source web page change detection tool. Prior to version 0.54.4, the changedetection.io application allows users to specify XPath expressions as content filters via the include_filters field. These XPath expressions are processed using the elementpath library which implements XPath 3.0/3.1 specification. XPath 3.0 includes the unparsed-text() function which can read arbitrary files from the filesystem. The application does not validate or sanitize XPath expressions to block dangerous functions, allowing an attacker to read any file accessible to the application process. This issue has been patched in version 0.54.4.
A vulnerability in changedetection.io prior to version 0.54.4 allows users to execute arbitrary file reads by exploiting the XPath unparsed-text() function. The application fails to validate or sanitize XPath expressions, enabling access to any file readable by the application process. This issue arises because the elementpath library, which processes the XPath expressions, implements XPath 3.0/3.1 specifications that include functions capable of reading files from the filesystem. The vulnerability can be reproduced by creating a watch with a crafted XPath expression that uses the unparsed-text() function to request a file, such as /etc/passwd. The file contents are then returned through the application's normal data processing pipeline, where they can be viewed in the user interface.
Users can update to changedetection.io version 0.54.4 or later, where this vulnerability has been patched.
Metrics
CVSS 4.0 Severity and Vector Strings:
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
CISA-ADP
Assessed Mar 9, 2026References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-94 | Improper Control of Generation of Code ('Code Injection') | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| webtechnologies changedetection | < 0.54.4 |
CPE
Remediation
| |
Change History
4 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Jun 17, 2026 | CVE Modified | [email protected] |
| Jun 17, 2026 | CVE Modified | CISA-ADP |
| Mar 10, 2026 | Initial Analysis | [email protected] |
| Mar 6, 2026 | New CVE Received | [email protected] |