#VU68301 Out-of-bounds write in Linux kernel - CVE-2021-3491
Published: October 13, 2022
Linux kernel
Linux Foundation
Description
The vulnerability allows a local user to escalate privileges on the system.
The vulnerability exists due to the io_uring subsystem in the Linux kernel allowed the MAX_RW_COUNT limit to be bypassed in the PROVIDE_BUFFERS
operation, which led to negative values being used in mem_rw when reading
/proc/<PID>/mem. A local user can trigger a heap overflow and execute arbitrary code with elevated privileges.