Description
An application using Spring Security's WebAuthn support may be vulnerable to user verification bypass when using a distributed HTTP session store.
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
Published: 2026-08-26
Score: 7.4 High
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability arises when Spring Security serializes WebAuthn session data to a distributed store. An attacker who can modify the serialized payload can inject alternate authentication state, causing the system to accept the session without performing user verification. This results in a full authentication bypass, allowing unauthorized access to protected resources.

Affected Systems

Spring Security 7.1.0, 7.0.0 through 7.0.6, 6.5.0 through 6.5.11, and 6.4.0 through 6.4.18 are affected. All applications that use Spring Security’s WebAuthn support with a distributed HTTP session store are impacted.

Risk and Exploitability

The CVSS score of 7.4 indicates high severity. EPSS is not available, and the vulnerability is not listed in CISA KEV, suggesting exploitation may not yet be widely observed, though the attack vector—remote manipulation of distributed session data—is likely feasible for attackers with moderate access. The documented impact is authentication bypass.

Generated by OpenCVE AI on August 26, 2026 at 19:46 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Spring Security to a version newer than 7.1.0 that contains the WebAuthn session serialization fix.
  • If upgrade is not yet possible, avoid using a distributed HTTP session store for WebAuthn sessions or enforce strict integrity checks (e.g., signed or encrypted session payloads).
  • Audit and monitor session handling for anomalous or tampered payloads, and apply network controls to restrict unauthorized modification of session data.

Generated by OpenCVE AI on August 26, 2026 at 19:46 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

References
History

Wed, 26 Aug 2026 20: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 20:15:00 +0000

Type Values Removed Values Added
First Time appeared Spring
Spring spring Security
Weaknesses CWE-287
CWE-502
Vendors & Products Spring
Spring spring Security

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

Type Values Removed Values Added
Description An application using Spring Security's WebAuthn support may be vulnerable to user verification bypass when using a distributed HTTP session store. 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
Title WebAuthn User Verification Bypass via Session Serialization
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-26T18:50:35.015Z

Reserved: 2026-05-20T10:00:51.004Z

Link: CVE-2026-47841

cve-icon Vulnrichment

Updated: 2026-08-26T18:50:28.883Z

cve-icon NVD

Status : Received

Published: 2026-08-26T18:16:33.303

Modified: 2026-08-26T20:17:25.340

Link: CVE-2026-47841

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-26T20:00:11Z

Weaknesses
  • CWE-287

    Improper Authentication

  • CWE-502

    Deserialization of Untrusted Data