MEDIUM | MAY 19, 2025 | CVE-2025-41232
Description Spring Security Aspects may not correctly locate method security annotations on private methods.
This can cause an authorization bypass. Your application may be affected by this if the following are true: You are using @EnableMethodSecurity(mode…
LOW | MAY 15, 2025 | CVE-2025-22233
Description CVE-2024-38820 ensured Locale-independent,
lowercase conversion for both the configured disallowedFields patterns and for request parameter names.
However, there are still cases where it is possible to bypass the disallowedFields checks. Affected…
MEDIUM | APRIL 24, 2025 | CVE-2025-22235
Description EndpointRequest.to() creates a matcher for null/** if the actuator endpoint, for which the EndpointRequest has been created, is disabled or not exposed. Your application may be affected by this if all the following conditions are met: You use…
MEDIUM | APRIL 22, 2025 | CVE-2025-22234
Description The fix applied in CVE-2025-22228 inadvertently broke the timing attack mitigation implemented in DaoAuthenticationProvider. Affected Spring Products and Versions Spring Security: 5.7.16 only 5.8.18 only 6.0.16 only 6.1.14 only 6.2.10 only 6.3.…
MEDIUM | APRIL 07, 2025 | CVE-2025-22232
Description Spring Cloud Config Server may not use Vault token sent by clients using a X-CONFIG-TOKEN header when making requests to Vault. Your application may be affected by this if the following are true: You have Spring Vault on the classpath of your…
MEDIUM | MARCH 19, 2025 | CVE-2025-22223
Description Spring Security may not correctly locate method security annotations on parameterized types or methods.
This may cause an authorization bypass. Your application may be affected by this if the following are true: You are using @EnableMethodSecurity…
HIGH | MARCH 19, 2025 | CVE-2025-22228
Description BCryptPasswordEncoder.matches(CharSequence,String) will incorrectly return true for passwords larger than 72 characters as long as the first 72 characters are the same. Affected Spring Products and Versions Spring Security: 5.7.0 - 5.7.15 5.8.0 -…
MEDIUM | NOVEMBER 19, 2024 | CVE-2024-38827
Description The usage of String.toLowerCase() and String.toUpperCase() has some Locale dependent exceptions that could potentially result in authorization rules not working properly. Related to CVE-2024-38820 Affected Spring Products and Versions Spring…
LOW | NOVEMBER 19, 2024 | CVE-2024-38829
Description The usage of String.toLowerCase() and String.toUpperCase() has some Locale dependent exceptions that could potentially result in unintended columns from being queried Related to CVE-2024-38820 Affected Spring Products and Versions Spring LDAP: 2.…
MEDIUM | NOVEMBER 15, 2024 | CVE-2024-38828
Description Spring MVC controller methods with an @RequestBody byte[] method parameter are vulnerable to a DoS attack. Affected Spring Products and Versions Spring Framework: 5.3.0 - 5.3.41 Older, unsupported versions are also affected Mitigation Users of…