SCA: security update for sanitize-html (GHSA-vccv-cmxp-4j9h)

medium Tenable Self-Hosted Container Security Plugin ID 445538

Description

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

- ApostropheCMS is an open-source Node.js content management system, and sanitize-html provides a simple
HTML sanitizer with a clear API. Versions of sanitize-html prior to 2.17.5 use
`allowedSchemesAppliedToAttributes` (default: `['href', 'src', 'cite']`) to gate the `naughtyHref()`
function that blocks dangerous URI schemes like `javascript:` and `vbscript:`. The HTML specification
defines 10+ attributes that accept URIs (`action`, `formaction`, `data`, `poster`, `background`, `ping`,
`xlink:href`, `dynsrc`, `lowsrc`), but none of these are included in the default gate list. When a
developer allows any of these attributes in their configuration, `javascript:` URIs pass through
completely unmodified, enabling XSS. Version 2.17.5 patches the issue. (CVE-2026-53606)

Solution

Update the sanitize-html library and its related packages to version 2.17.5 or later.

See Also

https://github.com/advisories/GHSA-vccv-cmxp-4j9h

Plugin Details

Severity: Medium

ID: 445538

Version: Revision 1.1

Type: Local

Family: SCA Checks

Published: 8/1/2026

Updated: 8/1/2026

Risk Information

VPR

Risk Factor: Low

Score: 2.3

Percentile: 9.48

Vendor

Vendor Severity: Medium

CVSS v2

Risk Factor: Medium

Base Score: 5.5

Temporal Score: 4.1

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

CVSS Score Source: CVE-2026-53606

CVSS v3

Risk Factor: Medium

Base Score: 5.4

Temporal Score: 4.7

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

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

Vulnerability Information

Exploit Ease: No known exploits are available

Patch Publication Date: 7/31/2026

Vulnerability Publication Date: 6/12/2026

Reference Information

CVE: CVE-2026-53606

cwe: CWE-79