CVE-2023-34035

Source
https://nvd.nist.gov/vuln/detail/CVE-2023-34035
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2023-34035.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2023-34035
Aliases
Published
2023-07-18T16:15:11Z
Modified
2024-09-03T04:31:21.227063Z
Severity
  • 5.3 (Medium) CVSS_V3 - CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N CVSS Calculator
Summary
[none]
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
References

Affected packages

Git / github.com/spring-projects/spring-security

Affected ranges

Type
GIT
Repo
https://github.com/spring-projects/spring-security
Events

Affected versions

5.*

5.6.10
5.6.11
5.7.6
5.7.7
5.7.8
5.7.9
5.8.0
5.8.1
5.8.2
5.8.3
5.8.4