CVE-2024-50080

Publication date

2024-10-29 00:50:22

Family

Linux

State

PUBLISHED

Description

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.