CVE-2024-47732
Severity CVSS v4.0:
Pending analysis
Type:
CWE-416
Use After Free
Publication date:
21/10/2024
Last modified:
20/12/2024
Description
In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
crypto: iaa - Fix potential use after free bug<br />
<br />
The free_device_compression_mode(iaa_device, device_mode) function frees<br />
"device_mode" but it iss passed to iaa_compression_modes[i]->free() a few<br />
lines later resulting in a use after free.<br />
<br />
The good news is that, so far as I can tell, nothing implements the<br />
->free() function and the use after free happens in dead code. But, with<br />
this fix, when something does implement it, we&#39;ll be ready. :)
Impact
Base Score 3.x
5.50
Severity 3.x
MEDIUM
Vulnerable products and versions
| CPE | From | Up to |
|---|---|---|
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.8 (including) | 6.10.13 (excluding) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.11 (including) | 6.11.2 (excluding) |
To consult the complete list of CPE names with products and versions, see this page



