During execve(2) of a SUID binary, the new virtual...
High severity
Unreviewed
Published
Aug 19, 2026
to the GitHub Advisory Database
•
Updated Aug 20, 2026
Description
Published by the National Vulnerability Database
Aug 19, 2026
Published to the GitHub Advisory Database
Aug 19, 2026
Last updated
Aug 20, 2026
During execve(2) of a SUID binary, the new virtual address space is installed before the process credentials are updated. During this window, a process running as the same user can access the target process's memory via procfs or linprocfs, because the kernel's debugging permission check still saw the original credentials.
An unprivileged local user can exploit this race to modify the address space of a SUID binary before its credentials are elevated, potentially gaining full control of the affected system.
References