SCA: security update for changedetection.io (GHSA-jmrh-xmgh-x9j4)

critical Tenable Cloud Security Plugin ID 440027

Description

There are packages installed that are affected by a vulnerability referenced in the following CVE:

- 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. (CVE-2026-35490)

Solution

Update the changedetection.io library and its related packages to version 0.54.8 or later.

See Also

https://github.com/advisories/GHSA-jmrh-xmgh-x9j4

Plugin Details

Severity: Critical

ID: 440027

Version: Revision 1.7

Type: Local

Family: SCA Checks

Published: 4/8/2026

Updated: 7/2/2026

Supported Sensors: Tenable Cloud Security, Tenable Self-Hosted Container Security

Risk Information

VPR

Risk Factor: Medium

Score: 6.9

Percentile: 96.95

Vendor

Vendor Severity: Critical

CVSS v2

Risk Factor: Critical

Base Score: 10

Temporal Score: 7.8

Vector: CVSS2#AV:N/AC:L/Au:N/C:C/I:C/A:C

CVSS Score Source: CVE-2026-35490

CVSS v3

Risk Factor: Critical

Base Score: 9.8

Temporal Score: 8.8

Vector: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H

Temporal Vector: CVSS:3.0/E:P/RL:O/RC:C

Vulnerability Information

Exploit Available: true

Exploit Ease: Exploits are available

Patch Publication Date: 4/6/2026

Vulnerability Publication Date: 4/6/2026

Reference Information

CVE: CVE-2026-35490

cwe: CWE-863