SCA: security update for changedetection.io (GHSA-8757-69j2-hx56)

high Tenable Self-Hosted Container Security Plugin ID 441206

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.55.1, the
vulnerability is caused by trusting attacker-controlled snapshot paths restored from backup files. The
vulnerable flow starts in the backup restore logic. When a backup ZIP is restored, the application
extracts the archive and copies each restored watch UUID directory directly into the live datastore using
shutil.copytree(entry.path, dst_dir). This preserves attacker-controlled files inside the restored watch
directory, including history.txt. After restore, the application parses history.txt in the watch history
property and returns the contents of the targeted local file. This vulnerability is fixed in 0.55.1.
(CVE-2026-43891)

Solution

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

See Also

https://github.com/advisories/GHSA-8757-69j2-hx56

Plugin Details

Severity: High

ID: 441206

Version: Revision 1.8

Type: Local

Family: SCA Checks

Published: 5/6/2026

Updated: 7/2/2026

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

Risk Information

VPR

Risk Factor: Medium

Score: 5

Percentile: 94.41

Vendor

Vendor Severity: High

CVSS v2

Risk Factor: High

Base Score: 7.8

Temporal Score: 6.1

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

CVSS Score Source: CVE-2026-43891

CVSS v3

Risk Factor: High

Base Score: 7.5

Temporal Score: 6.7

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

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

Vulnerability Information

Exploit Available: true

Exploit Ease: Exploits are available

Patch Publication Date: 5/5/2026

Vulnerability Publication Date: 5/5/2026

Reference Information

CVE: CVE-2026-43891

cwe: CWE-73