HOMEVULNERABILITIESCVE-2026-52952
HIGH

CVE-2026-52952

Published: June 24, 2026· Updated: Jun 30, 2026

8.8
CVSS v3.1
EPSS:0.16%probability of exploitation in 30 daysPercentile:5.8th

Official Description

In the Linux kernel, the following vulnerability has been resolved:

iommu: Fix WARN_ON in __iommu_group_set_domain_nofail() due to reset

In __iommu_group_set_domain_internal(), concurrent domain attachments are

rejected when any device in the group is recovering. This is necessary to

fence concurrent attachments to a multi-device group where devices might

share the same RID due to PCI DMA alias quirks, but triggers the WARN_ON in

__iommu_group_set_domain_nofail().

Other IOMMU_SET_DOMAIN_MUST_SUCCEED callers in detach/teardown paths, such

as __iommu_group_set_core_domain and __iommu_release_dma_ownership, should

not be rejected, as the domain would be freed anyway in these nofail paths

while group->domain is still pointing to it. So pci_dev_reset_iommu_done()

could trigger a UAF when re-attaching group->domain.

Honor the IOMMU_SET_DOMAIN_MUST_SUCCEED flag, allowing the callers through

the group->recovery_cnt fence, so as to update the group->domain pointer.

Instead add a gdev->blocked check in the device iteration loop, to prevent

any concurrent per-device detachment.

NVD Source

Technical Analysis

CVE-2026-52952 requires local access, meaning attackers must already have a foothold on the target system.

Exploitation requires low privileges, which limits the exposure to scenarios where an attacker has already gained initial access.

A successful exploit results in complete confidentiality breach (data exposure), full integrity compromise (data manipulation), availability disruption (denial of service), with a CVSS base score of 8.8.

The vulnerability has a "Changed" scope, meaning successful exploitation can impact components beyond the vulnerable component itself — such as the host operating system or adjacent services.

CVSS v3.1 Vector Breakdown

Exploitability
Attack VectorLocal
Attack ComplexityLow
Privileges Req.Low
User InteractionNone
ScopeChanged
Impact
ConfidentialityHigh
IntegrityHigh
AvailabilityHigh
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H

Affected Vendors & Products

Mentioned vendors (from description):
Linux
CPE data not yet available in NVD for this CVE.

Exploit & PoC Resources

NO KNOWN EXPLOITNo public exploit confirmed at this time
External links open in a new tab. Always verify in a controlled environment before use.

All References (5)

Quick Facts

CVE IDCVE-2026-52952
CVSS Score8.8 / 10
SeverityHIGH
CISA KEVNo
EPSS (30d)0.16%
PublishedJun 24, 2026

Recommended Actions

  • Apply vendor patches immediately
  • Monitor CVE-2026-52952 in threat intel feeds
  • Review IDS/IPS signatures for exploitation attempts
Data sourced from NVD (NIST), CISA KEV, and EPSS (FIRST). Analysis generated by CTIWATCH.COM. CVE data is provided under the NVD usage policy.