Katalog CVE

CVE-2023-34035

WysokieCVSS 7.3
Opublikowano: Zaktualizowano: Przetłumaczono: NVD NIST

Prawdopodobieństwo exploitacji (EPSS)

Niskie ryzyko
0.57%

Percentyl 42 - wyżej niż 42% wszystkich znanych CVE

Streszczenie

Wersje Spring Security 5.8 przed 5.8.5, 6.0 przed 6.0.5 oraz 6.1 przed 6.1.2 mogą być podatne na błędną konfigurację reguł autoryzacji, jeśli aplikacja używa requestMatchers(String) oraz wielu serwletów, w tym DispatcherServlet Spring MVC.

Ocena ryzyka

Organizacja może być narażona na nieautoryzowany dostęp do zasobów, jeśli reguły autoryzacji są niewłaściwie skonfigurowane, co może prowadzić do poważnych naruszeń bezpieczeństwa.

Rekomendacja

Zaleca się aktualizację Spring Security do wersji 5.8.5, 6.0.5 lub 6.1.2 oraz przegląd konfiguracji reguł autoryzacji, aby upewnić się, że są one poprawnie ustawione.

Inne podatności w Spring Security

Zobacz wszystkie
Oryginalny opis (angielski, źródło NVD)

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

Dane podatności pochodzą z NVD (NIST) · CISA KEV · EPSS