CVE-2026-69222
Published:August 19, 2026
Updated:September 24, 2026
LiquidJS is a Shopify / GitHub Pages compatible template engine in pure JavaScript. Prior to 10.27.2, the join filter in src/filters/array.ts computes complexity from array.length and separator length instead of the total string length produced by array.join(sep). The concat filter can cheaply double arrays of references, after which join materializes the referenced content while charging only for element count, allowing a template to exceed a configured memoryLimit by a large factor. The sibling array_to_sentence_string filter in src/filters/string.ts has the same accounting defect, and a crafted template can allocate toward V8's string or process memory limit and crash the process. This issue is fixed in version 10.27.2.
Affected Packages
liquidjs (CDN_JS):
Affected version(s) >=10.8.0 <10.27.2Fix Suggestion:
Update to version 10.27.2liquidjs (CDN_JS):
Affected version(s) >=10.8.0 <10.27.2Fix Suggestion:
Update to version 10.27.2https://github.com/harttle/liquidjs.git (GITHUB):
Affected version(s) >=v1.2.0 <v10.27.2Fix Suggestion:
Update to version v10.27.2liquidjs (NPM):
Affected version(s) >=1.9.1 <10.27.2Fix Suggestion:
Update to version 10.27.2liquidjs (NPM):
Affected version(s) >=1.9.1 <10.27.2Fix Suggestion:
Update to version 10.27.2Related Resources (7)
Do you need more information?
Contact UsCVSS v4
Base Score:
8.7
Attack Vector
NETWORK
Attack Complexity
LOW
Attack Requirements
NONE
Privileges Required
NONE
User Interaction
NONE
Vulnerable System Confidentiality
NONE
Vulnerable System Integrity
NONE
Vulnerable System Availability
HIGH
Subsequent System Confidentiality
NONE
Subsequent System Integrity
NONE
Subsequent System Availability
NONE
CVSS v3
Base Score:
7.5
Attack Vector
NETWORK
Attack Complexity
LOW
Privileges Required
NONE
User Interaction
NONE
Scope
UNCHANGED
Confidentiality
NONE
Integrity
NONE
Availability
HIGH
Weakness Type (CWE)
Uncontrolled Resource Consumption
EPSS
Base Score:
0.37