CVE-2026-69222
Received Received - Intake

Memory Limit Bypass in LiquidJS Template Engine

Vulnerability report for CVE-2026-69222, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-08-19

Last updated on: 2026-08-19

Assigner: GitHub, Inc.

Description

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.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-19
Last Modified
2026-08-19
Generated
2026-08-20
AI Q&A
2026-08-20
EPSS Evaluated
N/A
NVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
liquidjs liquidjs to 10.27.2 (inc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-400 The product does not properly control the allocation and maintenance of a limited resource.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability affects LiquidJS, a JavaScript template engine. The join and concat filters incorrectly calculate memory usage by using array length and separator length instead of the actual string length produced. This allows templates to consume much more memory than expected, potentially crashing the process by exceeding memory limits.

Impact Analysis

If you use LiquidJS versions before 10.27.2, an attacker could craft a template that allocates excessive memory, causing your application to crash or become unresponsive. This could lead to denial-of-service conditions or unexpected behavior in your system.

Mitigation Strategies

Update LiquidJS to version 10.27.2 or later to address the memory accounting flaw in the join and array_to_sentence_string filters.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-69222. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart