First published: Mon Oct 21 2024(Updated: )
In the Linux kernel, the following vulnerability has been resolved: crypto: iaa - Fix potential use after free bug The free_device_compression_mode(iaa_device, device_mode) function frees "device_mode" but it iss passed to iaa_compression_modes[i]->free() a few lines later resulting in a use after free. The good news is that, so far as I can tell, nothing implements the ->free() function and the use after free happens in dead code. But, with this fix, when something does implement it, we'll be ready. :)
Credit: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Software | Affected Version | How to fix |
---|---|---|
Linux Kernel | >=6.8<6.10.13 | |
Linux Kernel | >=6.11<6.11.2 | |
debian/linux | 5.10.223-1 5.10.226-1 6.1.123-1 6.1.128-1 6.12.12-1 6.12.15-1 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2024-47732 is classified as a moderate severity vulnerability in the Linux kernel.
To fix CVE-2024-47732, update your Linux kernel to a secure version including the patches that address this vulnerability.
CVE-2024-47732 affects Linux kernel versions between 6.8 and 6.10.13, as well as versions between 6.11 and 6.11.2.
CVE-2024-47732 is not categorized as a remote code execution vulnerability, but it involves a use-after-free condition.
CVE-2024-47732 impacts the crypto subsystem within the Linux kernel, specifically related to device compression modes.