Spring Spring Security

15 CVEs affecting Spring Spring Security. Latest disclosed: 2026-04-22. Critical: 1, High: 5.

Top CVEs affecting Spring Spring Security
CVESeverityScorePublishedSummary
CVE-2025-41232Critical9.12025-05-21Spring Security Aspects may not correctly locate method security annotations on private methods. This can cause an authorization bypass. Your application may…
CVE-2026-22733High8.22026-03-19Spring Boot applications with Actuator can be vulnerable to an "Authentication Bypass" vulnerability when an application endpoint that requires authentication…
CVE-2026-22754High7.52026-04-22Vulnerability in Spring Spring Security. If an application uses <sec:intercept-url servlet-path="/servlet-path" pattern="/endpoint/**"/> to define the servlet…
CVE-2026-22753High7.52026-04-22Vulnerability in Spring Spring Security. If an application is using securityMatchers(String) and a PathPatternRequestMatcher.Builder bean to prepend a servlet…
CVE-2025-22228High7.42025-03-20BCryptPasswordEncoder.matches(CharSequence,String) will incorrectly return true for passwords larger than 72 characters as long as the first 72 characters are…
CVE-2024-22234High7.42024-02-20In Spring Security, versions 6.1.x prior to 6.1.7 and versions 6.2.x prior to 6.2.2, an application is vulnerable to broken access control when it directly use…
CVE-2026-22747Medium6.82026-04-22Vulnerability in Spring Spring Security. SubjectX500PrincipalExtractor does not correctly handle certain malformed X.509 certificate CN values, which can lead…
CVE-2024-38810Medium6.52024-08-20Missing Authorization When Using @AuthorizeReturnObject in Spring Security 6.3.0 and 6.3.1 allows attacker to render security annotations inaffective.
CVE-2026-22748Medium5.32026-04-22Vulnerability in Spring Spring Security. When an application configures JWT decoding with NimbusJwtDecoder  or NimbusReactiveJwtDecoder, it must configure an O…
CVE-2025-22234Medium5.32026-01-22The fix applied in CVE-2025-22228 inadvertently broke the timing attack mitigation implemented in DaoAuthenticationProvider. This can allow attackers to infer…
CVE-2025-22223Medium5.32025-03-24Spring Security 6.4.0 - 6.4.3 may not correctly locate method security annotations on parameterized types or methods. This may cause an authorization bypass.  …
CVE-2026-22751Medium4.82026-04-21Vulnerability in Spring Spring Security. Applications that explicitly configure One-Time Token login with JdbcOneTimeTokenService are vulnerable to a Time-of-c…
CVE-2019-3795Low3.82019-04-09Spring Security versions 4.2.x prior to 4.2.12, 5.0.x prior to 5.0.12, and 5.1.x prior to 5.1.5 contain an insecure randomness vulnerability when using SecureR…
CVE-2026-22746Low3.72026-04-22Vulnerability in Spring Spring Security. If an application is using the UserDetails#isEnabled, #isAccountNonExpired, or #isAccountNonLocked user attributes, to…
CVE-2019-112722019-06-26Spring Security, versions 4.2.x up to 4.2.12, and older unsupported versions support plain text passwords using PlaintextPasswordEncoder. If an application usi…