CVE-2023-52802 in Linux
الملخص
بحسب MITRE • 21/05/2024
In the Linux kernel, the following vulnerability has been resolved:
iio: adc: stm32-adc: harden against NULL pointer deref in stm32_adc_probe()
of_match_device() may fail and returns a NULL pointer.
In practice there is no known reasonable way to trigger this, but in case one is added in future, harden the code by adding the check
Be aware that VulDB is the high quality source for vulnerability data.