CVE-2026-61556
Last modified
CVE-2026-61556 is a high-severity vulnerability rated 8.7/10 on the CVSS scale. 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 >. EPSS estimates a 0.32% chance of exploitation in the next 30 days.
Description
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.
Metrics
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| harttle | liquidjs | >= 10.26.0, < 10.27.1 |
References
Timeline
- Published
- Last Modified
- Status
- Awaiting Analysis
Frequently Asked Questions
What is CVE-2026-61556?
How severe is CVE-2026-61556?
How do I fix CVE-2026-61556?
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-6154A security flaw has been discovered in Totolink A7100RU 7.4c…9.8
- CVE-2026-61544libp2p-rust is the official Rust language implementation of …8.2
- CVE-2026-61549Woodpecker is a CI/CD engine. From 1.0.0 until 3.16.0, pipel…9
- CVE-2026-6155A weakness has been identified in Totolink A7100RU 7.4cu.231…9.8
- CVE-2026-61554emp3r0r is a C2 designed by Linux users for Linux environmen…7.5
- CVE-2026-61555OpenEXR is the reference implementation and specification fo…5.5
- CVE-2026-61559`@zereight/mcp-gitlab` is a Model Context Protocol server fo…9.6
- CVE-2026-6156A security vulnerability has been detected in Totolink A7100…9.8
- CVE-2026-61560`@zereight/mcp-gitlab` is a Model Context Protocol server fo…9.8
- CVE-2026-61568`@zereight/mcp-gitlab` is a Model Context Protocol server fo…9.6
- CVE-2026-6157A vulnerability was detected in Totolink A800R 4.1.2cu.5137_…8.8
- CVE-2026-61574authentik is an open-source identity provider. Prior to 2026…8.8
Are you affected by CVE-2026-61556?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
