n the Linux kernel, the following vulnerability has been resolved: tls: fix race between tx work scheduling and socket close Similarly to previous commit, the submitting thread (recvmsg/sendmsg) may exit as soon as the async crypto handler calls complete(). Reorder scheduling the work before calling complete(). This seems more logical in the first place, as it's the inverse order of what the submitting thread will do.
Configuration 1 (hide)
|
04 Nov 2025, 19:17
| Type | Values Removed | Values Added |
|---|---|---|
| References |
|
21 Nov 2024, 09:02
| Type | Values Removed | Values Added |
|---|---|---|
| References | () https://git.kernel.org/stable/c/196f198ca6fce04ba6ce262f5a0e4d567d7d219d - | |
| References | () https://git.kernel.org/stable/c/6db22d6c7a6dc914b12c0469b94eb639b6a8a146 - Patch | |
| References | () https://git.kernel.org/stable/c/e01e3934a1b2d122919f73bc6ddbe1cdafc4bbdb - Patch | |
| References | () https://git.kernel.org/stable/c/e327ed60bff4a991cd7a709c47c4f0c5b4a4fd57 - Patch |
19 Aug 2024, 05:15
| Type | Values Removed | Values Added |
|---|---|---|
| References |
|
Published : 2024-02-21 15:15
Updated : 2025-11-04 19:17
NVD link : CVE-2024-26585
Mitre link : CVE-2024-26585
CVE.ORG link : CVE-2024-26585
JSON object : View
Concurrent Execution using Shared Resource with Improper Synchronization ('Race Condition')