CVE-2026-48806

Severity CVSS v4.0:
HIGH
Type:
CWE-693 Protection Mechanism Failure
Publication date:
14/07/2026
Last modified:
15/07/2026

Description

Twig is a template language for PHP. Prior to 3.27.0, ArrayExpression does not guard dynamic mapping keys that are coerced to strings, allowing PHP to invoke __toString() on a Stringable object used as a mapping key without calling SandboxExtension::ensureToStringAllowed(). This issue is fixed in version 3.27.0.