Loading HuntDB...

GHSA-4vpr-xfrp-cj64

GitHub Security Advisory

Spring Security's authorization rules can be misconfigured when using multiple servlets

✓ GitHub Reviewed HIGH Has CVE

Advisory Details

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

Affected Packages

Maven org.springframework.security:spring-security-config
Affected versions: 5.8.0 (fixed in 5.8.5)
Maven org.springframework.security:spring-security-config
Affected versions: 6.0.0 (fixed in 6.0.5)
Maven org.springframework.security:spring-security-config
Affected versions: 6.1.0 (fixed in 6.1.2)

Related CVEs

Key Information

GHSA ID
GHSA-4vpr-xfrp-cj64
Published
July 18, 2023 6:30 PM
Last Modified
July 27, 2023 4:16 PM
CVSS Score
7.5 /10
Primary Ecosystem
Maven
Primary Package
org.springframework.security:spring-security-config
GitHub Reviewed
✓ Yes

Dataset

Last updated: September 19, 2025 6:29 AM

Data from GitHub Advisory Database. This information is provided for research and educational purposes.