CVE-2026-44645
Last modified
CVE-2026-44645 is a medium-severity vulnerability rated 6.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 renderLimit option can be fully bypassed by a {% for %} (or {% tablerow %}) tag whose body is empty. EPSS estimates a 0.32% 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 renderLimit option can be fully bypassed by a {% for %} (or {% tablerow %}) tag whose body is empty. The renderLimit option is documented in docs/source/tutorials/dos.md as the mechanism that "mitigates this by limiting the time consumed by each render() call." The per-iteration time check is reached only when the body contains at least one template node, so a template such as {%- for i in (1..N) -%}{%- endfor -%} iterates the full collection without ever consulting renderLimit. With a configured renderLimit of 50 ms, a single parseAndRenderSync call has been observed to consume 2.26 seconds (~45× over the limit) and scales linearly with N up to memoryLimit, allowing a low-privileged template author to wedge an event-loop thread for an attacker-chosen duration. Deployments that rely on a finite renderLimit for DoS protection (common in multi-tenant template-authoring environments) can still be forced by a single crafted template to monopolize a Node.js event-loop worker for attacker-controlled time, potentially stalling in-flight requests, with availability impact only. This issue has been fixed in version 10.26.0.
Metrics
CVSS:3.1/AV:N/AC:L/PR:L/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-44645?
How severe is CVE-2026-44645?
How do I fix CVE-2026-44645?
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-44638libsixel is a SIXEL encoder/decoder implementation derived f…2.5
- CVE-2026-4464Integer overflow in ANGLE in Google Chrome prior to 146.0.76…8.8
- CVE-2026-44640NanoMQ MQTT Broker (NanoMQ) is an all-around Edge Messaging …4.5
- CVE-2026-44641Microsoft APM is an open-source, community-driven dependency…7.1
- CVE-2026-44643Angular Expressions provides expressions for the Angular.JS …10
- CVE-2026-44644LiquidJS is a Shopify/GitHub Pages compatible template engin…6.1
- CVE-2026-44646LiquidJS is a Shopify/GitHub Pages compatible template engin…5.3
- CVE-2026-44647OneDev is a Git server with CI/CD, kanban, and packages. Pri…7.1
- CVE-2026-44648SillyTavern is a locally installed user interface that allow…7.5
- CVE-2026-44649SillyTavern is a locally installed user interface that allow…9.8
- CVE-2026-4465A flaw has been found in D-Link DIR-513 1.10. The impacted e…8.8
- CVE-2026-44650SillyTavern is a locally installed user interface that allow…9.1
Are you affected by CVE-2026-44645?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
