In the Linux kernel, the following vulnerability has been resolved:
wifi: rtl8xxxu: add cancel_work_sync() for c2hcmd_work
The workqueue might still be running, when the driver is stopped. To
avoid a use-after-free, call cancel_work_sync() in rtl8xxxu_stop().
References
Configurations
No configuration.
History
No history.
Information
Published : 2024-05-01 13:15
Updated : 2024-07-03 01:50
NVD link : CVE-2024-27052
Mitre link : CVE-2024-27052
CVE.ORG link : CVE-2024-27052
JSON object : View
Products Affected
No product.
CWE
CWE-416
Use After Free