The patch released last week for CVE-2024-50342 was incomplete. New versions have just been released to address it.
Sponsor the Symfony project.
The patch released last week for CVE-2024-50342 was incomplete. New versions have just been released to address it.
Sponsor the Symfony project.
Symfony 7.1.8 has just been released.
Here is the list of the most important changes since 7.1.7:
Symfony 6.4.15 has just been released.
Here is the list of the most important changes since 6.4.14:
Symfony 5.4.47 has just been released.
Here is the list of the most important changes since 5.4.46:
This week, Symfony 5.4.46, 6.4.14, and 7.1.7, maintenance versions were released. In addition, we released the second beta version of Symfony 7.2 ahead of its final release at the end of November 2024.
In Symfony 7.2, besides introducing three new constraints and
improving the Compound constraint, we've also improved other constraints.
Affected versions
Twig versions <3.11.2; >=3.12,<3.14.1 are affected by this security issue.
The issue has been fixed in Twig 3.11.2 and 3.14.1.
Note that Twig versions 1 and 2 are not maintained anymore and are vulnerable.
Description
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).
Affected versions
Twig versions <3.11.2; >=3.12,<3.14.1 are affected by this security issue.
The issue has been fixed in Twig 3.11.2 and 3.14.1.
Note that Twig versions 1 and 2 are not maintained anymore and are vulnerable.
Description
In a sandbox, and attacker can access attributes of Array-like objects as they were not checked by the security policy.
They are now checked via the property policy and the __isset()
method is now called after the security check.
This is a BC break.