CVE Catalog

CVE-2026-41895

High
Published: Translated: NVD NIST

Summary

In versions 0.54.9 and earlier, changedetection.io switches to XML mode for XML/RSS content, leading to potential security issues related to processing untrusted XML data.

Risk Assessment

The failure to disable external entity resolution and DTD loading may lead to XML External Entity (XXE) attacks, jeopardizing the integrity and confidentiality of organizational data.

Recommendation

It is recommended to upgrade to the latest version of changedetection.io and implement appropriate safeguards to disable external entity resolution and DTD loading.

Other vulnerabilities in changedetection.io

See all
Original NVD description (English source)

changedetection.io is a free open source web page change detection tool. In 0.54.9 and earlier, xpath_filter() switches to XML mode for XML/RSS content and creates etree.XMLParser(strip_cdata=False) without explicitly disabling external entity resolution, external DTD loading, or network-backed entity lookup. The helper then parses untrusted XML bytes directly with etree.fromstring(...).

Vulnerability data from NVD (NIST) · CISA KEV · EPSS