2024-10-29 00:50:22
Linux
PUBLISHED
In the Linux kernel, the following vulnerability has been resolved: ublk: dont 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 cant be trusted. So dont allow user copy for unprivileged device.