Get ahead
VMware offers training and certification to turbo-charge your progress.
Learn moreIn 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:
AuthenticationTrustResolver.isFullyAuthenticated(Authentication)
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:
AuthenticationTrustResolver.isFullyAuthenticated(Authentication)
directly.null
to AuthenticationTrustResolver.isFullyAuthenticated
isFullyAuthenticated
via Method Security or HTTP Request SecurityUsers of affected versions should apply the following mitigation. 6.1.x users should upgrade to 6.1.7. 6.2.x users should upgrade to 6.2.2. No other steps are necessary. Releases that have fixed this issue include:
This issue was identified and responsibly reported by Rogério Sorroche (https://github.com/rogeriosorroche).
To report a security vulnerability for a project within the Spring portfolio, see the Security Policy