CVE-2026-71291

Bolt CMS renders content field values through Twig's full application-level Environment with no SandboxExtension registered anywhere in the codebase. In src/Entity/Field.php, getTwigValue calls shouldBeRenderedAsTwig, which gates rendering only on the field definition's allow_twig flag and a regex checking for , , or ; when true, the raw field value is compiled and rendered via with no sandboxing.
Configurations

No configuration.

History

No history.

Information

Published : 2026-08-05 13:24

Updated : 2026-08-26 17:13


NVD link : CVE-2026-71291

Mitre link : CVE-2026-71291

CVE.ORG link : CVE-2026-71291


JSON object : View

Products Affected

No product.

CWE
CWE-1336

Improper Neutralization of Special Elements Used in a Template Engine