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

iommu/sva: Set handle->dev before the SVA handle is visible

iommu_attach_device_pasid() installs the new SVA attach handle in the
group PASID lookup before iommu_sva_bind_device() returns. A concurrent
bind can therefore find and reuse the same handle after iommu_sva_lock is
dropped.

handle->dev was initialized after dropping iommu_sva_lock. This leaves a
window where a racing bind can return a handle whose dev pointer is still
NULL. A subsequent iommu_sva_unbind_device() can then dereference it via
handle->dev->iommu_group.

Initialize handle->dev before releasing iommu_sva_lock so any visible SVA
handle is fully initialized.
Published: 2026-09-11
Score: 4.1 Medium
EPSS: < 1% Very Low
KEV: No
Impact: Denial of Service
Action: Apply Patch
AI Analysis

Impact

The vulnerability is a race condition in the Linux kernel's IOMMU SVA handling that can cause a NULL pointer dereference when a handle->dev pointer is accessed before being properly initialized, leading to a kernel crash and resulting in denial of service. The weakness is a null pointer dereference, classified as CWE-476. If exploited, the attacker could cause the system to panic, potentially requiring a reboot and leading to downtime.

Affected Systems

Affected systems: Linux kernel components that distributions using kernel code before the patch that ensures handle->dev is initialized prior to releasing iommu_sva_lock. Specific kernel release numbers are not listed, so all pre‑patch kernels are at risk.

Risk and Exploitability

The CVSS score of 4.1 indicates moderate severity, while the EPSS score of <1% suggests a low probability of exploitation. The flaw is not listed in the CISA KEV catalog, and the attack requires a race between privileged kernel operations, limiting exploitability to attackers with local or privileged access to trigger concurrent device bind/unbind sequences.

Generated by OpenCVE AI on September 13, 2026 at 03:45 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the Linux kernel to a patched version that ensures handle->dev is initialized before releasing iommu_sva_lock.
  • If an immediate upgrade is not feasible, limit IOMMU usage to essential devices or disable IOMMU for non‑critical hardware to narrow the race window.
  • Monitor kernel logs for OOPS or panic events associated with iommu_sva_unbind_device and apply a hotfix or suspend affected devices as soon as a patch becomes available.

Generated by OpenCVE AI on September 13, 2026 at 03:45 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Sat, 12 Sep 2026 12:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-476
References
Metrics threat_severity

None

cvssV3_1

{'score': 4.1, 'vector': 'CVSS:3.1/AV:L/AC:H/PR:H/UI:N/S:U/C:N/I:N/A:H'}

threat_severity

Moderate


Fri, 11 Sep 2026 23:45:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: iommu/sva: Set handle->dev before the SVA handle is visible iommu_attach_device_pasid() installs the new SVA attach handle in the group PASID lookup before iommu_sva_bind_device() returns. A concurrent bind can therefore find and reuse the same handle after iommu_sva_lock is dropped. handle->dev was initialized after dropping iommu_sva_lock. This leaves a window where a racing bind can return a handle whose dev pointer is still NULL. A subsequent iommu_sva_unbind_device() can then dereference it via handle->dev->iommu_group. Initialize handle->dev before releasing iommu_sva_lock so any visible SVA handle is fully initialized.
Title iommu/sva: Set handle->dev before the SVA handle is visible
First Time appeared Linux
Linux linux Kernel
CPEs cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
Vendors & Products Linux
Linux linux Kernel
References

Subscriptions

Linux Linux Kernel
cve-icon MITRE

Status: PUBLISHED

Assigner: Linux

Published:

Updated: 2026-09-11T19:43:16.730Z

Reserved: 2026-09-11T19:38:34.706Z

Link: CVE-2026-89451

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-09-11T20:19:25.727

Modified: 2026-09-11T20:19:25.727

Link: CVE-2026-89451

cve-icon Redhat

Severity : Moderate

Publid Date: 2026-09-11T19:43:16Z

Links: CVE-2026-89451 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-09-13T06:30:16Z

Weaknesses