Broken Access Control in Spring Security With Direct Use of isFullyAuthenticated
High severity
GitHub Reviewed
Published
Feb 20, 2024
to the GitHub Advisory Database
•
Updated Mar 15, 2024
Package
Affected versions
>= 6.1.0, < 6.1.7
>= 6.2.0, < 6.2.2
Patched versions
6.1.7
6.2.2
Description
Published by the National Vulnerability Database
Feb 20, 2024
Published to the GitHub Advisory Database
Feb 20, 2024
Reviewed
Feb 21, 2024
Last updated
Mar 15, 2024
In Spring Security, versions 6.1.x prior to 6.1.7 and versions 6.2.x prior to 6.2.2, an application is vulnerable to broken access control when it directly uses the AuthenticationTrustResolver.isFullyAuthenticated(Authentication) method.
Specifically, an application is vulnerable if:
An application is not vulnerable if any of the following is true:
References