CVE-2026-73061

Summary

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.

Affected Software

VendorProductVersion RangeStatus
scribanscriban0 < 7.2.2affected
scribanscriban7.2.2unaffected

Weaknesses

  • CWE-284: Improper Access Control

References