CVE-2024-26711: iio: adc: ad4130: zero-initialize clock init data
In the Linux kernel, the following vulnerability has been resolved:
iio: adc: ad4130: zero-initialize clock init data
The clkinitdata 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 clkinitdata struct.
Affected Software
Remediation
Event History
Frequently Asked Questions
What is the severity of CVE-2024-26711?
CVE-2024-26711 is classified as a medium severity vulnerability in the Linux kernel.
How do I fix CVE-2024-26711?
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.
What components are affected by CVE-2024-26711?
CVE-2024-26711 affects the iio: adc: ad4130 subsystem in the Linux kernel.
What problems does CVE-2024-26711 cause?
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.
Where can I find more information about CVE-2024-26711?
For more information about CVE-2024-26711, review the patches and discussions in the Linux kernel repository.