cve/2024/CVE-2024-26711.md
2024-05-25 21:48:12 +02:00

802 B

CVE-2024-26711

Description

In the Linux kernel, the following vulnerability has been resolved:iio: adc: ad4130: zero-initialize clock init dataThe clk_init_data struct does not have all its membersinitialized, causing issues when trying to expose the internalclock on the CLK pin.Fix this by zero-initializing the clk_init_data struct.

POC

Reference

No PoCs from references.

Github