#VU96227 Missing Authorization in Spring Security - CVE-2024-38810
Published: August 20, 2024
Spring Security
VMware, Inc
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.