Answer in brief
CVE-2026-89933 records a Unknown severity vulnerability in iio: pressure: dps310: fix NULL pointer dereference on ACPI probe. The current sources do not mark it as known exploited. The current feed maps Linux/Linux (generic), Linux/Linux (generic). Check affected ranges and fixed versions before updating.
Analysis pending evidence review
HOL Guard separates source facts from reviewed analysis. See the methodology.
A CVSS score is not reported in the current record. The current sources do not mark it as known exploited. Treat this as a source-backed prioritization signal, not a statement about your environment.
Analysis status
Analysis pending evidence review
Factual feed record only; HOL analysis is not approved for indexing. Read the methodology.
The current feed maps Linux/Linux (generic), Linux/Linux (generic). Check affected ranges and fixed versions before updating.
| Package | Affected range | Fixed version |
|---|---|---|
| Linux/Linuxgeneric | >=72ff282819d0526d3e4417c2a61414557981b5af <a32a39da18e01b20c2ab65af9be34dc870187382 || >=72ff282819d0526d3e4417c2a61414557981b5af <bc7b09e701b4175fc683b579fcdef3bfac809239 || >=72ff282819d0526d3e4417c2a61414557981b5af <7ded5b76ec2df6a3fb1bfde0d1869cde363fef30 || >=72ff282819d0526d3e4417c2a61414557981b5af <3fa189573cca284ae663bfd2d5b9ed755bec5e9d || >=72ff282819d0526d3e4417c2a61414557981b5af <26e9213898fc949923188ef0aeea31fc87708836 | a32a39da18e01b20c2ab65af9be34dc870187382, bc7b09e701b4175fc683b579fcdef3bfac809239, 7ded5b76ec2df6a3fb1bfde0d1869cde363fef30, 3fa189573cca284ae663bfd2d5b9ed755bec5e9d, 26e9213898fc949923188ef0aeea31fc87708836 |
| Linux/Linuxgeneric | 5.18 | Not reported |
Published upstream
Sep 16, 2026
Evidence: source:cvelist:source_dates:source-dates:recordSource modified
Sep 16, 2026
Evidence: source:cvelist:source_dates:source-dates:recordFirst seen by HOL
Sep 16, 2026
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.
Quoted source text, attributed separately from HOL analysis.