Integer overflow in Linux kernel - CVE-2026-64283
Published: July 27, 2026
Vulnerability details
The vulnerability allows a local user to bypass a file size check.
The vulnerability exists due to an integer overflow in the KVM guest_memfd memslot binding logic when binding a memslot to a guest_memfd file. A local user can supply a crafted offset and size combination to bypass a file size check.
The issue affects the sum of the offset and size values, where a very large offset can cause the signed 64-bit result to become negative during validation.