CyberRota Analysis
AI-GeneratedScriban versions prior to 6.6.0 are vulnerable to an infinite recursion issue in object rendering due to the ObjectRecursionLimit property being set to unlimited. This flaw allows attackers to exploit circular reference objects, leading to a StackOverflowException that can crash the hosting process. Organizations using affected versions should prioritize remediation to prevent potential service disruptions.
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 before 6.6.0 contains an infinite recursion vulnerability in object rendering when the ObjectRecursionLimit property defaults to unlimited. Attackers can supply circular reference objects to the template context, exhausting stack space and triggering an uncatchable StackOverflowException that terminates the hosting process.