LiquidJS is a Shopify / GitHub Pages compatible template engine in pure JavaScript. Prior to version 10.25.1, the `replace_first` filter in LiquidJS uses JavaScript's `String.prototype.replace()` which interprets `$&` as a back reference to the matched substring. The filter only charges `memoryLimit` for the input string length, not the amplified output. An attacker can achieve exponential memory amplification (up to 625,000:1) while staying within the `memoryLimit` budget, leading to denial of service. Version 10.25.1 patches the issue.
Use CWE-20, Liquidjs vendor hub and Liquidjs product page to widen CVE-2026-33287 into its surrounding weakness, vendor, and product context.
Compare it with CVE-2026-30952, CVE-2026-35525 and CVE-2026-33285 for nearby disclosures in the same product family.