SEPTEMBER 19, 2026
Live Feed
Back to database
Case File

CVE-2026-74795

HIGH · CVSS 7.5 EPSS 0.32% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-08-16 · Last synced 2026-09-15

CyberRota Analysis

AI-Generated

Scriban versions prior to 6.6.0 are vulnerable to an uncontrolled recursion flaw in their recursive-descent parser, allowing attackers to exploit untrusted or user-supplied templates. By supplying deeply nested templates, an attacker can trigger a StackOverflowException, leading to immediate and unrecoverable termination of the hosting process, resulting in a denial of service. Organizations utilizing Scriban for template processing, especially those handling untrusted inputs, should prioritize patching to mitigate this high-severity vulnerability.

Public Exploit Signal

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

Detected Signals
exploit
GitHub PoC Links

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

CVE
CVE-2026-74795
Severity
HIGH
CVSS
7.5
EPSS
0.32%

Original NVD Description

Scriban before 6.6.0 contains an uncontrolled recursion vulnerability in its recursive-descent parser. The parser does not enforce a default expression depth limit (the ExpressionDepthLimit property in ParserOptions defaults to null/disabled), so an attacker who controls template input can supply a deeply nested template (e.g., thousands of nested parentheses or blocks) that exhausts thread stack space and raises a StackOverflowException. Because a StackOverflowException cannot be caught in .NET, this causes immediate, unrecoverable termination of the hosting process, resulting in a denial of service. Applications that process untrusted or user-supplied templates can be exploited remotely without authentication.