CVE-2026-52952
Severity CVSS v4.0:
Pending analysis
Type:
Unavailable / Other
Publication date:
24/06/2026
Last modified:
15/07/2026
Description
In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
iommu: Fix WARN_ON in __iommu_group_set_domain_nofail() due to reset<br />
<br />
In __iommu_group_set_domain_internal(), concurrent domain attachments are<br />
rejected when any device in the group is recovering. This is necessary to<br />
fence concurrent attachments to a multi-device group where devices might<br />
share the same RID due to PCI DMA alias quirks, but triggers the WARN_ON in<br />
__iommu_group_set_domain_nofail().<br />
<br />
Other IOMMU_SET_DOMAIN_MUST_SUCCEED callers in detach/teardown paths, such<br />
as __iommu_group_set_core_domain and __iommu_release_dma_ownership, should<br />
not be rejected, as the domain would be freed anyway in these nofail paths<br />
while group->domain is still pointing to it. So pci_dev_reset_iommu_done()<br />
could trigger a UAF when re-attaching group->domain.<br />
<br />
Honor the IOMMU_SET_DOMAIN_MUST_SUCCEED flag, allowing the callers through<br />
the group->recovery_cnt fence, so as to update the group->domain pointer.<br />
Instead add a gdev->blocked check in the device iteration loop, to prevent<br />
any concurrent per-device detachment.
Impact
Base Score 3.x
8.80
Severity 3.x
HIGH
Vulnerable products and versions
| CPE | From | Up to |
|---|---|---|
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 7.0 (including) | 7.0.10 (excluding) |
| cpe:2.3:o:linux:linux_kernel:7.1:rc1:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:7.1:rc2:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:7.1:rc3:*:*:*:*:*:* |
To consult the complete list of CPE names with products and versions, see this page
References to Advisories, Solutions, and Tools
- https://git.kernel.org/stable/c/5474e6e17a262db45c60575c73f70210f5c7001f
- https://git.kernel.org/stable/c/8fc289e809f3eb7e36cadc4684ab6fad747a5a93
- https://access.redhat.com/security/cve/CVE-2026-52952
- https://bugzilla.redhat.com/show_bug.cgi?id=2492422
- https://security.access.redhat.com/data/csaf/v2/vex/2026/cve-2026-52952.json



