CVE-2024-41051
Linux Linux, linux kernel
In the Linux kernel, the following vulnerability has been resolved: cachefiles: wait for ondemand_object_worker to finish when dropping object When queuing ondemand_object_worker() to re-open the object, cachefiles_object is not pinned. The cachefiles_object may be freed when the pending read request is completed intentionally and the related erofs is umounted. If ondemand_object_worker() runs after the object is freed, it will incur use-after-free problem as shown below. process A processs B process C process D cachefiles_ondemand_send_req() // send a read req X // wait for its completion...
- CVSS
- 7.8
- EPSS
- 0.27% 19.5% percentile
- CISA KEV
- Not listed
- Published
- 2024.07.30