SEPTEMBER 19, 2026
Live Feed
Back to database
Case File

CVE-2026-73060

HIGH · CVSS 7.5 EPSS 0.37% Public Exploit

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

CyberRota Analysis

AI-Generated

Versions of Scriban from 3.0.0 to 7.2.5 are vulnerable to a denial of service attack due to a flaw in the ScriptRange.Multiply operator, which allows attackers to bypass the LoopLimit when using lazy sequences. This can lead to excessive CPU usage and resource exhaustion, potentially crippling affected systems. Organizations utilizing Scriban for template processing 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.

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

CVE
CVE-2026-73060
Severity
HIGH
CVSS
7.5
EPSS
0.37%

Original NVD Description

Scriban versions from 3.0.0 through 7.2.5 contain a denial of service vulnerability in the ScriptRange.Multiply operator that bypasses LoopLimit when the left operand is a lazy sequence. Attackers can supply templates with array multiplication on lazy sequences to execute billions of uncharged iterations, pinning CPU cores and exhausting garbage collection resources even when LoopLimit is set to 1.