Zero Day Monitor
DashboardVulnerabilitiesTrendingZero-DaysNews
Login
ImpressumPrivacy Policy
Zero Day Monitor © 2026
2305 articles · 107243 vulns · 35/40 feeds (7d)
← Back to list
7.5
CVE-2026-33287EXPLOITED
harttle · liquidjs

LiquidJS has Exponential Memory Amplification through its replace_first Filter $& Pattern

Description

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.

Affected Products

VendorProductVersions
harttleliquidjs< 10.25.1

References

  • https://github.com/harttle/liquidjs/security/advisories/GHSA-6q5m-63h6-5x4v(x_refsource_CONFIRM)
  • https://github.com/harttle/liquidjs/commit/35d523026345d80458df24c72e653db78b5d061d(x_refsource_MISC)

Related News (1 articles)

Tier C
VulDB13h ago
CVE-2026-33287 | harttle liquidjs up to 10.25.0 String.prototype.replace denial of service (GHSA-6q5m-63h6-5x4v)
→ No new info (linked only)
CVSS 3.17.5 HIGH
VectorCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
CISA KEV❌ No
Actively exploited✅ Yes
CWECWE-20, CWE-400
Published3/25/2026
Last enriched12h agov2
Tags
GHSA-6q5m-63h6-5x4vnpm
Trending Score61
Source articles1
Independent1
Info Completeness9/14
Missing: epss, kev, exploit, iocs, mitre_attack

Community Vote

0
Login to vote
0 upvotes0 downvotes
No votes yet

Pin to Dashboard

Verification

State: unverified
Confidence: 0%

Version History

v2
Last enriched 12h ago
v2Tier C12h ago

Updated affected versions to include 10.25.0, changed severity to MEDIUM, and noted that there is no exploit available.

affectedVersionsseverityactivelyExploitedpatchAvailable
via VulDB
v11d ago

Initial creation