In the Linux kernel, the following vulnerability has been resolved: wifi: iwlwifi: fix potential use after free in iwlmldremovelink() This code frees "link" by calling kfreercu(link, rcuhead) and then it dereferences "link" to get the "link->fwid". Save the "link->fw_id" first to avoid a potential use after free.