Bug 2525258 (CVE-2026-59276) - CVE-2026-59276 org.springframework.security/spring-security-core: Spring Security: Information disclosure via timing attack in sensitive value comparison
Summary: CVE-2026-59276 org.springframework.security/spring-security-core: Spring Secu...
Keywords:
Status: NEW
Alias: CVE-2026-59276
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2026-08-27 20:20 UTC by OSIDB Bzimport
Modified: 2026-09-02 12:28 UTC (History)
15 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2026-08-27 20:20:25 UTC
Several components in Spring Security compare security-sensitive values using standard string equality (String.equals()) rather than a constant-time comparison. Because String.equals() returns as soon as it finds a differing character, the time taken to reject an incorrect value is proportional to the number of leading characters that match the expected value.
Spring Security 7.1.0
Spring Security 7.0.0 - 7.0.6
Spring Security 6.5.0 - 6.5.11
Spring Security 6.4.0 - 6.4.18
Spring Security 5.8.0 - 5.8.27
Spring Security 5.7.0 - 5.7.25


Note You need to log in before you can comment on or make changes to this bug.