Time-of-check Time-of-use (TOCTOU) Race Condition in Linux kernel - CVE-2026-45927
Published: May 28, 2026
Linux kernel
Detailed vulnerability description
The vulnerability allows a local user to bypass integrity verification.
The vulnerability exists due to a time-of-check time-of-use race condition in bpf_map_get_info_by_fd when calculating and caching the map hash before the map is frozen. A local user can modify map contents after the hash is cached to bypass integrity verification.
Exploitation requires a trusted loader to verify the cached hash while loading the modified map contents.