CVE-2025-38025

Publication date

2025-06-18 09:28:31

Family

Linux

State

PUBLISHED

Description

In the Linux kernel, the following vulnerability has been resolved: iio: adc: ad7606: check for NULL before calling sw_mode_config() Check that the sw_mode_config function pointer is not NULL before calling it. Not all buses define this callback, which resulted in a NULL pointer dereference.