CVE Catalog

CVE-2026-89933

Unknown
Published: Translated: NVD NIST

Summary

In the Linux kernel, the dps310 pressure sensor driver crashes during ACPI probe when the device is enumerated through its ACPI HID (IFX3100). i2c_client_get_device_id() returns NULL, and dps310_probe() dereferences that NULL pointer, causing a kernel crash.

Risk Assessment

A kernel crash during probe can lead to denial of service or system instability. This may prevent the system from booting on affected hardware.

Recommendation

Update the Linux kernel to a version containing the fix that sets the IIO device name directly to "dps310" and removes the now-unused device-id lookup.

Other vulnerabilities in Linux kernel

See all
Original NVD description (English source)

In the Linux kernel, the following vulnerability has been resolved: iio: pressure: dps310: fix NULL pointer dereference on ACPI probe When the device is enumerated through its ACPI HID (IFX3100), i2c_client_get_device_id() returns NULL: the ACPI-derived client name does not match the driver's i2c_device_id table. dps310_probe() then dereferences that NULL pointer in "iio->name = id->name" and crashes the kernel during probe. The IIO device name is always "dps310", so set it directly and drop the now-unused device-id lookup.

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