CVE-2026-22751
medium
CVSS v3
4.8
CVSS v2
—
VIR risk
4.8
Description
Spring Security Core has a TOCTOU race condition when One-Time Token login with JdbcOneTimeTokenService is configured
Predictions
Exploit likelihood
58%
Patch ETA
—
Heuristic predictions, AS-IS, for prioritization only.
Mitigations
Vendor advisory: security@vmware.com — https://spring.io/security/cve-2026-22751
Package impact
| Ecosystem | Package | Vulnerable | Fixed |
|---|---|---|---|
| Maven | org.springframework.security:spring-security-core | >=6.5.0,<6.5.10 | 6.5.10 |
| Maven | org.springframework.security:spring-security-core | >=7.0.3,<7.0.5 | 7.0.5 |
| Maven | org.springframework.security:spring-security-core | >=6.4.0,<=6.4.13 | |
Application impact
| Vendor | Product | Versions | Fixed |
|---|---|---|---|
| vmware | spring_security | {"startIncluding":"6.4.0","endExcluding":"6.4.16"} | 6.4.16 |
References
- https://spring.io/security/cve-2026-22751
- https://nvd.nist.gov/vuln/detail/CVE-2026-22751
- https://github.com/spring-projects/spring-security/commit/163772775036c4146815a5266874278c6f45f047
- https://github.com/spring-projects/spring-security/commit/4187af38b251fc97fdf9949f7869618111e6e261
- https://github.com/spring-projects/spring-security
CWEs
CWE-367
Verify integrity in audit chain (admin only). AS-IS.