Spring Security Vulnerable to Unauthorized User Impersonation when Using X.509 Client Certificates
Moderate severity
GitHub Reviewed
Published
Jun 10, 2026
to the GitHub Advisory Database
•
Updated Jun 30, 2026
Package
Affected versions
>= 6.5.0, <= 6.5.10
>= 6.4.0, <= 6.4.13
>= 6.0.0, <= 6.3.10
>= 5.8.0, <= 5.8.16
<= 5.7.14
Patched versions
6.5.11
Description
Published by the National Vulnerability Database
Jun 10, 2026
Published to the GitHub Advisory Database
Jun 10, 2026
Reviewed
Jun 30, 2026
Last updated
Jun 30, 2026
In Spring Security Web,
SubjectDnX509PrincipalExtractordoes not correctly handle certain malformed X.509 certificate CN values, which can lead to reading the wrong value for the username. In a carefully crafted certificate, this can lead to an attacker impersonating another user.SubjectDnX509PrincipalExtractoris deprecated by this CVE and replaced withSubjectX500PrincipalExtractor. As part of updating, you should also migrate toSubjectX500PrincipalExtractor.Affected versions:
Spring Security Enterprise 5.7.0 through 5.7.24; 5.8.0 through 5.8.26; 6.3.0 through 6.3.17; 6.4.0 through 6.4.17; 6.5.0 through 6.5.10.
OSS 6.5.0 through 6.5.10.
References