SEPTEMBER 19, 2026
Live Feed
Back to database
Case File

CVE-2026-74784

HIGH · CVSS 8.7 EPSS 0.26% 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.2.0 are vulnerable to a denial of service attack due to the array.insert_at function, which allows for unbounded null entry allocation. By supplying a large index parameter, an attacker can quickly trigger an OutOfMemoryException, leading to a crash of the host process. Organizations using affected versions 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.

GitHub PoC Links

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

CVE
CVE-2026-74784
Severity
HIGH
CVSS
8.7
EPSS
0.26%

Original NVD Description

Scriban before 7.2.0 contains a denial of service vulnerability in the array.insert_at function that allocates unbounded null entries without respecting LoopLimit or LimitToString constraints. Attackers can supply a large index parameter to trigger OutOfMemoryException and crash the host process in under a second.