Unchecked Return Value in Linux kernel - CVE-2026-90324
Published: September 18, 2026
Vulnerability details
The vulnerability allows a local user to trigger I/O processing with an uninitialized iov_iter.
The vulnerability exists due to an unchecked return value in the ublk_map_io and ublk_unmap_io functions when processing an I/O buffer address supplied by a userspace ublk server. A local user can operate a userspace ublk server and provide an address range outside the allowed user address space to trigger I/O processing with an uninitialized iov_iter.