First published: Wed Apr 03 2024(Updated: )
In the Linux kernel, the following vulnerability has been resolved: iio: adc: ad4130: zero-initialize clock init data The clk_init_data struct does not have all its members initialized, causing issues when trying to expose the internal clock on the CLK pin. Fix this by zero-initializing the clk_init_data struct.
Credit: 416baaa9-dc9f-4396-8d5f-8c081fb06d67 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Software | Affected Version | How to fix |
---|---|---|
Linux Kernel | >=6.2<6.6.18 | |
Linux Kernel | >=6.7<6.7.6 | |
Linux Kernel | =6.8-rc1 | |
Linux Kernel | =6.8-rc2 | |
Linux Kernel | =6.8-rc3 | |
Linux Kernel | =6.8-rc4 | |
debian/linux | 5.10.223-1 5.10.234-1 6.1.123-1 6.1.128-1 6.12.12-1 6.12.16-1 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2024-26711 is classified as a medium severity vulnerability in the Linux kernel.
To fix CVE-2024-26711, upgrade your Linux kernel to versions 5.10.223-1, 5.10.226-1, 6.1.123-1, 6.1.128-1, or 6.12.12-1.
CVE-2024-26711 affects the iio: adc: ad4130 subsystem in the Linux kernel.
CVE-2024-26711 causes issues with the initialization of the clk_init_data struct, impacting the exposure of the internal clock on the CLK pin.
For more information about CVE-2024-26711, review the patches and discussions in the Linux kernel repository.