Not a U.S. government website. NDD is an independent vulnerability database by Volerion and is not affiliated with or endorsed by NIST or NVD.
VOLERION
Volerion Security Research

NOT DEFERRED DATABASE

VULNERABILITIES

CVE-2026-71291 Details

ANALYZED


This CVE record has been analyzed and enriched by NVDAPI.com as an independent party.

Description

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.

Metrics

CVSS 3.x Severity and Vector Strings:

References to Advisories, Solutions, and Tools

By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.

URLSource(s)Tag(s)
https://github.com/bolt/core TuranSecVendor
https://github.com/bolt/core/blob/6.1/src/Entity/Field.php TuranSecSource CodeVendor

Weakness Enumeration

CWE-IDCWE NameSource
CWE-1336Improper Neutralization of Special Elements Used in a Template EngineTuranSec

Affected Products

ProductVersions
Bolt CMS
All versions

CPE

  • cpe:2.3:a:boltcms:bolt:*:*:*:*:*:*:*:*
  • cpe:2.3:a:bolt:bolt_cms:*:*:*:*:*:*:*:*

Remediation

  • Workaround:low effort

    Disable the "allow_twig" flag for the default "pages" content type.

Change History

3 change records found show changes


QUICK INFO

CVE Dictionary Entry:
CVE-2026-71291
NVD Published Date:
Aug 5, 2026
NVD Last Modified:
Aug 26, 2026
Source:
TuranSec
CVE-2026-71291 Details - Not Deferred