CVE-2025-40201
CVE-2025-40201: Linux kernel vulnerability in sys_prlimit64() handling of task_lock(tsk->group_leader). The issue stems from racing when tsk is not current or not a leader, where task_lock(tsk->group_leader) may reference an already freed task_struct. It can also race with mt-exec changing ...