CVE-2026-44646
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.
AI Insight
LLM-synthesized narrative grounded in this CVE's description and references.
Affected packages
Versions sourced from the GitHub Security Advisory.
| Package | Affected versions | Patched versions |
|---|---|---|
liquidjsnpm | <= 10.25.7 | — |
Affected products
3- osv-coords2 versions
< 9.4.2-r1+ 1 more
- (no CPE)range: < 9.4.2-r1
- (no CPE)range: < 9.4.2-r1
Patches
Vulnerability mechanics
References
5- github.com/advisories/GHSA-9x9p-qf8f-mvjgghsaADVISORY
- nvd.nist.gov/vuln/detail/CVE-2026-44646ghsaADVISORY
- github.com/harttle/liquidjs/commit/dbbf6288030591bf6da28d8c1cce5a17bca97bb6nvdWEB
- github.com/harttle/liquidjs/releases/tag/v10.26.0nvdWEB
- github.com/harttle/liquidjs/security/advisories/GHSA-9x9p-qf8f-mvjgnvdWEB
News mentions
0No linked articles in our index yet.