3 matches found
EUVD-2026-67448
In the Linux kernel, the following vulnerability has been resolved: iouring: preserve task restrictions across exec Per-task restrictions apply to all rings created by a task. Once installed, they should not be dropped across exec. For a task that has used iouring, the exec cancellation path call...
CVE-2026-80713
In the Linux kernel, the following vulnerability has been resolved: iouring: preserve task restrictions across exec Per-task restrictions apply to all rings created by a task. Once installed, they should not be dropped across exec. For a task that has used iouring, the exec cancellation path call...
CVE-2026-80713
CVE-2026-80713 affects the io_uring subsystem of the Linux kernel . Per-task restrictions, once installed, are intended to persist across exec and apply to all rings created by that task. However, the exec cancellation path incorrectly called __io_uring_free(), which released both the task contex...