NONE · 0

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 [...toA...

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

Related Weaknesses (CWE)

References

FAQ

What is CVE-2026-55575?

CVE-2026-55575 is a documented vulnerability. 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 [...toA...

How severe is CVE-2026-55575?

CVSS scoring is not yet available for CVE-2026-55575. Check NVD for updates.

Is there a patch for CVE-2026-55575?

Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.