Missing Authorization Affecting org.springframework.security:spring-security-web package, versions [,5.7.13) [5.8.0,5.8.15) [6.0.0,6.2.7) [6.3.0,6.3.4)
Threat Intelligence
Do your applications use this vulnerable package?
In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.
Test your applications- Snyk ID SNYK-JAVA-ORGSPRINGFRAMEWORKSECURITY-8309135
- published 28 Oct 2024
- disclosed 22 Oct 2024
- credit tkswifty, d4y1ightl
Introduced: 22 Oct 2024
CVE-2024-38821 Open this link in a new tabHow to fix?
Upgrade org.springframework.security:spring-security-web
to version 5.7.13, 5.8.15, 6.2.7, 6.3.4 or higher.
Overview
org.springframework.security:spring-security-web is a package within Spring Security that provides security services for the Spring IO Platform.
Affected versions of this package are vulnerable to Missing Authorization allowing Spring Security authorization rules to be bypassed for static resources.
Note:
Spring Security states that for this to impact an application, all of the following must be true:
It must be a WebFlux application.
It must be using Spring's static resources support.
It must have a non-permitAll authorization rule applied to the static resources support.