Out-of-bounds write in Linux kernel - CVE-2026-64293
Published: July 27, 2026
Vulnerability details
The vulnerability allows a local user to overwrite memory in a user-supplied buffer.
The vulnerability exists due to an out-of-bounds write in iommufd_veventq_fops_read() when reading normal vEVENT records. A local user can trigger the function with a crafted buffer size and event data length to overwrite memory in a user-supplied buffer.
This affects 32-bit systems because the bounds check uses the size of a pointer instead of the full header size.