Authentication Bypass by Spoofing in Symfony - CVE-2026-45063
Published: May 21, 2026
Symfony
Detailed vulnerability description
The vulnerability allows a remote user to spoof identities and bypass authentication.
The vulnerability exists due to improper authentication in X509Authenticator when extracting the user identifier from the Subject DN provided in $_SERVER['SSL_CLIENT_S_DN']. A remote user can obtain a certificate with a crafted CN value containing an embedded emailAddress field to spoof identities and bypass authentication.
The issue affects client-certificate authentication flows where the certificate is issued by a trusted CA and the CN field can contain free-text content.