GHSA-mmg9-6m6j-jqqx · Severity: low · Ecosystem: npm — LiquidJS Has Memory Limit Bypass via Quadratic Amplification in `replace` Filter
LiquidJS is a Shopify / GitHub Pages compatible template engine in pure JavaScript. Prior to 10.25.3, the replace filter in LiquidJS incorrectly accounts for memory usage when the memoryLimit option is enabled. It charges str.length + pattern.length + replacement.length bytes to the memory limiter, but the actual output from str.split(pattern).join(replacement) can be quadratically larger when the pattern occurs many times in the input string. This allows an attacker who controls template content to bypass the memoryLimit DoS protection with approximately 2,500x amplification, potentially causing out-of-memory conditions. This vulnerability is fixed in 10.25.3.
Conclusion & alert: CVE-2026-34166 is rated Exploit Available (50/100): CVSS Low severity, with low exploitation likelihood (EPSS 0.50%). Core evidence: 1 public exploit reference(s) are indexed (Exploit-DB). Mandatory action: Public exploits are available—assess exposure, apply mitigations, and prioritize patching.
Risk is dynamic; we continuously reassess and refresh what is shown on this page as upstream context changes.
| EDB-ID | Source | Kind | Published | Link |
|---|---|---|---|---|
| — | nvd_ref | exploit_tag | Exploit-DB ↗ |
EPSS lead: Daily EPSS estimates relative likelihood of exploitation; percentile ranks this CVE among scored vulnerabilities (higher = more severe relative rank).
| # | Date | Old EPSS score | New EPSS score | Delta (New - Old) |
|---|---|---|---|---|
| 1 | 2026-06-15 | 0.04% | 0.50% | +0.46% |
| 2 | 2026-04-09 | — | 0.04% | — |
Full EPSS history (2 records total)
CVSS metrics for this CVE.
| Base score | Version | Severity | Vector | Exploitability | Impact | Score source |
|---|---|---|---|---|---|---|
| 3.7 | 3.1 | LOW |
|
2.2 | 1.4 | [email protected] |
| 5.3 | 3.1 | MEDIUM |
|
3.9 | 1.4 | [email protected] |
GHSA-mmg9-6m6j-jqqx · Severity: low · Ecosystem: npm — LiquidJS Has Memory Limit Bypass via Quadratic Amplification in `replace` Filter
| URL | Tags |
|---|---|
| https://github.com/harttle/liquidjs/commit/abc058be0f33d6372cd2216f4945183167abeb25 | Patch |
| https://github.com/harttle/liquidjs/releases/tag/v10.25.3 | Release Notes |
| https://github.com/harttle/liquidjs/security/advisories/GHSA-mmg9-6m6j-jqqx | Exploit Vendor Advisory |