Lucene search

K
githubGitHub Advisory DatabaseGHSA-F3JH-QVM4-MG39
HistoryMar 18, 2024 - 3:30 p.m.

Erroneous authentication pass in Spring Security

2024-03-1815:30:51
CWE-287
GitHub Advisory Database
github.com
43
spring security
broken access control
authenticatedvoter
authentication parameter

CVSS3

8.2

Attack Vector

NETWORK

Attack Complexity

LOW

Privileges Required

NONE

User Interaction

NONE

Scope

UNCHANGED

Confidentiality Impact

HIGH

Integrity Impact

LOW

Availability Impact

NONE

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

AI Score

8.3

Confidence

High

EPSS

0

Percentile

9.0%

In Spring Security, versions 5.7.x prior to 5.7.12, 5.8.x prior to 5.8.11, versions 6.0.x prior to 6.0.9, versions 6.1.x prior to 6.1.8, versions 6.2.x prior to 6.2.3, an application is possible vulnerable to broken access control when it directly uses the AuthenticatedVoter#vote passing a null Authentication parameter.

Specifically, an application is vulnerable if:

The application uses AuthenticatedVoter 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 AuthenticatedVoter#vote directly.
  • The application does not pass null to AuthenticatedVoter#vote.

Note that AuthenticatedVoter is deprecated since 5.8, use implementations of AuthorizationManager as a replacement.

Affected configurations

Vulners
Node
org.springframework.security\Matchspring-security-core
OR
org.springframework.security\Matchspring-security-core
OR
org.springframework.security\Matchspring-security-core
OR
org.springframework.security\Matchspring-security-core
VendorProductVersionCPE
*org.springframework.security\spring-security-corecpe:2.3:a:*:org.springframework.security\:spring-security-core:*:*:*:*:*:*:*:*

CVSS3

8.2

Attack Vector

NETWORK

Attack Complexity

LOW

Privileges Required

NONE

User Interaction

NONE

Scope

UNCHANGED

Confidentiality Impact

HIGH

Integrity Impact

LOW

Availability Impact

NONE

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

AI Score

8.3

Confidence

High

EPSS

0

Percentile

9.0%