SEPTEMBER 17, 2026
Live Feed
Back to database
Case File

CVE-2026-73061

CRITICAL · CVSS 9.8 EPSS 0.30% 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.2 are vulnerable to an access-modifier bypass that permits unauthorized modification of CLR object properties, including those with restricted visibility. This critical vulnerability can lead to unauthorized changes in live host objects, potentially compromising application integrity and security. Organizations using Scriban should prioritize patching to mitigate the risk of exploitation.

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-73061
Severity
CRITICAL
CVSS
9.8
EPSS
0.30%

Original NVD Description

Scriban before 7.2.2 contains an access-modifier bypass vulnerability in TypedObjectAccessor that allows template code to write CLR object properties without setter-visibility checks. Attackers can modify properties with private, internal, or init-only setters, and perform mass assignment on public-setter properties, permanently altering live host objects after template rendering.