Lucene search

K
cvelistVmwareCVELIST:CVE-2024-22234
HistoryFeb 20, 2024 - 7:02 a.m.

CVE-2024-22234 CVE-2024-22234: Broken Access Control in Spring Security With Direct Use of isFullyAuthenticated

2024-02-2007:02:50
vmware
www.cve.org
1
cve-2024-22234
spring security
broken access control
authenticationtrustresolver
method security
http request security

7.4 High

CVSS3

Attack Vector

NETWORK

Attack Complexity

HIGH

Privileges Required

NONE

User Interaction

NONE

Scope

UNCHANGED

Confidentiality Impact

HIGH

Integrity Impact

HIGH

Availability Impact

NONE

CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N

0.0004 Low

EPSS

Percentile

9.1%

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:

CNA Affected

[
  {
    "defaultStatus": "unaffected",
    "product": "Spring Security",
    "vendor": "Spring",
    "versions": [
      {
        "lessThan": "6.1.7",
        "status": "affected",
        "version": "6.1.x",
        "versionType": "6.1.7"
      },
      {
        "lessThan": "6.2.2",
        "status": "affected",
        "version": "6.2.x",
        "versionType": "6.2.2"
      }
    ]
  }
]

7.4 High

CVSS3

Attack Vector

NETWORK

Attack Complexity

HIGH

Privileges Required

NONE

User Interaction

NONE

Scope

UNCHANGED

Confidentiality Impact

HIGH

Integrity Impact

HIGH

Availability Impact

NONE

CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N

0.0004 Low

EPSS

Percentile

9.1%