CVE-2026-64212
N/A
N/A
Summary
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()")
Affected Software
| Vendor | Product | Version Range | Status |
|---|---|---|---|
| Linux | Linux | 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 < 3a74aaad047353da3344aed32e9042d4f334f926 | affected |
| Linux | Linux | 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 < b6b4db85c7baf0788c5e7ec61350c1ff2bb775e0 | affected |
| Linux | Linux | 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 < d733ed481fd20a8e7bfe5119c4e77761ba3f87ee | affected |
| Linux | Linux | 0 < 6.18.34 | affected |
| Linux | Linux | 0 < 7.0.11 | affected |
| Linux | Linux | 6.18.34 <= 6.18.* | unaffected |
| Linux | Linux | 7.0.11 <= 7.0.* | unaffected |
| Linux | Linux | 7.1 <= * | unaffected |
Weaknesses
References
- https://git.kernel.org/stable/c/3a74aaad047353da3344aed32e9042d4f334f926
- https://git.kernel.org/stable/c/b6b4db85c7baf0788c5e7ec61350c1ff2bb775e0
- https://git.kernel.org/stable/c/d733ed481fd20a8e7bfe5119c4e77761ba3f87ee
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.