SCA: security update for liquidjs (GHSA-mmg9-6m6j-jqqx)

medium Tenable Cloud Security Plugin ID 440064

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, the
replace filter in LiquidJS incorrectly accounts for memory usage when the memoryLimit option is enabled.
It charges str.length + pattern.length + replacement.length bytes to the memory limiter, but the actual
output from str.split(pattern).join(replacement) can be quadratically larger when the pattern occurs many
times in the input string. This allows an attacker who controls template content to bypass the memoryLimit
DoS protection with approximately 2,500x amplification, potentially causing out-of-memory conditions. This
vulnerability is fixed in 10.25.3. (CVE-2026-34166)

Solution

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

See Also

https://github.com/advisories/GHSA-mmg9-6m6j-jqqx

Plugin Details

Severity: Medium

ID: 440064

Version: Revision 1.8

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

Score: 3.2

Percentile: 51.15

Vendor

Vendor Severity: Low

CVSS v2

Risk Factor: Medium

Base Score: 5

Temporal Score: 3.9

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

CVSS Score Source: CVE-2026-34166

CVSS v3

Risk Factor: Medium

Base Score: 5.3

Temporal Score: 4.8

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

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

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

cwe: CWE-400