CVE-2026-35490
Published:April 07, 2026
Updated:April 20, 2026
changedetection.io is a free open source web page change detection tool. Prior to 0.54.8, the @login_optionally_required decorator is placed before (outer to) @blueprint.route() instead of after it. In Flask, @route() must be the outermost decorator because it registers the function it receives. When the order is reversed, @route() registers the original undecorated function, and the auth wrapper is never in the call chain. This silently disables authentication on these routes. This vulnerability is fixed in 0.54.8.
Affected Packages
https://github.com/dgtlmoon/changedetection.io.git (GITHUB):
Affected version(s) >=0.1 <0.54.8Fix Suggestion:
Update to version 0.54.8changedetection.io (PYTHON):
Affected version(s) >=0.38.2 <0.54.8Fix Suggestion:
Update to version 0.54.8changedetection.io (PYTHON):
Affected version(s) >=0.38.2 <0.54.8Fix Suggestion:
Update to version 0.54.8Related Resources (5)
Do you need more information?
Contact UsCVSS v4
Base Score:
9.3
Attack Vector
NETWORK
Attack Complexity
LOW
Attack Requirements
NONE
Privileges Required
NONE
User Interaction
NONE
Vulnerable System Confidentiality
HIGH
Vulnerable System Integrity
HIGH
Vulnerable System Availability
HIGH
Subsequent System Confidentiality
NONE
Subsequent System Integrity
NONE
Subsequent System Availability
NONE
CVSS v3
Base Score:
9.8
Attack Vector
NETWORK
Attack Complexity
LOW
Privileges Required
NONE
User Interaction
NONE
Scope
UNCHANGED
Confidentiality
HIGH
Integrity
HIGH
Availability
HIGH
Weakness Type (CWE)
Incorrect Authorization
EPSS
Base Score:
0.02