CVE-2026-74786
7.1
CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N
Summary
Scriban before 7.0.0 (affected versions <= 6.6.0) contains a denial-of-service vulnerability in which the LimitToString safety limit (default 1MB) can be bypassed because ObjectToString resets the per-call length counter (_currentToStringLength) on every top-level call and StringBuilderOutput enforces no cumulative output-size limit. An attacker who can supply a template can render a near-limit string repeatedly in a loop, allocating approximately 1GB of memory and causing an out-of-memory condition that crashes the host application.
Affected Software
| Vendor | Product | Version Range | Status |
|---|---|---|---|
| scriban | scriban | 0 < 7.0.0 | affected |
| scriban | scriban | 7.0.0 | unaffected |
Weaknesses
- CWE-770: Allocation of Resources Without Limits or Throttling
References
- https://github.com/scriban/scriban/security/advisories/GHSA-m2p3-hwv5-xpqw
- https://www.vulncheck.com/advisories/scriban-before-denial-of-service-via-unbounded-template-output
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.