NONE · 0

CVE-2026-89822

In the Linux kernel, the following vulnerability has been resolved: drm/i915: Guard against NULL driver_data in i915_pci_probe() pci_match_device() can return the dummy pci_device_id_any entry when ...

Vulnerability Description

In the Linux kernel, the following vulnerability has been resolved: drm/i915: Guard against NULL driver_data in i915_pci_probe() pci_match_device() can return the dummy pci_device_id_any entry when a device is force-bound via sysfs driver_override, in which case ->driver_data is unset (NULL). i915_pci_probe() casts it to struct intel_device_info * unconditionally and dereferences intel_info->require_force_probe, causing a NULL-ptr-deref. (cherry picked from commit 2727922084672cc274ecea726ea00363c2893731)

References

FAQ

What is CVE-2026-89822?

CVE-2026-89822 is a documented vulnerability. In the Linux kernel, the following vulnerability has been resolved: drm/i915: Guard against NULL driver_data in i915_pci_probe() pci_match_device() can return the dummy pci_device_id_any entry when ...

How severe is CVE-2026-89822?

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

Is there a patch for CVE-2026-89822?

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