Description
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.
INFO
Published Date :
2026-04-07T14:55:24.120Z
Last Modified :
2026-04-09T14:37:01.267Z
Source :
GitHub_M
AFFECTED PRODUCTS
The following products are affected by CVE-2026-35490 vulnerability.
| Vendors | Products |
|---|---|
| Dgtlmoon |
|
| Webtechnologies |
|
REFERENCES
Here, you will find a curated list of external links that provide in-depth information to CVE-2026-35490.