Description
Twig is a template language for PHP. Prior to 3.26.0, {% sandbox %}{% include %} can include a template that was previously loaded outside the sandbox without re-invoking checkSecurity(), allowing the cached template to use tags, filters, and functions that should have been denied by SecurityPolicy::checkSecurity(). This issue is fixed in version 3.26.0.
Published: 2026-07-14
Score: 6 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

Twig is a template language for PHP. Prior to 3.26.0, {% sandbox %}{% include %} can include a template that was previously loaded outside the sandbox without re‑invoking checkSecurity(), allowing the cached template to use tags, filters, and functions that should have been denied by SecurityPolicy::checkSecurity(). Based on this bypass, an attacker could potentially execute unauthorized functions or code within a sandboxed block, leading to code execution or privilege escalation. The issue is fixed in version 3.26.0.

Affected Systems

All installations of Twig from the start of version 3 up through 3.25.x are vulnerable. The affected vendor is twigphp:Twig. Specific sub‑versions are not listed, but all pre‑3.26.0 releases share the flaw.

Risk and Exploitability

The CVSS score of 6 indicates moderate severity, while the EPSS of less than 1% suggests a low probability of exploitation at this time. The vulnerability is not listed in the CISA KEV catalog. Exploitation requires an attacker to cause the application to load a template outside the sandbox and later include it within a sandboxed block without the security check running, which typically involves manipulating template paths or inclusion logic. If achieved, the impact is the execution of arbitrary, potentially dangerous PHP code within the application context.

Generated by OpenCVE AI on July 31, 2026 at 04:34 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Twig to version 3.26.0 or later.
  • If an upgrade is not immediately possible, remove or disable the use of {% include %} inside any {% sandbox %} blocks or otherwise block template inclusion from untrusted sources.
  • Ensure that all template loading and inclusion logic enforces a fresh call to SecurityPolicy::checkSecurity() or otherwise validates that the template has not been cached before entering a sandboxed context.

Generated by OpenCVE AI on July 31, 2026 at 04:34 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Debian DSA Debian DSA DSA-6311-1 php-twig security update
Github GHSA Github GHSA GHSA-7fxw-r6jv-74c8 Twig: `{% sandbox %}{% include %}` skips checkSecurity() on cached templates (incomplete fix for CVE-2024-45411)
History

Wed, 15 Jul 2026 15:15:00 +0000

Type Values Removed Values Added
First Time appeared Twigphp
Twigphp twig
Vendors & Products Twigphp
Twigphp twig

Wed, 15 Jul 2026 13:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Tue, 14 Jul 2026 21:45:00 +0000

Type Values Removed Values Added
Description Twig is a template language for PHP. Prior to 3.26.0, {% sandbox %}{% include %} can include a template that was previously loaded outside the sandbox without re-invoking checkSecurity(), allowing the cached template to use tags, filters, and functions that should have been denied by SecurityPolicy::checkSecurity(). This issue is fixed in version 3.26.0.
Title Twig: `{% sandbox %}{% include %}` skips checkSecurity() on cached templates (incomplete fix for CVE-2024-45411)
Weaknesses CWE-693
References
Metrics cvssV4_0

{'score': 6, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:P/PR:L/UI:N/VC:H/VI:L/VA:N/SC:N/SI:N/SA:N'}


cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-07-15T12:48:08.554Z

Reserved: 2026-05-15T20:11:54.584Z

Link: CVE-2026-46638

cve-icon Vulnrichment

Updated: 2026-07-15T12:48:00.796Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-07-31T04:45:17Z

Weaknesses
  • CWE-693

    Protection Mechanism Failure