Логотип exploitDog
Консоль
Логотип exploitDog

exploitDog

github логотип

GHSA-4vpr-xfrp-cj64

Опубликовано: 18 июл. 2023
Источник: github
Github: Прошло ревью
CVSS3: 7.3

Описание

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

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

Пакеты

Наименование

org.springframework.security:spring-security-config

maven
Затронутые версииВерсия исправления

>= 5.8.0, < 5.8.5

5.8.5

Наименование

org.springframework.security:spring-security-config

maven
Затронутые версииВерсия исправления

>= 6.0.0, < 6.0.5

6.0.5

Наименование

org.springframework.security:spring-security-config

maven
Затронутые версииВерсия исправления

>= 6.1.0, < 6.1.2

6.1.2

EPSS

Процентиль: 84%
0.02176
Низкий

7.3 High

CVSS3

Дефекты

CWE-863

Связанные уязвимости

CVSS3: 7.3
nvd
больше 2 лет назад

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 reques

CVSS3: 7.3
debian
больше 2 лет назад

Spring Security versions 5.8prior to 5.8.5, 6.0prior to 6.0.5,and 6.1p ...

CVSS3: 9.8
fstec
больше 2 лет назад

Уязвимость Java-фреймворка для обеспечения безопасности промышленных приложений Spring Security, связанная с ошибками в конфигурации авторизации, которые могут возникнуть при использовании нескольких сервлетов, включая DispatcherServlet Spring MVC, позволяюащя нарушителю раскрыть защищаемую информацию и повысить свои привилегии

EPSS

Процентиль: 84%
0.02176
Низкий

7.3 High

CVSS3

Дефекты

CWE-863