You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"title": "Spring Security JdbcOneTimeTokenService allows a one-time token to authenticate multiple sessions",
21
+
"affected": [
22
+
{
23
+
"vendor": "Spring",
24
+
"product": "Spring Security",
25
+
"versions": [
26
+
{
27
+
"status": "affected",
28
+
"version": "6.4.0",
29
+
"lessThanOrEqual": "6.4.15",
30
+
"versionType": "custom"
31
+
},
32
+
{
33
+
"status": "affected",
34
+
"version": "6.5.0",
35
+
"lessThanOrEqual": "6.5.9",
36
+
"versionType": "custom"
37
+
},
38
+
{
39
+
"status": "affected",
40
+
"version": "7.0.0",
41
+
"lessThanOrEqual": "7.0.4",
42
+
"versionType": "custom"
43
+
}
44
+
],
45
+
"defaultStatus": "unaffected"
46
+
}
47
+
],
48
+
"descriptions": [
49
+
{
50
+
"lang": "en",
51
+
"value": "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.",
52
+
"supportingMedia": [
53
+
{
54
+
"type": "text/html",
55
+
"base64": false,
56
+
"value": "Vulnerability in Spring Spring Security. Applications that explicitly configure One-Time Token login with <code>JdbcOneTimeTokenService</code> are vulnerable to a Time-of-check Time-of-use (TOCTOU) race condition. <span>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.</span>"
0 commit comments