CVE-2026-59276
Analyzed
Analyzed - Analysis Complete
Timing Attack in Spring Security
Vulnerability report for CVE-2026-59276, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.
Publication date: 2026-08-27
Last updated on: 2026-09-02
Assigner: VMware
Description
Description
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
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| vmware | spring_security | From 6.5.0 (inc) to 6.5.12 (exc) |
| vmware | spring_security | From 6.4.0 (inc) to 6.4.19 (exc) |
| vmware | spring_security | From 5.7.0 (inc) to 5.7.26 (exc) |
| vmware | spring_security | From 5.8.0 (inc) to 5.8.28 (exc) |
| vmware | spring_security | From 7.1.0 (inc) to 7.1.0.1 (exc) |
| vmware | spring_security | From 7.0.0 (inc) to 7.0.6.1 (exc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-208 | Two separate operations in a product require different amounts of time to complete, in a way that is observable to an actor and reveals security-relevant information about the state of the product, such as whether a particular operation was successful or not. |