Missing Authorization in Spring Security - CVE-2024-38810

 

Missing Authorization in Spring Security - CVE-2024-38810

Published: August 20, 2024


Vulnerability identifier: #VU96227
CSH Severity: Medium
CVSS v4.0: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:U/U:Green
CVE-ID: CVE-2024-38810
CWE-ID: CWE-862
Exploitation vector: Remote access
Exploit availability: No public exploit available
Vendor: VMware, Inc
Affected software:
Spring Security

Detailed vulnerability description

The vulnerability allows a remote attacker to bypass implemented security restrictions.

The vulnerability exists due to an error when using @AuthorizeReturnObject or the Spring Security produced AuthorizationAdvisorProxyFactory @Bean to wrap objects, which means that that annotations like @PreFilter and @PreAuthorize may take no affect on these wrapped objects. A remote attacker can bypass implemented security restrictions and gain unauthorized access to the application.


How to mitigate CVE-2024-38810

Install updates from vendor's website.

Sources