Out-of-bounds read in Linux kernel - CVE-2026-64081
Published: July 20, 2026
Linux kernel
Detailed vulnerability description
The vulnerability allows a local user to cause a denial of service.
The vulnerability exists due to an out-of-bounds read in the arm ffa framework notification handler when processing malformed framework notification messages from the shared RX buffer. A local user can provide a crafted notification message to cause a denial of service.
The issue involves validation of the indirect message offset and size fields, including rejection of zero-length payloads and invalid non-header payload alignment.