CRLF injection in Symfony - CVE-2026-45070
Published: May 21, 2026
Symfony
Detailed vulnerability description
The vulnerability allows a remote attacker to inject arbitrary email headers.
The vulnerability exists due to improper neutralization of CRLF sequences in ParameterizedHeader parameter name handling when serializing structured email headers with user-controlled parameter names. A remote attacker can supply a crafted parameter name containing CRLF characters to inject arbitrary email headers.
The issue affects parameter names in structured headers such as Content-Type and Content-Disposition.