All intelligence
// vulnerability record
cached · NVD via COSMOS syncCVE-2026-73061
CRITICALpublished 2026-08-16 14:16 UTC · 2 days ago · modified 2026-08-17 18:18 UTC
9.3
CVSS / 10
// 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.
// weaknesses (CWE)
- CWE-284