SCA: security update for liquidjs (GHSA-56p5-8mhr-2fph)

high Tenable Self-Hosted Container Security Plugin ID 440071

Description

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

- LiquidJS is a Shopify / GitHub Pages compatible template engine in pure JavaScript. Prior to 10.25.3, for
{% include %}, {% render %}, and {% layout %}, LiquidJS checks whether the candidate path is inside the
configured partials or layouts roots before reading it. That check is path-based, not realpath-based.
Because of that, a file like partials/link.liquid passes the directory containment check as long as its
pathname is under the allowed root. If link.liquid is actually a symlink to a file outside the allowed
root, the filesystem follows the symlink when the file is opened and LiquidJS renders the external target.
So the restriction is applied to the path string that was requested, not to the file that is actually
read. This matters in environments where an attacker can place templates or otherwise influence files
under a trusted template root, including uploaded themes, extracted archives, mounted content, or
repository-controlled template trees. This vulnerability is fixed in 10.25.3. (CVE-2026-35525)

Solution

Update the liquidjs library and its related packages to version 10.25.3 or later.

See Also

https://github.com/advisories/GHSA-56p5-8mhr-2fph

Plugin Details

Severity: High

ID: 440071

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: 5

Percentile: 94.39

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-35525

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

CVSS v4

Risk Factor: High

Base Score: 8.2

Threat Score: 6.9

Threat Vector: CVSS:4.0/E:P

Vector: CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N

Vulnerability Information

Exploit Available: true

Exploit Ease: Exploits are available

Patch Publication Date: 4/8/2026

Vulnerability Publication Date: 4/8/2026

Reference Information

CVE: CVE-2026-35525

cwe: CWE-61