CVE-2026-35525
Last modified
CVE-2026-35525 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.25.3, for {% include %}, {% render %}, and {% layout %}, LiquidJS checks whether the candidate path is inside the configured partials or layouts roots before reading it. EPSS estimates a 0.40% chance of exploitation in the next 30 days.
Description
LiquidJS is a Shopify / GitHub Pages compatible template engine in pure JavaScript. Prior to 10.25.3, for {% include %}, {% render %}, and {% layout %}, LiquidJS checks whether the candidate path is inside the configured partials or layouts roots before reading it. That check is path-based, not realpath-based. Because of that, a file like partials/link.liquid passes the directory containment check as long as its pathname is under the allowed root. If link.liquid is actually a symlink to a file outside the allowed root, the filesystem follows the symlink when the file is opened and LiquidJS renders the external target. So the restriction is applied to the path string that was requested, not to the file that is actually read. This matters in environments where an attacker can place templates or otherwise influence files under a trusted template root, including uploaded themes, extracted archives, mounted content, or repository-controlled template trees. This vulnerability is fixed in 10.25.3.
Metrics
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Liquidjs | Liquidjs | < 10.25.3 |
References
- https://github.com/harttle/liquidjs/pull/867Issue Tracking
- https://github.com/harttle/liquidjs/security/advisories/GHSA-56p5-8mhr-2fphExploit, Vendor Advisory
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2026-35525?
How severe is CVE-2026-35525?
How do I fix CVE-2026-35525?
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-35518FTLDNS (pihole-FTL) provides an interactive API and also gen…8.8
- CVE-2026-35519FTLDNS (pihole-FTL) provides an interactive API and also gen…8.8
- CVE-2026-3552The SurfLink - Ultimate Link Manager plugin for WordPress is…4.3
- CVE-2026-35520FTLDNS (pihole-FTL) provides an interactive API and also gen…8.8
- CVE-2026-35521FTLDNS (pihole-FTL) provides an interactive API and also gen…8.8
- CVE-2026-35523Strawberry GraphQL is a library for creating GraphQL APIs. S…7.5
- CVE-2026-35526Strawberry GraphQL is a library for creating GraphQL APIs. P…7.5
- CVE-2026-35527Incus is an open source container and virtual machine manage…5
- CVE-2026-3553GitLab has remediated an issue in GitLab CE/EE affecting all…3.1
- CVE-2026-35533mise manages dev tools like node, python, cmake, and terrafo…7.8
- CVE-2026-35534ChurchCRM is an open-source church management system. Prior …7.6
- CVE-2026-35535In Sudo through 1.9.17p2 before 3e474c2, a failure of a setu…7.8
Are you affected by CVE-2026-35525?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
