CVE-2026-46259
CVE-2026-46259 describes a Linux kernel procfs flaw in do_task_stat() where reading /proc/[pid]/stat accessed task->real_parent without correct RCU protection, allowing a potential use-after-free during tgid/parent resolution. The root cause is reading real_parent without an active rcu_read_lo...