Vulnerability Description
In the Linux kernel, the following vulnerability has been resolved: ublk: use READ_ONCE() to read struct ublksrv_ctrl_cmd struct ublksrv_ctrl_cmd is part of the io_uring_sqe, 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 READ_ONCE() to copy the ublksrv_ctrl_cmd from the io_uring_sqe to the stack. Use the local copy in place of the one in the io_uring_sqe.
CVSS Score
MEDIUM
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux Kernel | >= 6.19, < 6.19.4 |
References
- https://git.kernel.org/stable/c/ce63eda3e6d36e2c253febee1c8421ecbd1a680ePatch
- https://git.kernel.org/stable/c/ed9f54cc1e335096733aed03c2a46de3d58922edPatch
FAQ
What is CVE-2026-45975?
CVE-2026-45975 is a vulnerability with a CVSS score of 5.5 (MEDIUM). In the Linux kernel, the following vulnerability has been resolved: ublk: use READ_ONCE() to read struct ublksrv_ctrl_cmd struct ublksrv_ctrl_cmd is part of the io_uring_sqe, which may lie in usersp...
How severe is CVE-2026-45975?
CVE-2026-45975 has been rated MEDIUM with a CVSS base score of 5.5/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-45975?
Check the references section above for vendor advisories and patch information. Affected products include: Linux Linux Kernel.