Security Advisory

CVE-2024-27052

CVE vulnerability detail - eXtreme Datacenter Security Operations

Published 2024-05-01 12:54:42
Last updated 2026-05-12 11:51:18
Assigner Linux
CVSS score not scored
State PUBLISHED

Description

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().