Use of Uninitialized Variable in Linux kernel - CVE-2026-63966
Published: July 20, 2026
Linux kernel
Detailed vulnerability description
The vulnerability allows a local user to disclose uninitialized kernel stack memory to userspace.
The vulnerability exists due to an uninitialized stack variable in adis16550_trigger_handler() when handling triggered buffer data collection. A local user can trigger the handler and read leaked stack bytes from the resulting userspace buffer to disclose uninitialized kernel stack memory to userspace.
Bytes 28 through 31 of the scan data buffer remain uninitialized and are exposed on each trigger due to timestamp alignment.