Vulnerability in Linux
CVE-2024-35880
In the Linux kernel, the following vulnerability has been resolved: io_uring/kbuf: hold io_buffer_list reference over mmap If we look up the kbuf, ensure that it doesn't get unregistered until after we're done with it. Since we're inside mmap, we cannot safely use the io_uring lock. Rely on the fact that we can lookup the buffer list under RCU now and grab a reference to it, preventing it from being unregistered until we're done with it. The lookup returns the io_buffer_list directly with it referenced.
EPSS: 0.007 (49.6th percentile) — read the EPSS interpretation.
CVSS v3 metric
CVSS v3 base score 7.8 (High). Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H.
Affected products
- Linux — versions 6.6.5, 6.9, 6.6.26
- Linux Linux_kernel — versions 6.7, 6.9
Public proof-of-concept exploits
References
Frequently asked questions
- What is CVE-2024-35880?
- CVE-2024-35880 is a high-severity vulnerability in Linux. CVSS score: 7.8/10. Published 2024-05-19.
- How severe is CVE-2024-35880?
- High severity. CVSS v3 base score is 7.8 out of 10.
- Is CVE-2024-35880 known to be exploited?
- 1 public proof-of-concept repositories are indexed. Not currently listed in the CISA KEV catalog.