CVE Catalog

CVE-2026-71204

MediumCVSS 6.2
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.25%

17th percentile - higher than 17% of all known CVEs

Summary

In changedetection.io, the /settings save handler builds an update dict from form.data['application'] and blind-merges it into the stored application settings via .update.

Risk Assessment

An attacker could modify arbitrary application settings, potentially leading to unauthorized configuration changes, including takeover of monitored sites.

Recommendation

Implement validation and an allowlist of permitted setting keys, and consider signing or encrypting form data.

Other vulnerabilities in changedetection.io

See all
Original NVD description (English source)

changedetection.io's /settings save handler builds an update dict from form.data['application'] and blind-merges it into the stored application settings via .update.

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