NONE · 0

CVE-2026-89933

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), i2...

Vulnerability Description

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.

References

FAQ

What is CVE-2026-89933?

CVE-2026-89933 is a documented vulnerability. 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), i2...

How severe is CVE-2026-89933?

CVSS scoring is not yet available for CVE-2026-89933. Check NVD for updates.

Is there a patch for CVE-2026-89933?

Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.