Twig batch: PHP code injection and multiple sandbox bypasses
Symfony's Twig shipped fixes for seven advisories including PHP code injection via `{% use %}` template names (compiler single-quote escaping bug, CVE-2026-46633), sandbox bypass via `_self.(<string>)` macro references (CVE-2026-46640), object-destructuring sandbox bypass (CVE-2026-46639), `column` filter property bypass, and incomplete fix for CVE-2024-45411 in `{% sandbox %}{% include %}`.
Anyone running Twig with user-authored templates (CMS theming, email builders, multi-tenant Symfony) should patch immediately — several of these defeat SandboxExtension entirely. If you can't patch, audit who can write to template sources.