AUGUST 4, 2026
Live Feed
Back to database
Case File

CVE-2026-34166

LOW · CVSS 3.7 EPSS 0.50% Public Exploit

Source: NVD + CISA KEV + EPSS (historical backfill) · Published 2026-04-08 · Last synced 2026-08-04

CyberRota Analysis

This is a low severity vulnerability with a CVSS score of 3.7. It affects Java, GitHub. Public exploit code or proof-of-concept references have been detected in its references.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-34166
Severity
LOW
CVSS
3.7
EPSS
0.50%
Java GitHub

Original NVD Description

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.

Related CVEs

Other vulnerabilities affecting the same vendor(s)