In the Linux kernel, the following vulnerability has been resolved:
wifi: brcmfmac: Fix potential use-after-free issue when stopping watchdog task
Watchdog task might end between sendsig() and kthreadstop() calls, what results in the use-after-free issue. Fix this by increasing watchdog task reference count before calling sendsig() and dropping it by switching to kthreadstop_put().
{
"osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/46xxx/CVE-2026-46180.json",
"cna_assigner": "Linux"
}