CVE-2024-50080
In the Linux kernel, the following vulnerability has been resolved:
ublk: don’t allow user copy for unprivileged device
UBLK_F_USER_COPY requires userspace to call write() on ublk char
device for filling request buffer, and unprivileged device can’t
be trusted.
So don’t allow user copy for unprivileged device.
More information : https://git.kernel.org/stable/c/42aafd8b48adac1c3b20fe5892b1b91b80c1a1e6
