Improper access control in Linux kernel - CVE-2026-72183
Published: August 16, 2026
Vulnerability details
The vulnerability allows a local user to bypass signal restrictions and send signals to processes outside its Landlock domain.
The vulnerability exists due to improper access control in the Landlock SIGIO delivery path when handling asynchronous SIGIO delivery for process-group file or socket owners. A local user can configure a file or socket owner with crafted fcntl settings to signal an entire process group to bypass signal restrictions and send signals to processes outside its Landlock domain.
Exploitation requires a sandboxed process that owns a file or socket and can trigger SIGIO delivery to a process group that includes an out-of-domain process such as a supervisor or security monitor.