CVE Catalog

CVE-2026-45070

MediumCVSS 6.5
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.29%

21th percentile - higher than 21% of all known CVEs

Summary

A vulnerability in Symfony allows email header injection due to improper validation of parameter names in the ParameterizedHeader class. An attacker can pass untrusted input containing CRLF characters, enabling the addition of extra headers to messages.

Risk Assessment

The organization is at risk of email header injection attacks, which can lead to message forgery, phishing, or bypassing email security measures.

Recommendation

Immediately update Symfony to version 5.4.52, 6.4.40, 7.4.12, or 8.0.12 depending on the branch in use.

Other vulnerabilities in Symfony

See all
Original NVD description (English source)

Symfony is a PHP framework for web and console applications and a set of reusable PHP components. Prior to 5.4.52, 6.4.40, 7.4.12, and 8.0.12, Symfony\Component\Mime\Header\ParameterizedHeader validates and encodes parameter values but emits parameter names verbatim, allowing a caller that derives a parameter name from untrusted input to include CRLF or other non-token bytes and inject additional headers into rendered structured mail headers such as Content-Type or Content-Disposition. This issue is reported as fixed in versions 5.4.52, 6.4.40, 7.4.12, and 8.0.12.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS