CVE-2026-45617
Last modified
CVE-2026-45617 is a high-severity vulnerability rated 7.5/10 on the CVSS scale. LiquidJS is a Shopify/GitHub Pages compatible template engine written in pure JavaScript. In versions 10.25.7 and below, the built-in strip_html filter uses a regex containing four flawed lazy-quantified alternatives, leading to ReDoS via quadratic backtracking. EPSS estimates a 0.39% chance of exploitation in the next 30 days.
Description
LiquidJS is a Shopify/GitHub Pages compatible template engine written in pure JavaScript. In versions 10.25.7 and below, the built-in strip_html filter uses a regex containing four flawed lazy-quantified alternatives, leading to ReDoS via quadratic backtracking. When the input contains many <script, <style, or <!-- opener tokens without matching closers, the V8 regex engine performs O(N²) backtracking, blocking the Node.js event loop. A single ~350 KB request ('<script'.repeat(50000)) stalls the process for ~10 seconds; cost grows quadratically with input size. The default memoryLimit: Infinity does not bound regex CPU, and even when configured strip_html only charges str.length to the limit — the regex itself runs unbounded. A single unauthenticated request containing crafted untrusted input can cause severe event-loop blocking and CPU amplification that saturates Node.js workers while bypassing memoryLimit protections. This issue has been fixed in version 10.26.0.
Metrics
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
Weakness Enumeration
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-45617?
How severe is CVE-2026-45617?
How do I fix CVE-2026-45617?
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-45611Rejected reason: Further research determined the issue is no…
- CVE-2026-45612rz-libdemangle is a Rizin library for demangling symbols. Pr…5.5
- CVE-2026-45613Rizin is a UNIX-like reverse engineering framework and comma…3.3
- CVE-2026-45614OP-TEE is a Trusted Execution Environment (TEE) designed as …4.7
- CVE-2026-45615mouse07410/asn1c is an ASN.1 compiler. In 1.4 and earlier, a…8.2
- CVE-2026-45616Vvveb is a powerful and easy to use CMS with page builder to…5.1
- CVE-2026-45618LiquidJS is a Shopify/GitHub Pages compatible template engin…10
- CVE-2026-45619WWBN AVideo is an open source video platform. In 29.0 and ea…6.5
- CVE-2026-4562A security flaw has been discovered in MacCMS 2025.1000.4052…7.3
- CVE-2026-45620WWBN AVideo is an open source video platform. In 29.0 and ea…5.3
- CVE-2026-45622Vvveb is a powerful and easy to use CMS with page builder to…5.3
- CVE-2026-45623PostCSS takes a CSS file and provides an API to analyze and …9.1
Are you affected by CVE-2026-45617?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
