Vulnerability Description
In the Linux kernel, the following vulnerability has been resolved: wifi: iwlwifi: mld: don't dereference a pointer before NULL checking it In iwl_mld_remove_link, the link->fw_id is saved at the beginning of the function so we have it after we freed the link. But the link pointer can be NULL, and is not checked when the fw_id is stored. Fix it by simply freeing the link at the end of the function. fFixes: 0e66a39f4f0e ("wifi: iwlwifi: fix potential use after free in iwl_mld_remove_link()")
CVSS Score
MEDIUM
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux Kernel | < 6.18.34 |
Related Weaknesses (CWE)
References
- https://git.kernel.org/stable/c/3a74aaad047353da3344aed32e9042d4f334f926Patch
- https://git.kernel.org/stable/c/b6b4db85c7baf0788c5e7ec61350c1ff2bb775e0Patch
- https://git.kernel.org/stable/c/d733ed481fd20a8e7bfe5119c4e77761ba3f87eePatch
FAQ
What is CVE-2026-64212?
CVE-2026-64212 is a vulnerability with a CVSS score of 5.5 (MEDIUM). In the Linux kernel, the following vulnerability has been resolved: wifi: iwlwifi: mld: don't dereference a pointer before NULL checking it In iwl_mld_remove_link, the link->fw_id is saved at the be...
How severe is CVE-2026-64212?
CVE-2026-64212 has been rated MEDIUM with a CVSS base score of 5.5/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-64212?
Check the references section above for vendor advisories and patch information. Affected products include: Linux Linux Kernel.