CVE-2026-44646
Last modified
CVE-2026-44646 is a medium-severity vulnerability rated 5.3/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, Context.spawn() creates a child Context for the {% render %} tag but does not propagate the parent context's resolved ownPropertyOnly value, resulting in a silent bypass. EPSS estimates a 0.27% 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, Context.spawn() creates a child Context for the {% render %} tag but does not propagate the parent context's resolved ownPropertyOnly value, resulting in a silent bypass. The new context re-derives ownPropertyOnly from opts.ownPropertyOnly (the instance-level option), silently discarding any RenderOptions.ownPropertyOnly override that was supplied to parseAndRender(). As a result, a developer who runs a Liquid instance with the backwards-compatible ownPropertyOnly:false and then locks down an untrusted render with parseAndRender(..., { ownPropertyOnly: true }) still leaks prototype-chain properties from inside any {% render %} partial. This is a distinct exploit surface from the previously identified array-filter variants (where, reject, group_by, find, find_index, has) — the underlying root cause in Context.spawn() is shared, but {% render %} is a separately reachable sink that needs no filter usage. 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:L/I:N/A:N
Weakness Enumeration
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-44646?
How severe is CVE-2026-44646?
How do I fix CVE-2026-44646?
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-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-44645LiquidJS is a Shopify/GitHub Pages compatible template engin…6.5
- 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
- CVE-2026-44651SillyTavern is a locally installed user interface that allow…6.9
Are you affected by CVE-2026-44646?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
