← Back to CVE List

CVE-2024-27052

Published: 2024-05-01T13:15Z
Last Modified: 2025-04-08T19:43Z
Source: MITRE CVE List
License: MITRE-CVE-TOS
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(). > MITRE Terms of Use apply – see LICENSE‑MITRE.txt