CVE-2026-55575

HIGH

LiquidJS: `pop` filter bypasses `memoryLimit` accounting that its array-filter siblings enforce

Title source: cna
STIX 2.1

Description

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.

Scores

CVSS v4 8.2
EPSS 0.0038
EPSS Percentile 31.1%
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/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X

CISA SSVC

Vulnrichment
Exploitation poc
Automatable yes
Technical Impact total

Details

CWE
CWE-770
Status published
Products (2)
harttle/liquidjs < 10.27.1
npm/liquidjs 0 - 10.27.1npm
Published Jul 08, 2026
Tracked Since Jul 09, 2026