๐Ÿ” CVE Alert

CVE-2026-61556

UNKNOWN 0.0

LiquidJS: An infinite loop vulnerability in `strip_html` filter

CVSS Score
0.0
EPSS Score
0.0%
EPSS Percentile
0th

LiquidJS is a Shopify / GitHub Pages compatible template engine in pure JavaScript. From 10.26.0 until 10.27.1, the strip_html filter in src/filters/html.ts can enter an infinite loop when an input string contains <, includes at least one preceding character, and has no later >. In strip_html, the search for the next opener advances lt while the loop index remains unchanged when the closer search returns -1, and the equality-only stall guard does not exit because the loop index is less than lt. Reprocessing the same state indefinitely blocks template rendering and can cause denial of service with an input as short as a<. This issue is fixed in version 10.27.1.

CWE CWE-835
Vendor harttle
Product liquidjs
Published Aug 19, 2026
Stay Ahead of the Next One

Get instant alerts for harttle liquidjs

Be the first to know when new unknown vulnerabilities affecting harttle liquidjs are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

Affected Versions

harttle / liquidjs
>= 10.26.0, < 10.27.1

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/harttle/liquidjs/security/advisories/GHSA-m7fp-h3p4-hr49 github.com: https://github.com/harttle/liquidjs/pull/917 github.com: https://github.com/harttle/liquidjs/commit/5c3522f33928aae66f0fe85c36e1d9015c768fe2 github.com: https://github.com/harttle/liquidjs/releases/tag/v10.27.1