Vulnerability Description
In the Linux kernel, the following vulnerability has been resolved: iommu: Fix NULL group->domain dereference in pci_dev_reset_iommu_done() Local sashiko review pointed it out that group->domain could be NULL when a default domain fails to allocate during the first probe, which can crash at domain->ops->attach_dev dereference in __iommu_attach_device() invoked by pci_dev_reset_iommu_done(). pci_dev_reset_iommu_prepare() is fine as an old_domain pointer can be NULL. Skip the re-attach in pci_dev_reset_iommu_done() to fix the bug.
CVSS Score
MEDIUM
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux Kernel | >= 7.0, < 7.0.10 |
Related Weaknesses (CWE)
References
- https://git.kernel.org/stable/c/17194cd0dd236e732d116d50840d795ca50ef196Patch
- https://git.kernel.org/stable/c/d769711fcddd005f1e654b3bde547140917fe696Patch
FAQ
What is CVE-2026-53280?
CVE-2026-53280 is a vulnerability with a CVSS score of 5.5 (MEDIUM). In the Linux kernel, the following vulnerability has been resolved: iommu: Fix NULL group->domain dereference in pci_dev_reset_iommu_done() Local sashiko review pointed it out that group->domain cou...
How severe is CVE-2026-53280?
CVE-2026-53280 has been rated MEDIUM with a CVSS base score of 5.5/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-53280?
Check the references section above for vendor advisories and patch information. Affected products include: Linux Linux Kernel.