CVE-2026-53035
CVE-2026-53035 concerns the Linux kernel where bpf_iter_unix_seq_show can deadlock between lock paths in af_unix sockets when a sockmap update is attempted from a running iter_prog. The root cause is a locking interplay that leads to a recursive/single-thread deadlock in sock_map_update_elem via ...