Mend.io Vulnerability Database
The largest open source vulnerability database
What is a Vulnerability ID?
New vulnerability? Tell us about it!
CVE-2026-45063
Published:May 27, 2026
Updated:June 13, 2026
Description "X509Authenticator" implements client-certificate (mTLS) authentication: the web server validates the client's certificate against a trusted CA, then passes the certificate's Subject DN (Distinguished Name: a string like "CN=Alice,O=Example,emailAddress=alice@example.com") to Symfony via "$_SERVER['SSL_CLIENT_S_DN']". Symfony extracts the user identifier from that string. The extraction uses an unanchored regex that matches "emailAddress=" anywhere in the DN string: including inside the value of a different RDN (Relative Distinguished Name: one "key=value" component of the DN), such as "CN". An attacker who can obtain a certificate from a trusted CA with a free-text "CN" can smuggle "emailAddress=victim@target" inside the CN value and be authenticated as the victim. Resolution The "X509Authenticator" now uses a regex that anchors the match to an RDN boundary (start of string, or following a "," / "/" separator). The patch for this issue is available "here" (https://github.com/symfony/symfony/commit/ccb3f724c7ff55670a6fe3521c7bf1514cceb478) for branch 5.4. Credits Symfony would like to thank Claude Mythos Preview (via Project Glasswing) for reporting the issue and providing the fix.
Affected Packages
https://github.com/symfony/symfony.git (GITHUB):
Affected version(s) >=v6.4.0 <v6.4.38
Fix Suggestion:
Update to version v6.4.38
https://github.com/symfony/symfony.git (GITHUB):
Affected version(s) >=v2.0.0BETA1 <v5.4.52
Fix Suggestion:
Update to version v5.4.52
https://github.com/symfony/symfony.git (GITHUB):
Affected version(s) >=v7.4.0 <v7.4.9
Fix Suggestion:
Update to version v7.4.9
https://github.com/symfony/symfony.git (GITHUB):
Affected version(s) >=v8.0.0 <v8.0.9
Fix Suggestion:
Update to version v8.0.9
symfony/symfony (PHP):
Affected version(s) >=v6.0.0-BETA1 <v6.4.40
Fix Suggestion:
Update to version v6.4.40
symfony/security-http (PHP):
Affected version(s) >=v6.0.0-BETA1 <v6.4.40
Fix Suggestion:
Update to version v6.4.40
symfony/security-http (PHP):
Affected version(s) >=v2.4.0-BETA1 <v5.4.52
Fix Suggestion:
Update to version v5.4.52
symfony/symfony (PHP):
Affected version(s) >=v7.0.0-BETA1 <v7.4.12
Fix Suggestion:
Update to version v7.4.12
symfony/symfony (PHP):
Affected version(s) >=v8.0.0-BETA1 <v8.0.12
Fix Suggestion:
Update to version v8.0.12
symfony/security-http (PHP):
Affected version(s) >=v7.0.0-BETA1 <v7.4.12
Fix Suggestion:
Update to version v7.4.12
symfony/symfony (PHP):
Affected version(s) >=dev-binary-options <v5.4.52
Fix Suggestion:
Update to version v5.4.52
symfony/security-http (PHP):
Affected version(s) >=v8.0.0-BETA1 <v8.0.12
Fix Suggestion:
Update to version v8.0.12
Do you need more information?
Contact Us
CVSS v4
Base Score:
8.7
Attack Vector
NETWORK
Attack Complexity
LOW
Attack Requirements
NONE
Privileges Required
NONE
User Interaction
NONE
Vulnerable System Confidentiality
NONE
Vulnerable System Integrity
HIGH
Vulnerable System Availability
NONE
Subsequent System Confidentiality
NONE
Subsequent System Integrity
NONE
Subsequent System Availability
NONE
CVSS v3
Base Score:
7.5
Attack Vector
NETWORK
Attack Complexity
LOW
Privileges Required
NONE
User Interaction
NONE
Scope
UNCHANGED
Confidentiality
NONE
Integrity
HIGH
Availability
NONE
Weakness Type (CWE)
Authentication Bypass by Spoofing
EPSS
Base Score:
0.05