CVE-2026-90323 PUBLISHED

ublk: validate auto buf reg before taking uring_cmd

Assigner: Linux
Reserved: 11.09.2026 Published: 17.09.2026 Updated: 17.09.2026

In the Linux kernel, the following vulnerability has been resolved:

ublk: validate auto buf reg before taking uring_cmd

With UBLK_F_AUTO_BUF_REG, invalid sqe->addr can fail after ublk_fill_io_cmd() has set UBLK_IO_FLAG_ACTIVE. The uring_cmd is completed while the tag stays active, which can hang teardown.

Split validation from buffer apply so the check has no side effects, then take the uring_cmd and store the already-validated buffer. Apply the same order in FETCH so io->buf is not written before __ublk_fetch() state checks.

Product Status

Vendor Linux
Product Linux
Versions Default: unaffected
  • affected from 52460dda3a775a73f226312b43c0a0211e8665ea to 653d22269a8b83b491f7f186a5d7872f14e6ddca (excl.)
  • affected from 52460dda3a775a73f226312b43c0a0211e8665ea to ca5a01eee34c7cbe0f531a613b0292a3ad1a419b (excl.)
Vendor Linux
Product Linux
Versions Default: affected
  • Version 6.17 is affected
  • unaffected from 0 to 6.17 (excl.)
  • unaffected from 7.2.6 to 7.2.* (incl.)
  • unaffected from 7.3-rc1 to * (incl.)

References