CVE-2026-90243
Linux · Kernel
A race condition in the Linux kernel IOMMU VT-d driver allows hardware to access partially cleared context entries, potentially leading to system instability or security compromises.
Executive summary
A critical race condition in the Linux kernel VT-d implementation creates a window for hardware to fetch inconsistent data, which may result in unauthorized memory access or system failure.
Vulnerability
This vulnerability involves an improper teardown of copied context entries in the iommu/vt-d driver, where the Present bit is cleared after other fields are zeroed. This allows hardware to fetch a partially modified entry, leading to unpredictable behavior or spurious faults due to non-atomic operations.
Business impact
The flaw poses a significant risk to system integrity and availability. Because it permits memory access inconsistencies at the hardware level, an attacker could potentially leverage this behavior to achieve privilege escalation or bypass security boundaries enforced by the IOMMU. With a CVSS score of 8.1, the high severity reflects the potential for severe impact on system stability and data confidentiality in virtualized or multi-tenant environments.
Remediation
Immediate Action: Apply the latest kernel updates provided by your distribution vendor, specifically ensuring the kernel is upgraded to at least version 6.12.110, 6.18.52, or 7.2.6.
Proactive Monitoring: Monitor system logs for IOMMU faults, kernel panics, or hardware error messages that may indicate an attempt to trigger this race condition.
Compensating Controls: In environments where patching is delayed, restrict untrusted user access to hardware-level interfaces and ensure that system configurations minimize IOMMU configuration changes.
Exploitation status
Public Exploit Available: No
Analyst recommendation
Given the core nature of this vulnerability within the Linux kernel memory management subsystem, organizations should prioritize patching as part of the next standard maintenance cycle. While the complexity of the race condition provides a slight buffer, the potential for system-wide compromise necessitates timely remediation to ensure the continued security and stability of the infrastructure.
More Linux CVEs all →
History
CVE Brief tracked this CVE 1 day before it had a CVSS score.
- Disclosed CVE record published
- Collected by CVE Brief No CVSS score yet; tracked as early warning
- CVSS score assigned 8.1 (3.1)
- Analyst report written