Authorization Bypass Affecting org.springframework.security:spring-security-web package, versions [,5.7.14) [5.8.0,5.8.16) [6.2.0,6.2.8) [6.3.0,6.3.5)
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-8399278
- published 20 Nov 2024
- disclosed 19 Nov 2024
- credit Unknown
Introduced: 19 Nov 2024
New CVE-2024-38827 Open this link in a new tabHow to fix?
Upgrade org.springframework.security:spring-security-web
to version 5.7.14, 5.8.16, 6.2.8, 6.3.5 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 Authorization Bypass due to the use of String.toLowerCase()
and String.toUpperCase()
that have Locale
dependent exceptions, which results in authorization rules not working properly.