In the Linux kernel, the following vulnerability has been resolved:
ublk: use READONCE() to read struct ublksrvctrl_cmd
struct ublksrvctrlcmd is part of the iouringsqe, which may lie in userspace-mapped memory. It's racy to access its fields with normal loads, as userspace may write to them concurrently. Use READONCE() to copy the ublksrvctrlcmd from the iouringsqe to the stack. Use the local copy in place of the one in the iouring_sqe.
{
"osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/45xxx/CVE-2026-45975.json",
"cna_assigner": "Linux"
}