Description
Twig is a template language for PHP. Prior to 3.26.0, Compiler::string() does not escape single quotes when a template name from a {% use %} tag is placed inside a PHP single-quoted string literal, allowing a crafted template name to terminate the string and inject arbitrary PHP expressions into the compiled cache file. This issue is fixed in version 3.26.0.
Problem types
CWE-94: Improper Control of Generation of Code ('Code Injection')
Product status
References
github.com/...p/Twig/security/advisories/GHSA-7p85-w9px-jpjp
github.com/...ommit/679447fa29083043665482ccf7d64372472621b8
github.com/...ommit/e9ff55f6910832428e48a35b2e0748189ad49ae3
github.com/twigphp/Twig/releases/tag/v3.26.0