CVE-2024-26694: wifi: iwlwifi: fix double-free bug
In the Linux kernel, the following vulnerability has been resolved:
wifi: iwlwifi: fix double-free bug
The Linux kernel CVE team has assigned CVE-2024-26694 to this issue.
Upstream advisory: https://lore.kernel.org/linux-cve-announce/2024040337-CVE-2024-26694-b216@gregkh/T
Other sources
In the Linux kernel, the following vulnerability has been resolved:
wifi: iwlwifi: fix double-free bug
The storage for the TLV PC register data wasn't done like all the other storage in the drv->fw area, which is cleared at the end of deallocation. Therefore, the freeing must also be done differently, explicitly NULL'ing it out after the free, since otherwise there's a nasty double-free bug here if a file fails to load after this has been parsed, and we get another free later (e.g. because no other file exists.) Fix that by adding the missing NULL assignment.
— NVD
Affected Software
Remediation
Event History
Frequently Asked Questions
What is the severity of CVE-2024-26694?
CVE-2024-26694 is classified as a moderate severity vulnerability in the Linux kernel.
How do I fix CVE-2024-26694?
To remediate CVE-2024-26694, update the Linux kernel to the versions specified by your distribution: 6.6.18, 6.7.6, 6.8, or certain 5.10 and 6.1 versions.
What systems are affected by CVE-2024-26694?
CVE-2024-26694 affects multiple versions of the Linux kernel up to 6.6.18 and includes specific Debian and Red Hat kernel versions.
Is CVE-2024-26694 a remote exploit?
CVE-2024-26694 is not a remote exploit; it involves a double-free bug in the iwlwifi driver.
When was CVE-2024-26694 discovered?
CVE-2024-26694 was reported and resolved as part of ongoing efforts in the Linux kernel security management.