LiveActive security incident?Get immediate response
CVE Record

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.

HighCVSS 7.5Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

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.
Prepared
Confidence
medium
Sources
7

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.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
High
CVSS
7.5 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H

Official CVE source material

CNA and ADP enrichment extracted from CVE v5

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.

ScoreVersionSeverityVectorExploitImpactSource
7.5CVSS 3.1HighCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H3.93.6Linux

Vulnerability scoring details

Base CVSS 3.1 score

7.5High
CVSS 3.1 vector shape for CVE-2026-43253Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Privileges Required
NoneLowHigh
User Interaction
NoneRequired
Scope
ChangedUnchanged
Confidentiality Impact
HighLowNone
Integrity Impact
HighLowNone
Availability Impact
HighLowNone

Vulnerability timeline

Timeline events are normalized from CVE metadata, CNA source timelines, ADP timelines, and KEV metadata when present.

  1. CVE reservedCVE Program

    The CVE ID was reserved by the assigning CNA.

  2. CVE publishedCVE Program

    The CVE record was published.

  3. CVE updatedCVE Program

    The CVE record metadata indicates this as the latest update time.

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
LinuxLinux4bf5beef578e46393f11eb69dda7d17a065e05ff, 4bf5beef578e46393f11eb69dda7d17a065e05ff, 4bf5beef578e46393f11eb69dda7d17a065e05ff, 4bf5beef578e46393f11eb69dda7d17a065e05ff, 4bf5beef578e46393f11eb69dda7d17a065e05ffunaffected
LinuxLinux4.9, 0, 6.6.128, 6.12.75, 6.18.16, 6.19.6, 7.0affected
Weakness

CWE details

No CWE listed

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.