CVE Catalog

CVE-2026-93038

Unknown
Published: Translated: NVD NIST

Summary

In the Linux kernel, the iio dac ad5686 driver is missing a NULL check on the chip_info pointer. If a user binds the driver via sysfs driver_override with a device name not present in the id_table or of_match_table, the match data will be NULL.

Risk Assessment

The missing NULL check can lead to a NULL pointer dereference and kernel crash (denial of service) when the driver is bound incorrectly.

Recommendation

Update the Linux kernel to a version with the fix that verifies the chip_info pointer is not NULL.

Other vulnerabilities in Linux kernel

See all
Original NVD description (English source)

In the Linux kernel, the following vulnerability has been resolved: iio: dac: ad5686: missing NULL check on match data Verify that chip_info pointer is not NULL. If a user binds the driver using driver_override via sysfs with a device name not present in the id_table or of_match_table, match data will be NULL.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS