CVE-2024-49864
Last modified
CVE-2024-49864 is a medium-severity vulnerability rated 4.7/10 on the CVSS scale. 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.. EPSS estimates a 0.17% chance of exploitation in the next 30 days.
Description
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.
Metrics
CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:H
Weakness Enumeration
Affected Software
| Vendor | Product | Versions | Update |
|---|---|---|---|
| Linux | Linux Kernel | >= 6.2, <= 6.6.55 | — |
| Linux | Linux Kernel | >= 6.10, < 6.10.14 | — |
| Linux | Linux Kernel | >= 6.11, < 6.11.3 | — |
| Linux | Linux Kernel | 6.12 | Rc1 |
References
Timeline
- Published
- Last Modified
- Status
- Modified
Frequently Asked Questions
What is CVE-2024-49864?
How severe is CVE-2024-49864?
How do I fix CVE-2024-49864?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2024
- CVE-2024-49858In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-49859In the Linux kernel, the following vulnerability has been re…4.7
- CVE-2024-49860In the Linux kernel, the following vulnerability has been re…7.1
- CVE-2024-49861In the Linux kernel, the following vulnerability has been re…7.1
- CVE-2024-49862In the Linux kernel, the following vulnerability has been re…7.1
- CVE-2024-49863In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-49865In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2024-49866In the Linux kernel, the following vulnerability has been re…4.7
- CVE-2024-49867In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-49868In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-49869In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2024-49870In the Linux kernel, the following vulnerability has been re…5.5
Are you affected by CVE-2024-49864?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
