Home

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.

PUBLISHED Reserved 2026-04-02 | Published 2026-04-07 | Updated 2026-04-09 | Assigner GitHub_M




CRITICAL: 9.8CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H

Problem types

CWE-863: Incorrect Authorization

Product status

< 0.54.8
affected

References

github.com/...ion.io/security/advisories/GHSA-jmrh-xmgh-x9j4 exploit

github.com/...ion.io/security/advisories/GHSA-jmrh-xmgh-x9j4

cve.org (CVE-2026-35490)

nvd.nist.gov (CVE-2026-35490)

Download JSON