{"api_version":"1","generated_at":"2026-09-11T18:14:07+00:00","cve":"CVE-2026-59276","urls":{"html":"https://cve.report/CVE-2026-59276","api":"https://cve.report/api/cve/CVE-2026-59276.json","docs":"https://cve.report/api","cve_org":"https://www.cve.org/CVERecord?id=CVE-2026-59276","nvd":"https://nvd.nist.gov/vuln/detail/CVE-2026-59276"},"summary":{"title":"Timing Attack via Non-Constant-Time Comparison of Sensitive Values","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.\nSpring Security 7.1.0\nSpring Security 7.0.0 - 7.0.6\nSpring Security 6.5.0 - 6.5.11\nSpring Security 6.4.0 - 6.4.18\nSpring Security 5.8.0 - 5.8.27\nSpring Security 5.7.0 - 5.7.25","state":"PUBLISHED","assigner":"vmware","published_at":"2026-08-27 20:17:53","updated_at":"2026-09-02 16:45:37"},"problem_types":["CWE-208","CWE-208 Observable Timing Discrepancy","CWE-208 CWE-208 Observable Timing Discrepancy"],"metrics":[{"version":"3.1","source":"security@vmware.com","type":"Secondary","score":"5.9","severity":"MEDIUM","vector":"CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N","data":{"version":"3.1","vectorString":"CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N","baseScore":5.9,"baseSeverity":"MEDIUM","attackVector":"NETWORK","attackComplexity":"HIGH","privilegesRequired":"NONE","userInteraction":"NONE","scope":"UNCHANGED","confidentialityImpact":"HIGH","integrityImpact":"NONE","availabilityImpact":"NONE"}},{"version":"3.1","source":"CNA","type":"CVSS","score":"5.9","severity":"MEDIUM","vector":"CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N","data":{"attackComplexity":"HIGH","attackVector":"NETWORK","availabilityImpact":"NONE","baseScore":5.9,"baseSeverity":"MEDIUM","confidentialityImpact":"HIGH","integrityImpact":"NONE","privilegesRequired":"NONE","scope":"UNCHANGED","userInteraction":"NONE","vectorString":"CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N","version":"3.1"}}],"references":[{"url":"https://spring.io/security/cve-2026-59276","name":"https://spring.io/security/cve-2026-59276","refsource":"security@vmware.com","tags":["Vendor Advisory"],"title":"","mime":"","httpstatus":"","archivestatus":"0"},{"url":"https://www.cve.org/CVERecord?id=CVE-2026-59276","name":"CVE Program record","refsource":"CVE.ORG","tags":["canonical"]},{"url":"https://nvd.nist.gov/vuln/detail/CVE-2026-59276","name":"NVD vulnerability detail","refsource":"NVD","tags":["canonical","analysis"]}],"affected":[{"source":"CNA","vendor":"Spring","product":"Spring Security","version":"affected 7.1.0 custom","platforms":[]},{"source":"CNA","vendor":"Spring","product":"Spring Security","version":"affected 7.0.0 7.0.6 custom","platforms":[]},{"source":"CNA","vendor":"Spring","product":"Spring Security","version":"affected 6.5.0 6.5.11 custom","platforms":[]},{"source":"CNA","vendor":"Spring","product":"Spring Security","version":"affected 6.4.0 6.4.18 custom","platforms":[]},{"source":"CNA","vendor":"Spring","product":"Spring Security","version":"affected 5.8.0 5.8.27 custom","platforms":[]},{"source":"CNA","vendor":"Spring","product":"Spring Security","version":"affected 5.7.0 5.7.25 custom","platforms":[]}],"timeline":[],"solutions":[],"workarounds":[],"exploits":[],"credits":[],"nvd_cpes":[{"cve_year":"2026","cve_id":"59276","vulnerable":"1","versionEndIncluding":"","cpe1":"cpe","cpe2":"2.3","cpe3":"a","cpe4":"vmware","cpe5":"spring_security","cpe6":"*","cpe7":"*","cpe8":"*","cpe9":"*","cpe10":"*","cpe11":"*","cpe12":"*","cpe13":"*"}],"vendor_comments":[],"enrichments":{"kev":null,"epss":{"cve_year":"2026","cve_id":"59276","cve":"CVE-2026-59276","epss":"0.002570000","percentile":"0.170920000","score_date":"2026-08-30","updated_at":"2026-08-31 00:14:05"},"legacy_qids":[]},"source_records":{"cve_program":{"containers":{"adp":[{"metrics":[{"other":{"content":{"id":"CVE-2026-59276","options":[{"Exploitation":"none"},{"Automatable":"no"},{"Technical Impact":"partial"}],"role":"CISA Coordinator","timestamp":"2026-08-28T13:59:17.786904Z","version":"2.0.3"},"type":"ssvc"}}],"problemTypes":[{"descriptions":[{"cweId":"CWE-208","description":"CWE-208 Observable Timing Discrepancy","lang":"en","type":"CWE"}]}],"providerMetadata":{"dateUpdated":"2026-08-28T14:00:41.248Z","orgId":"134c704f-9b21-4f2e-91b3-4a467353bcc0","shortName":"CISA-ADP"},"title":"CISA ADP Vulnrichment"}],"cna":{"affected":[{"defaultStatus":"unaffected","product":"Spring Security","vendor":"Spring","versions":[{"status":"affected","version":"7.1.0","versionType":"custom"},{"lessThanOrEqual":"7.0.6","status":"affected","version":"7.0.0","versionType":"custom"},{"lessThanOrEqual":"6.5.11","status":"affected","version":"6.5.0","versionType":"custom"},{"lessThanOrEqual":"6.4.18","status":"affected","version":"6.4.0","versionType":"custom"},{"lessThanOrEqual":"5.8.27","status":"affected","version":"5.8.0","versionType":"custom"},{"lessThanOrEqual":"5.7.25","status":"affected","version":"5.7.0","versionType":"custom"}]}],"descriptions":[{"lang":"en","supportingMedia":[{"base64":false,"type":"text/html","value":"<p>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.</p><p>Spring Security 7.1.0<br/>Spring Security 7.0.0 - 7.0.6<br/>Spring Security 6.5.0 - 6.5.11<br/>Spring Security 6.4.0 - 6.4.18<br/>Spring Security 5.8.0 - 5.8.27<br/>Spring Security 5.7.0 - 5.7.25</p>"}],"value":"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.\nSpring Security 7.1.0\nSpring Security 7.0.0 - 7.0.6\nSpring Security 6.5.0 - 6.5.11\nSpring Security 6.4.0 - 6.4.18\nSpring Security 5.8.0 - 5.8.27\nSpring Security 5.7.0 - 5.7.25"}],"impacts":[{"descriptions":[{"lang":"en","value":"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."}]}],"metrics":[{"cvssV3_1":{"attackComplexity":"HIGH","attackVector":"NETWORK","availabilityImpact":"NONE","baseScore":5.9,"baseSeverity":"MEDIUM","confidentialityImpact":"HIGH","integrityImpact":"NONE","privilegesRequired":"NONE","scope":"UNCHANGED","userInteraction":"NONE","vectorString":"CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N","version":"3.1"},"format":"CVSS","scenarios":[{"lang":"en","value":"GENERAL"}]}],"problemTypes":[{"descriptions":[{"description":"CWE-208 Observable Timing Discrepancy","lang":"en","type":"CWE"}]}],"providerMetadata":{"dateUpdated":"2026-08-27T17:57:34.993Z","orgId":"dcf2e128-44bd-42ed-91e8-88f912c1401d","shortName":"vmware"},"references":[{"url":"https://spring.io/security/cve-2026-59276"}],"source":{"discovery":"UNKNOWN"},"title":"Timing Attack via Non-Constant-Time Comparison of Sensitive Values"}},"cveMetadata":{"assignerOrgId":"dcf2e128-44bd-42ed-91e8-88f912c1401d","assignerShortName":"vmware","cveId":"CVE-2026-59276","datePublished":"2026-08-27T17:57:34.993Z","dateReserved":"2026-07-04T18:13:09.973Z","dateUpdated":"2026-08-28T14:00:41.248Z","state":"PUBLISHED"},"dataType":"CVE_RECORD","dataVersion":"5.2"},"nvd":{"publishedDate":"2026-08-27 20:17:53","lastModifiedDate":"2026-09-02 16:45:37","problem_types":["CWE-208","CWE-208 Observable Timing Discrepancy","CWE-208 CWE-208 Observable Timing Discrepancy"],"metrics":{"cvssMetricV31":[{"source":"security@vmware.com","type":"Secondary","cvssData":{"version":"3.1","vectorString":"CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N","baseScore":5.9,"baseSeverity":"MEDIUM","attackVector":"NETWORK","attackComplexity":"HIGH","privilegesRequired":"NONE","userInteraction":"NONE","scope":"UNCHANGED","confidentialityImpact":"HIGH","integrityImpact":"NONE","availabilityImpact":"NONE"},"exploitabilityScore":2.2,"impactScore":3.6}],"ssvcV203":[{"source":"134c704f-9b21-4f2e-91b3-4a467353bcc0","ssvcData":{"timestamp":"2026-08-28T13:59:17.786904Z","id":"CVE-2026-59276","options":[{"exploitation":"none"},{"automatable":"no"},{"technicalImpact":"partial"}],"role":"CISA Coordinator","version":"2.0.3"}}]},"configurations":[{"nodes":[{"operator":"OR","negate":false,"cpeMatch":[{"vulnerable":true,"criteria":"cpe:2.3:a:vmware:spring_security:*:*:*:*:*:*:*:*","versionStartIncluding":"5.7.0","versionEndExcluding":"5.7.26","matchCriteriaId":"5E861D3B-F22C-4CA8-830A-0926FD42EEB3"},{"vulnerable":true,"criteria":"cpe:2.3:a:vmware:spring_security:*:*:*:*:*:*:*:*","versionStartIncluding":"5.8.0","versionEndExcluding":"5.8.28","matchCriteriaId":"E0BB6ED3-A736-413C-88CE-F5FB8195DA7F"},{"vulnerable":true,"criteria":"cpe:2.3:a:vmware:spring_security:*:*:*:*:*:*:*:*","versionStartIncluding":"6.4.0","versionEndExcluding":"6.4.19","matchCriteriaId":"087C4F36-7F24-45E6-BDE4-0E3915217C38"},{"vulnerable":true,"criteria":"cpe:2.3:a:vmware:spring_security:*:*:*:*:*:*:*:*","versionStartIncluding":"6.5.0","versionEndExcluding":"6.5.12","matchCriteriaId":"E7F694AF-F153-4011-80B4-95C68FD9815C"},{"vulnerable":true,"criteria":"cpe:2.3:a:vmware:spring_security:*:*:*:*:*:*:*:*","versionStartIncluding":"7.0.0","versionEndExcluding":"7.0.6.1","matchCriteriaId":"DD15AD30-A708-4484-B0E2-601254C7341E"},{"vulnerable":true,"criteria":"cpe:2.3:a:vmware:spring_security:*:*:*:*:*:*:*:*","versionStartIncluding":"7.1.0","versionEndExcluding":"7.1.0.1","matchCriteriaId":"ABC35A3B-2FE4-4ACC-AD66-F1EE62086E08"}]}]}]},"legacy_mitre":{"record":{"CveYear":"2026","CveId":"59276","Ordinal":"1","Title":"Timing Attack via Non-Constant-Time Comparison of Sensitive Valu","CVE":"CVE-2026-59276","Year":"2026"},"notes":[{"CveYear":"2026","CveId":"59276","Ordinal":"1","NoteData":"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.\nSpring Security 7.1.0\nSpring Security 7.0.0 - 7.0.6\nSpring Security 6.5.0 - 6.5.11\nSpring Security 6.4.0 - 6.4.18\nSpring Security 5.8.0 - 5.8.27\nSpring Security 5.7.0 - 5.7.25","Type":"Description","Title":"Timing Attack via Non-Constant-Time Comparison of Sensitive Valu"}]}}}