SCA: security update for liquidjs (GHSA-g357-x5c3-c72p)

high Tenable Self-Hosted Container Security Plugin ID 445306

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.27.1, the
pop array filter at src/filters/array.ts allocated a full clone of its input array via [...toArray(v)]
without calling this.context.memoryLimit.use(...), allowing a template render such as {{ huge_array | pop
}} to allocate an O(N) clone of an attacker-influenced array outside the configured memoryLimit budget.
This issue is fixed in version 10.27.1. (CVE-2026-55575)

Solution

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

See Also

https://github.com/advisories/GHSA-g357-x5c3-c72p

Plugin Details

Severity: High

ID: 445306

Version: Revision 1.1

Type: Local

Family: SCA Checks

Published: 7/24/2026

Updated: 7/24/2026

Risk Information

VPR

Risk Factor: Medium

Score: 4.3

Percentile: 53.68

Vendor

Vendor Severity: High

CVSS v2

Risk Factor: Medium

Base Score: 6.4

Temporal Score: 4.7

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

CVSS Score Source: CVE-2026-55575

CVSS v3

Risk Factor: Critical

Base Score: 9.1

Temporal Score: 7.9

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

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

CVSS v4

Risk Factor: High

Base Score: 8.2

Threat Score: 4.6

Threat Vector: CVSS:4.0/E:U

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

Vulnerability Information

Exploit Ease: No known exploits are available

Patch Publication Date: 7/24/2026

Vulnerability Publication Date: 7/8/2026

Reference Information

CVE: CVE-2026-55575

cwe: CWE-770