CVE-2024-49864: rxrpc: Fix a race between socket set up and I/O thread creation
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.
Security readout for executives and security teams
Plain-English summary
A timing flaw in the Linux RxRPC networking code can cause the kernel to crash when a packet arrives after socket setup but before its I/O thread exists. The documented impact is loss of availability, not data theft or modification. Systems using an affected kernel and RxRPC warrant prompt assessment.
Executive priority
Prioritize remediation for critical or network-exposed Linux systems after confirming RxRPC relevance. The principal business risk is service interruption or host instability. Because the version data is incomplete and exploitation is not documented, use targeted urgent patching rather than declaring an organization-wide emergency without exposure validation.
Technical view
The race occurs between socket initialization in rxrpc_open_socket() and I/O-thread creation. A UDP packet reaching rxrpc_encap_rcv() during this window may trigger an invalid wake-up and kernel oops. The stable fix discards packets received before the I/O thread exists. CVSS 3.1 is 7.5: network-accessible, low complexity, unauthenticated, and availability-only.
Likely exposure
Exposure is most plausible on systems running affected Linux kernel versions where RxRPC is present and can receive traffic during socket initialization. The supplied version metadata lists 6.2, 6.6.55, 6.10.14, 6.11.3, and 6.12, but is ambiguous; confirm exact distribution package status against vendor guidance and the referenced stable commits.
Exploitation context
The CVSS vector indicates a remotely reachable, unauthenticated availability risk with low attack complexity. However, the bundle marks this CVE as absent from KEV and supplies no evidence of active exploitation or a public exploit. Treat exploit prevalence as unknown rather than assuming exploitation is occurring.
Researcher notes
The fix is intentionally narrow: rxrpc_encap_rcv() drops a packet when no I/O thread exists. The disclosure notes that moving socket creation into the I/O thread might be a more complete but intrusive design. No CWE, proof of concept, attack observations, or distribution-specific fixed-package mappings are provided.
Mitigation direction
Update to a vendor-supported kernel containing the applicable referenced stable fix.
Use distribution security guidance to map fixed commits to packaged kernel versions.
Prioritize externally reachable or operationally critical systems using RxRPC.
Apply normal kernel-update procedures, including rebooting into the corrected kernel.
Validation and detection
Inventory running kernel versions, not only installed kernel packages.
Determine whether affected systems use or expose RxRPC-related functionality.
Verify the running kernel package incorporates an applicable referenced fix commit.
Confirm systems rebooted successfully into the corrected kernel.
Review kernel logs for relevant oops or unexpected availability events.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cve · low confidence lookup
CVE-2024-49864 mapping review
Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.