CVE-2026-69222
Last modified
CVE-2026-69222 is a high-severity vulnerability rated 7.5/10 on the CVSS scale. 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). EPSS estimates a 0.37% chance of exploitation in the next 30 days.
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.
Metrics
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| harttle | liquidjs | < 10.27.2 |
References
Timeline
- Published
- Last Modified
- Status
- Awaiting Analysis
Frequently Asked Questions
What is CVE-2026-69222?
How severe is CVE-2026-69222?
How do I fix CVE-2026-69222?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-69216Http4s is a Scala interface for HTTP services. Prior to 0.23…5.4
- CVE-2026-69217Http4s is a Scala interface for HTTP services. Prior to 0.23…8.7
- CVE-2026-69218Http4s is a Scala interface for HTTP services. Prior to 0.23…7.5
- CVE-2026-69219The RabbitMQ Java client library allows Java and JVM-based a…8.7
- CVE-2026-6922The WP Table Builder – Drag & Drop Table Builder plugin for …7.1
- CVE-2026-69220The RabbitMQ Java client library allows Java and JVM-based a…8.7
- CVE-2026-69223Apache Allura's webhooks are vulnerable to Server-Side Reque…9.1
- CVE-2026-69224There is an information disclosure vulnerability in Esri Por…7.5
- CVE-2026-69225There is an information disclosure vulnerability in Esri Por…7.5
- CVE-2026-69228There is a missing authentication vulnerability in Esri Port…5.3
- CVE-2026-69229There is an HTML injection vulnerability in Esri Portal for …5.4
- CVE-2026-6923A side-channel attack, which requires a physical presence to…3.8
Are you affected by CVE-2026-69222?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
