Improper handling of exceptional conditions in Linux kernel - CVE-2026-64290
Published: July 27, 2026
Vulnerability details
The vulnerability allows a local user to cause a denial of service.
The vulnerability exists due to improper exception handling in iommufd_fault_fops_read() when handling a copy_to_user() failure while reading fault events. A local user can trigger a failing read operation to cause a denial of service.
The issue can lead to an infinite retry loop that spins the reader at 100% CPU while holding fault->mutex.