CVE-2026-35490

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.
Configurations

Configuration 1 (hide)

cpe:2.3:a:webtechnologies:changedetection:*:*:*:*:*:*:*:*

History

14 Apr 2026, 20:27

Type Values Removed Values Added
References () https://github.com/dgtlmoon/changedetection.io/security/advisories/GHSA-jmrh-xmgh-x9j4 - () https://github.com/dgtlmoon/changedetection.io/security/advisories/GHSA-jmrh-xmgh-x9j4 - Exploit, Mitigation, Vendor Advisory
First Time Webtechnologies changedetection
Webtechnologies
CPE cpe:2.3:a:webtechnologies:changedetection:*:*:*:*:*:*:*:*

09 Apr 2026, 15:16

Type Values Removed Values Added
References () https://github.com/dgtlmoon/changedetection.io/security/advisories/GHSA-jmrh-xmgh-x9j4 - () https://github.com/dgtlmoon/changedetection.io/security/advisories/GHSA-jmrh-xmgh-x9j4 -

07 Apr 2026, 16:16

Type Values Removed Values Added
New CVE

Information

Published : 2026-04-07 16:16

Updated : 2026-04-14 20:27


NVD link : CVE-2026-35490

Mitre link : CVE-2026-35490

CVE.ORG link : CVE-2026-35490


JSON object : View

Products Affected

webtechnologies

  • changedetection
CWE
CWE-863

Incorrect Authorization