Erroneous authentication pass in Spring Security
High severity
GitHub Reviewed
Published
Mar 18, 2024
to the GitHub Advisory Database
•
Updated Nov 12, 2024
Package
Affected versions
< 5.7.12
>= 5.8.0, < 5.8.11
>= 6.0.0, < 6.1.8
>= 6.2.0, < 6.2.3
Patched versions
5.7.12
5.8.11
6.1.8
6.2.3
Description
Published by the National Vulnerability Database
Mar 18, 2024
Published to the GitHub Advisory Database
Mar 18, 2024
Reviewed
Mar 18, 2024
Last updated
Nov 12, 2024
In Spring Security, versions 5.7.x prior to 5.7.12, 5.8.x prior to 5.8.11, versions 6.0.x prior to 6.0.9, versions 6.1.x prior to 6.1.8, versions 6.2.x prior to 6.2.3, an application is possible vulnerable to broken access control when it directly uses the AuthenticatedVoter#vote passing a null Authentication parameter.
Specifically, an application is vulnerable if:
The application uses AuthenticatedVoter directly and a null authentication parameter is passed to it resulting in an erroneous true return value.
An application is not vulnerable if any of the following is true:
Note that AuthenticatedVoter is deprecated since 5.8, use implementations of AuthorizationManager as a replacement.
References