CVE-2026-90323: ublk: validate auto buf reg before taking uring_cmd

Published Sep 17, 2026
·
Updated

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

ublk: validate auto buf reg before taking uringcmd

With UBLKFAUTOBUFREG, invalid sqe->addr can fail after ublkfilliocmd() has set UBLKIOFLAGACTIVE. The uringcmd 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 uringcmd and store the already-validated buffer. Apply the same order in FETCH so io->buf is not written before ublkfetch() state checks.

Event History

Sep 17, 2026
CVE Published
via MITRE·04:08 PM
Data Sourced
via MITRE·04:08 PM
Description

Frequently Asked Questions

1

What condition is required to trigger the teardown hang?

UBLK must be using UBLK_F_AUTO_BUF_REG, and an invalid sqe->addr must be supplied. The failure can occur after the I/O tag has been marked active, while the uring_cmd is completed.

2

What is the operational impact of the flawed state handling?

The tag can remain active after the uring_cmd completes, which can cause ublk teardown to hang. The FETCH path also needed ordering changes to avoid writing io->buf before its state checks.

3

What change addresses the issue?

The fix validates the buffer before taking the uring_cmd and stores only the already-validated buffer afterward. It similarly performs FETCH state checks before writing io->buf.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203