๐Ÿ” CVE Alert

CVE-2026-45357

HIGH 7.5

LiquidJS: Memory and render limit bypass via unbounded width padding in `date` filter (strftime)

CVSS Score
7.5
EPSS Score
0.0%
EPSS Percentile
0th

LiquidJS is a Shopify/GitHub Pages compatible template engine written in pure JavaScript. In versions 10.25.7 and below, the date filter's strftime implementation parses width specifiers like %9999999d and forwards the captured width unchecked into pad()/padStart(), leading to memory and render limit bypass. In src/util/underscore.ts, the pad loop performs unbounded string concatenation without consulting the Context's memoryLimit or renderLimit, so a single small template ({{ x | date: '%5000000d' }}) produces megabytes of output and unbounded CPU. The memoryLimit and renderLimit options the docs (src/liquid-options.ts:87-92) advertise as DoS controls โ€” and which the docstring explicitly mentions for strftime โ€” are entirely bypassed. Exploitation can cause large memory allocations, high CPU usage, or OOM crashes per render. This issue has been fixed in version 10.26.0.

CWE CWE-400
Vendor harttle
Product liquidjs
Published Jun 17, 2026
Stay Ahead of the Next One

Get instant alerts for harttle liquidjs

Be the first to know when new high vulnerabilities affecting harttle liquidjs are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

CVSS v3 Breakdown

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
Unchanged
Confidentiality
None
Integrity
None
Availability
High

Affected Versions

harttle / liquidjs
< 10.26.0

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/harttle/liquidjs/security/advisories/GHSA-hh27-hf48-9f5q github.com: https://github.com/harttle/liquidjs/commit/3129d46dc95efa357b00e5a57ee1af80a13d72ed github.com: https://github.com/harttle/liquidjs/releases/tag/v10.26.0