CyberRota Analysis
AI-GeneratedScriban versions 6.6.0 through 7.2.0 are vulnerable to a StackOverflowException due to a non-enforcing ExpressionDepthLimit, allowing attackers to exploit deeply nested expressions to crash the host process. This vulnerability poses a significant risk, particularly for applications relying on Scriban for template rendering, as it can lead to service disruptions. Organizations using affected versions should prioritize patching to mitigate potential denial-of-service attacks.
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.
Original NVD Description
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.