CVE-2024-35880

Source
https://nvd.nist.gov/vuln/detail/CVE-2024-35880
Import Source
https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2024-35880.json
JSON Data
https://api.test.osv.dev/v1/vulns/CVE-2024-35880
Downstream
Related
Published
2024-05-19T09:15:09Z
Modified
2025-09-24T21:09:03Z
Severity
  • 5.5 (Medium) CVSS_V3 - CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H CVSS Calculator
Summary
[none]
Details

In the Linux kernel, the following vulnerability has been resolved:

iouring/kbuf: hold iobuffer_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 iouring 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 iobuffer_list directly with it referenced.

References

Affected packages