๐Ÿ” CVE Alert

CVE-2026-71204

MEDIUM 6.3

changedetection.io: Omitted Checkbox in /settings Save Silently Disables API Key Enforcement

CVSS Score
6.3
EPSS Score
0.0%
EPSS Percentile
0th

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(). Because WTForms represents an unchecked checkbox as False rather than 'unchanged', and only the 'password' field is special-cased against this problem, a POST to /settings that omits the api_access_token_enabled field (e.g. a minimal scripted request) silently disables API key enforcement for the entire REST API, exposing the full watch list, history, and configuration to unauthenticated requests.

CWE CWE-284
Vendor dgtlmoon
Product changedetection.io
Published Aug 5, 2026
Stay Ahead of the Next One

Get instant alerts for dgtlmoon changedetection.io

Be the first to know when new medium vulnerabilities affecting dgtlmoon changedetection.io are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

CVSS v3 Breakdown

CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:U/C:H/I:H/A:L
Attack Vector
Attack Complexity
Privileges Required
User Interaction
Scope
Confidentiality
Integrity
Availability

Affected Versions

dgtlmoon / changedetection.io
0.55.7

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/dgtlmoon/changedetection.io

Credits

Eldor Nabijonov