Home
Trends
Vulnerabilities
News
Researchers
Why dbugs?

1Netvn

#37245of 53,622
7.5Total CVSS
Vulnerabilities · 1
PT-2026-35030
7.5
2026-04-24
Harttle · Liquidjs · CVE-2026-41311
**Name of the Vulnerable Software and Affected Versions** LiquidJS versions prior to 10.25.7 **Description** A circular block reference within `{% layout %}` and `{% block %}` tags can trigger an infinite recursive loop. This occurs in the `getBlockRender()` function within `src/tags/block.ts` during OUTPUT mode; when a block is nested inside another block of the same name in a child template, the system repeatedly calls the render function without a termination condition. This process consumes all available memory (approximately 4GB), leading to a Node.js process crash with a JavaScript heap out of memory error. Consequently, any user capable of submitting a Liquid template can execute a Denial of Service attack, causing complete service disruption. **Recommendations** Update to version 10.25.7.