#VU82227 Incorrect authorization in Spring Security - CVE-2023-34035
Published: October 18, 2023
Spring Security
VMware, Inc
Description
The vulnerability allows a remote attacker to bypass authorization process.
The vulnerability exists due to authorization rule misconfiguration if the application uses requestMatchers(String) or requestMatchers(HttpMethod, String) and multiple servlets, one of them being Spring MVC’s DispatcherServlet. A remote attacker can bypass authorization rules and gain unauthorized access to the application.