High severity7.3NVD Advisory· Published Jul 18, 2023· Updated Jun 17, 2026
CVE-2023-34035
CVE-2023-34035
Description
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) and multiple servlets, one of them being Spring MVC’s DispatcherServlet. (DispatcherServlet is a Spring MVC component that maps HTTP endpoints to methods on @Controller-annotated classes.)
Specifically, an application is vulnerable when all of the following are true:
- Spring MVC is on the classpath
- Spring Security is securing more than one servlet in a single application (one of them being Spring MVC’s DispatcherServlet)
- The application uses requestMatchers(String) to refer to endpoints that are not Spring MVC endpoints
An application is not vulnerable if any of the following is true:
- The application does not have Spring MVC on the classpath
- The application secures no servlets other than Spring MVC’s DispatcherServlet
- The application uses requestMatchers(String) only for Spring MVC endpoints
AI Insight
LLM-synthesized narrative grounded in this CVE's description and references.
Affected packages
Versions sourced from the GitHub Security Advisory.
| Package | Affected versions | Patched versions |
|---|---|---|
org.springframework.security:spring-security-configMaven | >= 5.8.0, < 5.8.5 | 5.8.5 |
org.springframework.security:spring-security-configMaven | >= 6.0.0, < 6.0.5 | 6.0.5 |
org.springframework.security:spring-security-configMaven | >= 6.1.0, < 6.1.2 | 6.1.2 |
Affected products
3cpe:2.3:a:vmware:spring_security:*:*:*:*:*:*:*:*+ 1 more
- cpe:2.3:a:vmware:spring_security:*:*:*:*:*:*:*:*range: >=5.8.0,<5.8.5
- (no CPE)range: Spring Security 5.8.0 to 5.8.4, Spring Security 6.0.0 to 6.0.4, Spring Security 6.1.0 to 6.1.1
Patches
Vulnerability mechanics
References
7- spring.io/security/cve-2023-34035nvdExploitVendor AdvisoryWEB
- github.com/advisories/GHSA-4vpr-xfrp-cj64ghsaADVISORY
- nvd.nist.gov/vuln/detail/CVE-2023-34035ghsaADVISORY
- github.com/spring-projects/spring-security-samples/commit/4e3bec904a5467db28ea33e25ac9d90524b53d66ghsaWEB
- github.com/spring-projects/spring-security-samples/tree/main/servlet/java-configuration/authentication/preauthghsaWEB
- github.com/spring-projects/spring-security/commit/bb46a5427005e33e637b15948de8adae244ce547ghsaWEB
- github.com/spring-projects/spring-security/commit/df239b6448ccf138b0c95b5575a88f33ac35cd9aghsaWEB
News mentions
0No linked articles in our index yet.