PT-2026-37593 · Linux+2 · Linux Kernel+2
CVE-2026-43253
·
Published
2026-05-06
·
Updated
2026-08-25
CVSS v3.1
7.5
High
| Vector | AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H |
Name of the Vulnerable Software and Affected Versions
Linux kernel (affected versions not specified)
Description
When
iommu.strict is set to 1, the completion wait path can cause soft lockups in stressed environments. This occurs because the wait on sem() function busy-waits while holding a spinlock with interrupts disabled. The wait on sem() function only polls the hardware-updated cmd sem and does not require the iommu->lock, meaning holding the lock during this process unnecessarily increases contention and extends the duration that interrupts remain disabled. The issue is addressed by moving the completion wait in the iommu completion wait() function outside of the spinlock.Recommendations
At the moment, there is no information about a newer version that contains a fix for this vulnerability.
Exploit
Improper Locking
Found an issue in the description? Have something to add? Feel free to write us 👾
Weakness Enumeration
Related Identifiers
Affected Products
Linuxmint
Linux Kernel
Ubuntu