CVE-2024-22234

Source
https://cve.org/CVERecord?id=CVE-2024-22234
Import Source
https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2024-22234.json
JSON Data
https://api.test.osv.dev/v1/vulns/CVE-2024-22234
Aliases
Downstream
Published
2024-02-20T07:02:50.873Z
Modified
2026-07-11T03:54:44.744509007Z
Severity
  • 7.4 (High) CVSS_V3 - CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N CVSS Calculator
Summary
CVE-2024-22234: Broken Access Control in Spring Security With Direct Use of isFullyAuthenticated
Details

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
Database specific
{
    "unresolved_ranges": [
        {
            "extracted_events": [
                {
                    "introduced": "6.1.x"
                },
                {
                    "fixed": "6.1.7"
                },
                {
                    "introduced": "6.2.x"
                },
                {
                    "fixed": "6.2.2"
                }
            ],
            "source": "AFFECTED_FIELD"
        }
    ],
    "cna_assigner": "vmware",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2024/22xxx/CVE-2024-22234.json"
}
References

Affected packages

Git / github.com/spring-projects/spring-security

Affected ranges

Type
GIT
Repo
https://github.com/spring-projects/spring-security
Events
Database specific
{
    "extracted_events": [
        {
            "introduced": "6.1.0"
        },
        {
            "fixed": "6.1.7"
        },
        {
            "introduced": "6.2.0"
        },
        {
            "fixed": "6.2.2"
        }
    ],
    "cpe": "cpe:2.3:a:vmware:spring_security:*:*:*:*:*:*:*:*",
    "source": "CPE_RANGE"
}

Affected versions

6.*
6.1.0
6.1.1
6.1.6
6.2.0
6.2.0-M1
6.2.0-M2
6.2.0-RC1
6.2.0-RC2
6.2.1

Database specific

source
"https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2024-22234.json"