CVE-2026-43253: iommu/amd: move wait_on_sem() out of spinlock
In the Linux kernel, the following vulnerability has been resolved:
iommu/amd: move wait_on_sem() out of spinlock
With iommu.strict=1, the existing completion wait path can cause soft
lockups under stressed environment, as wait_on_sem() busy-waits under the
spinlock with interrupts disabled.
Move the completion wait in iommu_completion_wait() out of the spinlock.
wait_on_sem() only polls the hardware-updated cmd_sem and does not require
iommu->lock, so holding the lock during the busy wait unnecessarily
increases contention and extends the time with interrupts disabled.
Security readout for executives and security teams
Plain-English summary
A Linux kernel flaw can cause affected systems to become unresponsive during heavy activity when AMD IOMMU strict mode is enabled. The failure affects availability, not data confidentiality or integrity. Servers using this configuration should be prioritized because a lockup could interrupt workloads and require recovery.
Executive priority
Treat this as a high-priority availability issue for exposed production servers, especially latency-sensitive or highly consolidated workloads. Scope AMD IOMMU strict-mode systems promptly and schedule vendor-approved kernel updates. Lower priority is reasonable for systems demonstrably not using the affected configuration.
Technical view
With iommu.strict=1, the AMD IOMMU completion path busy-waits for a hardware-updated semaphore while holding a spinlock with interrupts disabled. Under stress, this can extend interrupt-disabled time, increase contention, and cause soft lockups. The kernel fix moves wait_on_sem() outside the spinlock because that polling does not require the IOMMU lock.
Likely exposure
Exposure is most likely on Linux systems using AMD IOMMU with iommu.strict=1 and an affected kernel. The supplied record lists 4.9, 6.6.128, 6.12.75, 6.18.16, 6.19.6, and 7.0, but also contains an anomalous version value of "0". Confirm applicability through distribution or vendor advisories.
Exploitation context
The supplied record is not in CISA KEV and provides no evidence of active exploitation or a public exploit. It describes an availability failure under a stressed environment. Although the CVSS vector reports network reachability, the sources do not explain how a remote party would reliably trigger the necessary conditions.
Researcher notes
The vulnerable behavior is excessive lock and interrupt-disabled duration rather than memory corruption. No CWE is assigned. The affected-version data is internally unclear, including repeated commit identifiers and an anomalous "0" entry. The five kernel.org references appear to represent stable-tree fixes, but the bundle does not map each fix to a specific release line.
Mitigation direction
Update to a vendor-supported kernel containing the applicable cited stable fix.
Check Linux distribution guidance for corrected package versions and reboot requirements.
Prioritize AMD IOMMU systems configured with iommu.strict=1.
Use vendor-approved configuration guidance if immediate kernel updating is unavailable.
Validation and detection
Inventory kernel versions on systems using AMD IOMMU.
Confirm whether iommu.strict=1 is enabled at boot.
Verify the installed kernel includes the applicable stable fix or vendor backport.
Review kernel logs and monitoring for soft lockups under workload stress.
Confirm services remain healthy after updating and rebooting.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cve · low confidence lookup
CVE-2026-43253 mapping review
Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
1CVSS vectors
3Timeline events
0ADP providers
6Source links
CVSS vector scores
1 official score
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.