In the Linux kernel, the following vulnerability has been resolved:
wifi: iwlwifi: fix potential use after free in iwlmldremove_link()
This code frees "link" by calling kfreercu(link, rcuhead) and then it dereferences "link" to get the "link->fwid". Save the "link->fwid" first to avoid a potential use after free.
{
"cna_assigner": "Linux",
"osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2025/68xxx/CVE-2025-68182.json"
}