CVE-2026-74783 PUBLISHED

Scriban 6.6.0 through 7.2.0 Parser Recursion Denial of Service

Assigner: VulnCheck
Reserved: 16.08.2026 Published: 16.08.2026 Updated: 16.08.2026

Scriban versions 6.6.0 through 7.2.0 contain a non-enforcing ExpressionDepthLimit guard that fails to stop recursive descent parsing of deeply nested expressions. Attackers can supply templates with deeply nested parentheses, array initializers, object initializers, or unary operators to trigger an uncatchable StackOverflowException that immediately terminates the host process.

Metrics

CVSS Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N
CVSS Score: 8.7

Product Status

Vendor scriban
Product scriban
Versions Default: affected
  • unaffected from 0 to 6.6.0 (excl.)

Credits

  • MindflareX reporter

References

Problem Types

  • Uncontrolled Recursion CWE