CVE-2026-55575

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.
CVSS

No CVSS.

Configurations

No configuration.

History

No history.

Information

Published : 2026-07-08 20:16

Updated : 2026-07-10 19:06


NVD link : CVE-2026-55575

Mitre link : CVE-2026-55575

CVE.ORG link : CVE-2026-55575


JSON object : View

Products Affected

No product.

CWE
CWE-770

Allocation of Resources Without Limits or Throttling