CVE-2024-26694
Severity CVSS v4.0:
Pending analysis
Type:
CWE-415
Double Free
Publication date:
03/04/2024
Last modified:
07/01/2025
Description
In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
wifi: iwlwifi: fix double-free bug<br />
<br />
The storage for the TLV PC register data wasn&#39;t done like all<br />
the other storage in the drv->fw area, which is cleared at the<br />
end of deallocation. Therefore, the freeing must also be done<br />
differently, explicitly NULL&#39;ing it out after the free, since<br />
otherwise there&#39;s a nasty double-free bug here if a file fails<br />
to load after this has been parsed, and we get another free<br />
later (e.g. because no other file exists.) Fix that by adding<br />
the missing NULL assignment.
Impact
Base Score 3.x
7.80
Severity 3.x
HIGH
Vulnerable products and versions
| CPE | From | Up to |
|---|---|---|
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.4 (including) | 6.6.18 (excluding) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.7 (including) | 6.7.6 (excluding) |
| cpe:2.3:o:linux:linux_kernel:6.8:rc1:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:6.8:rc2:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:6.8:rc3:*:*:*:*:*:* |
To consult the complete list of CPE names with products and versions, see this page
References to Advisories, Solutions, and Tools
- https://git.kernel.org/stable/c/353d321f63f7dbfc9ef58498cc732c9fe886a596
- https://git.kernel.org/stable/c/ab9d4bb9a1892439b3123fc52b19e32b9cdf80ad
- https://git.kernel.org/stable/c/d24eb9a27bea8fe5237fa71be274391d9d51eff2
- https://git.kernel.org/stable/c/353d321f63f7dbfc9ef58498cc732c9fe886a596
- https://git.kernel.org/stable/c/ab9d4bb9a1892439b3123fc52b19e32b9cdf80ad
- https://git.kernel.org/stable/c/d24eb9a27bea8fe5237fa71be274391d9d51eff2



