216.73.216.233

CVE-2026-35490

· Published 07/04/2026 16:16 · Modified 08/04/2026 21:27

Labels: CVE-2026-35490 2026-04-07CVE-2026-35490CWE-863[email protected]

Essential information

Published
07/04/2026 16:16
Modified
08/04/2026 21:27
Author
Creator
CVSS
9.8 CRITICAL (v3.1)
CISA KEV
No
CWE
CVSS vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H

CVSS metrics

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.

NVD status

Status
Awaiting Analysis — CVE has been recently published to the CVE List and has been received by the NVD.
Source
[email protected]
NVD
View on NVD

Affected products (CPE)

ProductCPE
changedetection / changedetection io cpe:2.3:a:changedetection:changedetection_io:<0.54.8:*:*:*:*:*:*:*

References