CVE-2023-34035: Authorization rules can be misconfigured when using multiple servlets
Description
Severity is high unless otherwise noted.
Spring Security versions 5.8 prior to 5.8.5, 6.0 prior to 6.0.5 and 6.1 prior to 6.1.2 could be susceptible to authorization rule misconfiguration if the application uses requestMatchers(String)
or requestMatchers(HttpMethod, String)
and multiple servlets, one of them being…