First published: Tue Nov 19 2024(Updated: )
In the Linux kernel, the following vulnerability has been resolved: iio: gts-helper: Fix memory leaks for the error path of iio_gts_build_avail_scale_table() If per_time_scales[i] or per_time_gains[i] kcalloc fails in the for loop of iio_gts_build_avail_scale_table(), the err_free_out will fail to call kfree() each time when i is reduced to 0, so all the per_time_scales[0] and per_time_gains[0] will not be freed, which will cause memory leaks. Fix it by checking if i >= 0.
Credit: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Software | Affected Version | How to fix |
---|---|---|
Linux Kernel | >=6.4<6.6.60 | |
Linux Kernel | >=6.7<6.11.7 | |
Linux Kernel | =6.12-rc1 | |
Linux Kernel | =6.12-rc2 | |
Linux Kernel | =6.12-rc3 | |
Linux Kernel | =6.12-rc4 | |
Linux Kernel | =6.12-rc5 | |
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-53076 is categorized as a medium severity vulnerability affecting the Linux kernel.
To fix CVE-2024-53076, upgrade your Linux kernel to a version that includes the patch for this vulnerability.
CVE-2024-53076 affects Linux kernel versions from 6.4 to 6.6.60 and from 6.7 to 6.11.7, including various release candidates.
CVE-2024-53076 is a memory leak vulnerability that occurs in the iio_gts_build_avail_scale_table function of the Linux kernel.
Attackers can exploit CVE-2024-53076 to cause increased memory consumption leading to potential denial-of-service conditions.