Bug 2493777 (CVE-2026-53280) - CVE-2026-53280 kernel: iommu: Fix NULL group->domain dereference in pci_dev_reset_iommu_done()
Summary: CVE-2026-53280 kernel: iommu: Fix NULL group->domain dereference in pci_dev_r...
Keywords:
Status: NEW
Alias: CVE-2026-53280
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
low
low
Target Milestone: ---
Assignee: Product Security
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2026-06-26 21:07 UTC by OSIDB Bzimport
Modified: 2026-06-29 07:52 UTC (History)
2 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2026-06-26 21:07:02 UTC
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.

Comment 1 Mauro Matteo Cascella 2026-06-29 07:48:23 UTC
Upstream advisory:
https://lore.kernel.org/linux-cve-announce/2026062614-CVE-2026-53280-9318@gregkh/T


Note You need to log in before you can comment on or make changes to this bug.