cve/2024/CVE-2024-50080.md
2025-09-29 21:09:30 +02:00

969 B

CVE-2024-50080

Description

In the Linux kernel, the following vulnerability has been resolved:ublk: don't allow user copy for unprivileged deviceUBLK_F_USER_COPY requires userspace to call write() on ublk chardevice for filling request buffer, and unprivileged device can'tbe trusted.So don't allow user copy for unprivileged device.

POC

Reference

No PoCs from references.

Github