SEPTEMBER 19, 2026
Live Feed
Back to database
Case File

CVE-2026-74785

MEDIUM · CVSS 6.5 EPSS 0.27% Public Exploit

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

CyberRota Analysis

AI-Generated

Scriban versions prior to 7.0.0 are vulnerable to multiple denial-of-service vulnerabilities in expression evaluation, allowing attackers to exploit unbounded string multiplication, uncontrolled BigInteger shifts, and LoopLimit bypasses. These vulnerabilities can lead to out-of-memory exceptions or CPU exhaustion, potentially crashing the host process. Organizations using Scriban for template processing should prioritize upgrading to mitigate these risks.

Public Exploit Signal

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

GitHub PoC Links

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

CVE
CVE-2026-74785
Severity
MEDIUM
CVSS
6.5
EPSS
0.27%

Original NVD Description

Scriban before 7.0.0 contains three distinct denial-of-service vulnerabilities in expression evaluation that bypass existing safety controls through unbounded string multiplication, uncontrolled BigInteger shift operations, and LoopLimit bypass via range enumeration in builtin functions. Attackers who can supply templates can cause out-of-memory exceptions or CPU exhaustion, typically terminating the entire host process.