Use of Uninitialized Variable in Linux kernel - CVE-2026-43055
Published: May 2, 2026
Linux kernel
Detailed vulnerability description
The vulnerability allows a local user to cause a denial of service.
The vulnerability exists due to use of uninitialized memory in aio_cmd->iocb in target_core_file when executing asynchronous write commands. A local user can trigger a write operation to cause a denial of service.
The issue can result in unintended write failure status because a bogus ki_write_stream value may be checked against the block device write stream limit.