Severity by source
AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:N/A:N
Primary rating from NVD · only source for this CVE.
CVSS VectorNVD
CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:N/A:N
Lifecycle Timeline
4Blast Radius
ecosystem impact- 37 maven packages depend on org.springframework.security:spring-security-core (20 direct, 17 indirect)
Ecosystem-wide dependent count for version 5.7.0.
DescriptionCVE.org
Vulnerability in Spring Spring Security. If an application is using the UserDetails#isEnabled, #isAccountNonExpired, or #isAccountNonLocked user attributes, to enable, expire, or lock users, then DaoAuthenticationProvider's timing attack defense can be bypassed for users who are disabled, expired, or locked.This issue affects Spring Security: from 5.7.0 through 5.7.22, from 5.8.0 through 5.8.24, from 6.3.0 through 6.3.15, from 6.5.0 through 6.5.9, from 7.0.0 through 7.0.4.
AnalysisAI
Spring Security's DaoAuthenticationProvider can leak timing information about user account status when applications rely on UserDetails#isEnabled, #isAccountNonExpired, or #isAccountNonLocked attributes for user validation. This allows remote attackers to enumerate disabled, expired, or locked accounts through timing analysis of authentication responses across affected versions 5.7.0-5.7.22, 5.8.0-5.8.24, 6.3.0-6.3.15, 6.5.0-6.5.9, and 7.0.0-7.0.4. No public exploit code or active exploitation has been identified at this time.
Technical ContextAI
Spring Security's DaoAuthenticationProvider is the core component that authenticates users by retrieving UserDetails from a data access object (DAO) and validating credentials and account status flags. The vulnerability stems from a timing side-channel in the authentication validation logic where account status checks (enabled, account non-expired, account non-locked) complete at different speeds depending on whether the user exists and their account state, rather than executing constant-time validation. This bypasses the timing attack defense mechanism intended to prevent attackers from distinguishing valid usernames from invalid ones. The flaw affects Java applications using Spring Security versions across multiple release branches (5.7.x, 5.8.x, 6.3.x, 6.5.x, 7.0.x).
RemediationAI
Upgrade Spring Security to patched versions: 5.7.23 or later for 5.7.x branch, 5.8.25 or later for 5.8.x branch, 6.3.16 or later for 6.3.x branch, 6.5.10 or later for 6.5.x branch, or 7.0.5 or later for 7.0.x branch. Patched releases restore constant-time validation for account status checks, eliminating the timing side-channel. Apply patches via Maven Central Repository or Spring's artifact repository. For applications unable to upgrade immediately, implement network-level mitigations: rate-limit authentication attempts per source IP (e.g., 5 failed attempts per minute) to increase statistical noise in timing measurements and reduce attacker's ability to accumulate precise timing data; deploy a WAF (Web Application Firewall) configured to throttle rapid authentication requests. Note that rate-limiting may degrade user experience for legitimate users with network issues. Test patches in non-production environments first to ensure compatibility with custom authentication logic. Verify that UserDetails implementations are not overridden with non-constant-time account status validation.
Oracle Java SE 7 Update 6 and earlier contains multiple sandbox bypass vulnerabilities via the ClassFinder and forName m
Remote code execution in IBM Sterling B2B Integrator, Sterling Integrator, and Tivoli Common Reporting allows unauthenti
Java Runtime Environment sandbox bypass via incorrect image channel verification in 2D component allows remote unauthent
Oracle Java SE JDK/JRE 7 and 6 Update 27 and earlier allows remote code execution with complete system compromise throug
JBoss Seam 2 in Red Hat JBoss EAP 4.3.0 fails to sanitize JBoss Expression Language inputs, allowing remote attackers to
Unspecified vulnerability in the Java Runtime Environment (JRE) component in Oracle Java SE 7 update 4 and earlier, 6 up
Multiple vulnerabilities in Oracle Java 7 before Update 11 allow remote attackers to execute arbitrary code by (1) using
Unspecified vulnerability in the Java Runtime Environment (JRE) component in Oracle Java SE 7 Update 2 and earlier, 6 Up
The WLS Security component in Oracle WebLogic Server 10.3.6.0, 12.1.2.0, 12.1.3.0, and 12.2.1.0 allows remote attackers
Unspecified vulnerability in the Java Runtime Environment (JRE) component in Oracle Java SE 7 Update 7 and earlier allow
Remote unauthenticated attackers can execute arbitrary code on Adobe ColdFusion servers through Java deserialization fla
The ExceptionDelegator component in Apache Struts before 2.2.3.1 interprets parameter values as OGNL expressions during
Same weakness CWE-208 – Observable Timing Discrepancy
View allSame technique Authentication Bypass
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-24607
GHSA-vxf7-qj7q-83fh