Skip to main content

Spring Security CVE-2026-22746

| EUVDEUVD-2026-24607 LOW
Observable Timing Discrepancy (CWE-208)
2026-04-22 vmware GHSA-vxf7-qj7q-83fh
3.7
CVSS 3.1 · NVD

Severity by source

NVD PRIMARY
3.7 LOW
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
Attack Vector
Network
Attack Complexity
High
Privileges Required
None
User Interaction
None
Scope
Unchanged
Confidentiality
Low
Integrity
None
Availability
None

Lifecycle Timeline

4
Analysis Generated
Apr 22, 2026 - 06:30 vuln.today
EUVD ID Assigned
Apr 22, 2026 - 06:00 euvd
EUVD-2026-24607
Analysis Generated
Apr 22, 2026 - 06:00 vuln.today
CVE Published
Apr 22, 2026 - 05:02 nvd
LOW 3.7

Blast Radius

ecosystem impact
† from your stack dependencies † transitive graph · vuln.today resolves 4-path depth
  • 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.

More in Java

View all
CVE-2012-4681 CRITICAL POC
9.8 Aug 28

Oracle Java SE 7 Update 6 and earlier contains multiple sandbox bypass vulnerabilities via the ClassFinder and forName m

CVE-2015-7450 CRITICAL POC
9.8 Jan 02

Remote code execution in IBM Sterling B2B Integrator, Sterling Integrator, and Tivoli Common Reporting allows unauthenti

CVE-2013-2465 CRITICAL POC
9.8 Jun 18

Java Runtime Environment sandbox bypass via incorrect image channel verification in 2D component allows remote unauthent

CVE-2011-3544 CRITICAL POC
9.8 Oct 19

Oracle Java SE JDK/JRE 7 and 6 Update 27 and earlier allows remote code execution with complete system compromise throug

CVE-2010-1871 HIGH POC
8.8 Aug 05

JBoss Seam 2 in Red Hat JBoss EAP 4.3.0 fails to sanitize JBoss Expression Language inputs, allowing remote attackers to

CVE-2012-1723 CRITICAL POC
9.8 Jun 16

Unspecified vulnerability in the Java Runtime Environment (JRE) component in Oracle Java SE 7 update 4 and earlier, 6 up

CVE-2013-0422 CRITICAL POC
9.8 Jan 10

Multiple vulnerabilities in Oracle Java 7 before Update 11 allow remote attackers to execute arbitrary code by (1) using

CVE-2012-0507 CRITICAL POC
9.8 Jun 07

Unspecified vulnerability in the Java Runtime Environment (JRE) component in Oracle Java SE 7 Update 2 and earlier, 6 Up

CVE-2015-4852 CRITICAL POC
9.8 Nov 18

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

CVE-2012-5076 CRITICAL POC
9.8 Oct 16

Unspecified vulnerability in the Java Runtime Environment (JRE) component in Oracle Java SE 7 Update 7 and earlier allow

CVE-2017-3066 CRITICAL POC
9.8 Apr 27

Remote unauthenticated attackers can execute arbitrary code on Adobe ColdFusion servers through Java deserialization fla

CVE-2012-0391 CRITICAL POC
9.8 Jan 08

The ExceptionDelegator component in Apache Struts before 2.2.3.1 interprets parameter values as OGNL expressions during

Share

CVE-2026-22746 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy