Description
Authentication Bypass by Capture-replay vulnerability in Spring Spring Security allows Spring Security's DPoPProofJwtDecoderFactory contains a cache-based replay attack vulnerability. The internal cache storing JWT ID claims has a strict size limit, allowing attackers to evict legitimate entries by flooding the server with dummy requests, then replay intercepted valid DPoP proofs.

This issue affects Spring Security: 7.1.0, from 7.0.0 through 7.0.6, and from 6.5.0 through 6.5.11.
Published: 2026-08-25
Score: 7.4 High
EPSS: < 1% Very Low
KEV: No
Impact: Replay Attack via Evicted JWT ID Cache
Action: Immediate Patch
AI Analysis

Impact

Spring Security's DPoPProofJwtDecoderFactory stores JWT ID claims in a size‑limited cache. When the cache becomes full, older entries are removed, allowing an attacker to induce eviction by flooding the server with dummy DPoP requests. After legitimate entries are evicted, the attacker can replay an intercepted valid DPoP proof, effectively bypassing authentication and accessing protected resources. This vulnerability is a classic authentication bypass via capture‑and‑replay, linked to CWE‑294.

Affected Systems

The vulnerability affects Spring Security products from version 6.5.0 to 6.5.11, from 7.0.0 to 7.0.6, and the 7.1.0 release. All deployments that rely on the DPoPProofJwtDecoderFactory component are potentially impacted.

Risk and Exploitability

The vulnerability has a CVSS score of 7.4, indicating a high impact if exploited. No EPSS score is available, and the vulnerability is not listed in CISA’s KEV catalog. The likely attack vector involves an attacker sending a high volume of crafted DPoP requests to trigger cache eviction, inferred from the description. Once eviction has occurred, the attacker can reuse a captured proof to trigger authorization for protected endpoints.

Generated by OpenCVE AI on August 26, 2026 at 03:22 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the vendor patch by upgrading to the most recent Spring Security release that addresses the replay attack in the DPoPProofJwtDecoderFactory.
  • Implement rate limiting or throttling on endpoints that accept DPoP proofs to reduce the attacker’s ability to flood the cache and force evictions.
  • If DPoP functionality is not required for your application, disable or remove DPoP support to eliminate the attack surface.

Generated by OpenCVE AI on August 26, 2026 at 03:22 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

References
History

Wed, 26 Aug 2026 18:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'total'}, 'version': '2.0.3'}


Wed, 26 Aug 2026 02:00:00 +0000

Type Values Removed Values Added
Weaknesses CWE-309
CWE-615

Wed, 26 Aug 2026 01:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-309
CWE-615

Wed, 26 Aug 2026 00:00:00 +0000

Type Values Removed Values Added
Description Spring Security's DPoPProofJwtDecoderFactory contains a cache-based replay attack vulnerability. The internal cache storing JWT ID claims has a strict size limit, allowing attackers to evict legitimate entries by flooding the server with dummy requests, then replay intercepted valid DPoP proofs. Spring Security 7.1.0 Spring Security 7.0.0 - 7.0.6 Spring Security 6.5.0 - 6.5.11 Authentication Bypass by Capture-replay vulnerability in Spring Spring Security allows Spring Security's DPoPProofJwtDecoderFactory contains a cache-based replay attack vulnerability. The internal cache storing JWT ID claims has a strict size limit, allowing attackers to evict legitimate entries by flooding the server with dummy requests, then replay intercepted valid DPoP proofs. This issue affects Spring Security: 7.1.0, from 7.0.0 through 7.0.6, and from 6.5.0 through 6.5.11.
First Time appeared Spring
Spring spring Security
Weaknesses CWE-294
CPEs cpe:2.3:a:spring:spring_security:*:*:*:*:*:*:*:*
cpe:2.3:a:spring:spring_security:7.1.0:*:*:*:*:*:*:*
Vendors & Products Spring
Spring spring Security

Tue, 25 Aug 2026 22:45:00 +0000

Type Values Removed Values Added
Description Spring Security's DPoPProofJwtDecoderFactory contains a cache-based replay attack vulnerability. The internal cache storing JWT ID claims has a strict size limit, allowing attackers to evict legitimate entries by flooding the server with dummy requests, then replay intercepted valid DPoP proofs. Spring Security 7.1.0 Spring Security 7.0.0 - 7.0.6 Spring Security 6.5.0 - 6.5.11
Title Spring Security DPoPProofJwtDecoderFactory vulnerable to DPoP Proof Replay
References
Metrics cvssV3_1

{'score': 7.4, 'vector': 'CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N'}


Subscriptions

Spring Spring Security
cve-icon MITRE

Status: PUBLISHED

Assigner: vmware

Published:

Updated: 2026-08-27T03:57:13.462Z

Reserved: 2026-04-22T06:21:34.490Z

Link: CVE-2026-41707

cve-icon Vulnrichment

Updated: 2026-08-26T15:30:32.453Z

cve-icon NVD

Status : Awaiting Analysis

Published: 2026-08-25T23:16:59.933

Modified: 2026-08-28T18:47:30.163

Link: CVE-2026-41707

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-26T03:30:04Z

Weaknesses
  • CWE-294

    Authentication Bypass by Capture-replay