Vulnerability Description
Twig is a template language for PHP. In a sandbox, an attacker can call `__toString()` on an object even if the `__toString()` method is not allowed by the security policy when the object is part of an array or an argument list (arguments to a function or a filter for instance). This issue has been patched in versions 3.11.2 and 3.14.1. All users are advised to upgrade. There are no known workarounds for this issue.
CVSS Score
LOW
Related Weaknesses (CWE)
References
- https://github.com/twigphp/Twig/commit/2bb8c2460a2c519c498df9b643d5277117155a73
- https://github.com/twigphp/Twig/security/advisories/GHSA-6377-hfv9-hqf6
- https://lists.debian.org/debian-lts-announce/2025/05/msg00039.html
FAQ
What is CVE-2024-51754?
CVE-2024-51754 is a vulnerability with a CVSS score of 2.2 (LOW). Twig is a template language for PHP. In a sandbox, an attacker can call `__toString()` on an object even if the `__toString()` method is not allowed by the security policy when the object is part of a...
How severe is CVE-2024-51754?
CVE-2024-51754 has been rated LOW with a CVSS base score of 2.2/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2024-51754?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.