CVE-2024-49864
MEDIUMLinux Kernel 6.2-6.6.54, 6.7-6.10.13, 6.11-6.11.2 - Race Condition in rxrpc Socket Setup
Title source: llmDescription
In the Linux kernel, the following vulnerability has been resolved: rxrpc: Fix a race between socket set up and I/O thread creation In rxrpc_open_socket(), it sets up the socket and then sets up the I/O thread that will handle it. This is a problem, however, as there's a gap between the two phases in which a packet may come into rxrpc_encap_rcv() from the UDP packet but we oops when trying to wake the not-yet created I/O thread. As a quick fix, just make rxrpc_encap_rcv() discard the packet if there's no I/O thread yet. A better, but more intrusive fix would perhaps be to rearrange things such that the socket creation is done by the I/O thread.
References (4)
Core 4
Core References
Scores
CVSS v3
4.7
EPSS
0.0017
EPSS Percentile
6.8%
Attack Vector
LOCAL
CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:H
CISA SSVC
Vulnrichment
Exploitation
none
Automatable
no
Technical Impact
partial
Details
CWE
CWE-362
Status
published
Products (15)
linux/Kernel
6.11.0 - 6.11.3linux
linux/Kernel
6.2.0 - 6.6.55linux
linux/Kernel
6.7.0 - 6.10.14linux
Linux/Linux
< 6.2
Linux/Linux
6.10.14 - 6.10.*
Linux/Linux
6.11.3 - 6.11.*
Linux/Linux
6.12
Linux/Linux
6.2
Linux/Linux
6.6.55 - 6.6.*
Linux/Linux
a275da62e8c111b897b9cb73eb91df2f4e475ca5 - 56e415202b8a17de6496f4023e545fcb66f118ec
... and 5 more
Published
Oct 21, 2024
Tracked Since
Feb 18, 2026