CVE-2024-27052
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().
More information : https://git.kernel.org/stable/c/1213acb478a7181cd73eeaf00db430f1e45b1361
