SCA: security update for remark-html (GHSA-9q5w-79cv-947m)

medium Tenable Self-Hosted Container Security Plugin ID 413412

Description

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

- remark-html is an open source nodejs library which compiles Markdown to HTML. In affected versions the
documentation of remark-html has mentioned that it was safe by default. In practice the default was never
safe and had to be opted into. That is, user input was not sanitized. This means arbitrary HTML can be
passed through leading to potential XSS attacks. The problem has been patched in 13.0.2 and 14.0.1:
`remark-html` is now safe by default, and the implementation matches the documentation. On older affected
versions, pass `sanitize: true` if you cannot update. (CVE-2021-39199)

See Also

https://github.com/advisories/GHSA-9q5w-79cv-947m

Plugin Details

Severity: Medium

ID: 413412

Version: Revision 1.7

Type: Local

Family: SCA Checks

Published: 1/23/2025

Updated: 7/2/2026

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

Risk Information

VPR

Risk Factor: Low

Score: 2.3

Percentile: 8.67

Vendor

Vendor Severity: Critical

CVSS v2

Risk Factor: Medium

Base Score: 4.3

Temporal Score: 3.2

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

CVSS Score Source: CVE-2021-39199

CVSS v3

Risk Factor: Medium

Base Score: 6.1

Temporal Score: 5.3

Vector: CVSS:3.0/AV:N/AC:L/PR:N/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: 9/7/2021

Vulnerability Publication Date: 9/7/2021

Reference Information

CVE: CVE-2021-39199

cwe: CWE-79