In the Linux kernel, the following vulnerability has been resolved:
dmaengine: idxd: Fix possible Use-After-Free in irq_process_work_list
Use list_for_each_entry_safe() to allow iterating through the list and
deleting the entry in the iteration process. The descriptor is freed via
idxd_desc_complete() and there's a slight chance may cause issue for
the list iterator when the descriptor is reused by another thread
without it being deleted from the list.
CVSS
No CVSS.
References
Configurations
No configuration.
History
No history.
Information
Published : 2024-07-12 13:15
Updated : 2024-07-12 16:34
NVD link : CVE-2024-40956
Mitre link : CVE-2024-40956
CVE.ORG link : CVE-2024-40956
JSON object : View
Products Affected
No product.
CWE
No CWE.
