High severityNVD Advisory· Published Feb 20, 2024· Updated Feb 13, 2025
CVE-2024-22234: Broken Access Control in Spring Security With Direct Use of isFullyAuthenticated
CVE-2024-22234
Description
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:
- The application uses 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:
- The application does not use AuthenticationTrustResolver.isFullyAuthenticated(Authentication) directly.
- The application does not pass null to AuthenticationTrustResolver.isFullyAuthenticated
- The application only uses isFullyAuthenticated via Method Security https://docs.spring.io/spring-security/reference/servlet/authorization/method-security.html or HTTP Request Security https://docs.spring.io/spring-security/reference/servlet/authorization/authorize-http-requests.html
AI Insight
LLM-synthesized narrative grounded in this CVE's description and references.
Affected packages
Versions sourced from the GitHub Security Advisory.
| Package | Affected versions | Patched versions |
|---|---|---|
org.springframework.security:spring-security-coreMaven | >= 6.1.0, < 6.1.7 | 6.1.7 |
org.springframework.security:spring-security-coreMaven | >= 6.2.0, < 6.2.2 | 6.2.2 |
Affected products
2- Range: 6.1.x
Patches
Vulnerability mechanics
References
6- github.com/advisories/GHSA-w3w6-26f2-p474ghsaADVISORY
- nvd.nist.gov/vuln/detail/CVE-2024-22234ghsaADVISORY
- github.com/spring-projects/spring-security/commit/750cb30ce44d279c2f54c845d375e6a58bded569ghsaWEB
- security.netapp.com/advisory/ntap-20240315-0003ghsaWEB
- spring.io/security/cve-2024-22234ghsaWEB
- security.netapp.com/advisory/ntap-20240315-0003/mitre
News mentions
0No linked articles in our index yet.