4.7
CVE-2024-26585
- EPSS 0.04%
 - Published 21.02.2024 15:15:09
 - Last modified 21.11.2024 09:02:35
 - Source 416baaa9-dc9f-4396-8d5f-8c081f
 - CVE-Watchlists
 - Open
 
In 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.
Data is provided by the National Vulnerability Database (NVD)
	Linux ≫ Linux Kernel  Version >= 4.20.0 < 6.6.18
	Linux ≫ Linux Kernel  Version >= 6.7.0 < 6.7.6
| Type | Source | Score | Percentile | 
|---|---|---|---|
| EPSS | FIRST.org | 0.04% | 0.114 | 
| Source | Base Score | Exploit Score | Impact Score | Vector string | 
|---|---|---|---|---|
| nvd@nist.gov | 4.7 | 1 | 3.6 | 
                 CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:H  
             | 
        
CWE-362 Concurrent Execution using Shared Resource with Improper Synchronization ('Race Condition')
The product contains a concurrent code sequence that requires temporary, exclusive access to a shared resource, but a timing window exists in which the shared resource can be modified by another code sequence operating concurrently.