Incorrect authorization in Twig - CVE-2026-46635
Published: May 20, 2026
Twig
Detailed vulnerability description
The vulnerability allows a remote user to disclose sensitive information.
The vulnerability exists due to improper access control in the `column` filter when processing arrays of objects in sandboxed templates. A remote user can use the filter to read public or magic properties of reachable objects to disclose sensitive information.
Exploitation requires an untrusted template author to have the `column` filter in their `allowedFilters` list.