CVE-2026-46634 PUBLISHED

Twig: `template_from_string()` escapes a SourcePolicy-driven sandbox via synthesized template name

Assigner: GitHub_M
Reserved: 15.05.2026 Published: 14.07.2026 Updated: 14.07.2026

Twig is a template language for PHP. From 3.9.0 until 3.26.0, template_from_string() compiles an inner template under a synthesized string_template<hash> name that can fall outside a SourcePolicyInterface sandbox decision, allowing a sandboxed template that can call template_from_string and include to render an inner template without security policy enforcement. This issue is fixed in version 3.26.0.

Metrics

CVSS Vector: CVSS:4.0/AV:N/AC:L/AT:P/PR:L/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N
CVSS Score: 7.7

Product Status

Vendor twigphp
Product Twig
Versions
  • Version >= 3.9.0, < 3.26.0 is affected

References

Problem Types

  • CWE-693: Protection Mechanism Failure CWE