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.
References
Configurations
Configuration 1 (hide)
|
History
No history.
Information
Published : 2024-04-03 15:15
Updated : 2025-02-27 22:02
NVD link : CVE-2024-26711
Mitre link : CVE-2024-26711
CVE.ORG link : CVE-2024-26711
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-908
Use of Uninitialized Resource
