Cyber Resilience

CVE-2026-22751

Race Condition in Vmware Spring Security 6.4.0 – 6.4.16

Published
21 April 2026
Modified
01 May 2026
Patch / advisory
CVSS Score v3.1 4.8
Click a component to see what it means
Raw vectorCVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:N
EPSS Score 0.0012 3th percentile
Risk Priority 35 floored blend · peak EPSS

Summary

CVE-2026-22751 is a medium-severity Time-of-check Time-of-use (TOCTOU) Race Condition (CWE-367) vulnerability in Vmware Spring Security. Its CVSS base score is 4.8 (Medium).

Operationally, ranked at the 3th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified map to AC-3 (Access Enforcement) and SI-2 (Flaw Remediation) — see the control section below for these in your framework.

EU & UK References

Vulnerability Data

Vulnerability in Spring Spring Security. Applications that explicitly configure One-Time Token login with JdbcOneTimeTokenService are vulnerable to a Time-of-check Time-of-use (TOCTOU) race condition. This issue affects Spring Security: from 6.4.0 through 6.4.15, from 6.5.0 through 6.5.9, from 7.0.0 through 7.0.4.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

Insufficient information to map techniques.
Confidence: LOW · MITRE ATT&CK Enterprise v19.0

CVEs Like This One

CVE-2023-34042Same product: Vmware Spring Security
CVE-2026-41003Same product: Vmware Spring Security
CVE-2026-41706Same product: Vmware Spring Security
CVE-2026-41694Same product: Vmware Spring Security
CVE-2026-22746Same product: Vmware Spring Security
CVE-2026-40993Same product: Vmware Spring Security
CVE-2026-22753Same product: Vmware Spring Security
CVE-2023-34034Same product: Vmware Spring Security
CVE-2026-22748Same product: Vmware Spring Security
CVE-2024-38810Same product: Vmware Spring Security

Affected Assets

vmware
spring security
6.4.0 — 6.4.16 · 6.5.0 — 6.5.10 · 7.0.0 — 7.0.5

Mitigating Controls

Control response

Prevent
Stop it (NIST 800-53)
  • AC-3 Access Enforcement
  • SI-2 Flaw Remediation
  • IA-5 Authenticator Management
Detect
Catch it (NIST detect / respond)

Harden
Shrink the surface (DISA STIG)

Validate
Prove the fix (OWASP ASVS)
  • V15.4.2
  • V17.2.6

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly enforces atomic access decisions on one-time tokens, eliminating the TOCTOU window in JdbcOneTimeTokenService.

prevent

Requires prompt remediation of the identified flaw in Spring Security versions 6.4.x-7.0.x that permits the race condition.

prevent

Mandates proper management and single-use validation of authenticators (one-time tokens), reducing the impact of check/use races.

Mitigating Controls (NIST CSF 2.0) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→CSF cross-walk (authority under review) — links open the control.

PR.PS-06 mostly match
prevents

Secure SDLC practices directly include coding standards and reviews that prevent TOCTOU race conditions.

Mitigating Controls (ISO/IEC 27001:2022 Annex A) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→ISO cross-walk (authority under review) — links open the control.

none

Reliable, synchronized time across systems narrows the exploitable window in which a resource state can change between a security check and its use.

References