First published: Wed Aug 21 2024(Updated: )
In the Linux kernel, the following vulnerability has been resolved: devres: Fix memory leakage caused by driver API devm_free_percpu() It will cause memory leakage when use driver API devm_free_percpu() to free memory allocated by devm_alloc_percpu(), fixed by using devres_release() instead of devres_destroy() within devm_free_percpu().
Credit: 416baaa9-dc9f-4396-8d5f-8c081fb06d67 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Software | Affected Version | How to fix |
---|---|---|
Linux Kernel | >=4.10<4.19.320 | |
Linux Kernel | >=4.20<5.4.282 | |
Linux Kernel | >=5.5<5.10.224 | |
Linux Kernel | >=5.11<5.15.165 | |
Linux Kernel | >=5.16<6.1.103 | |
Linux Kernel | >=6.2<6.6.44 | |
Linux Kernel | >=6.7<6.10.3 | |
debian/linux | <=5.10.223-1 | 5.10.226-1 6.1.123-1 6.1.119-1 6.12.11-1 6.12.12-1 |
debian/linux-6.1 | 6.1.119-1~deb11u1 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2024-43871 has a severity rating that indicates a risk of memory leakage in the Linux kernel due to improper handling of memory deallocation.
To fix CVE-2024-43871, ensure that you are using a patched version of the Linux kernel, such as 5.10.226-1, 6.1.123-1, or any later version.
CVE-2024-43871 affects various versions of the Linux kernel including those in the ranges from 4.10 to 6.10.3.
Yes, CVE-2024-43871 could potentially be exploited, leading to performance degradation due to memory leakage.
CVE-2024-43871 affects the driver API specifically related to memory allocation functions, particularly devm_free_percpu() and devm_alloc_percpu().