· OS: Ubuntu 20.04.6 LTS Server
· Current kernel: 5.4.0-XX-generic(I didn’t see the specific kernel version)
· Architecture: x86_64
I’m looking into CVE-2026-31431 (“Copy Fail”), a local privilege escalation vulnerability. According to public information, it affects almost all Linux distributions from 2017 onward. A local user with a shell can exploit the AF_ALG interface combined with splice() to corrupt page cache of setuid binaries, gaining root privileges. No race condition required, and a PoC has been publicly released.
Questions
1. Regarding the 5.15 HWE kernel: If I install linux-generic-hwe-20.04 to upgrade to the 5.15 HWE kernel, does that version still have CVE-2026-31431?
2. Regarding Livepatch: Has Canonical Livepatch released a hot fix for CVE-2026-31431 yet? If yes, which kernel versions are covered?
3. Regarding Ubuntu 22.04: Has Ubuntu 22.04 LTS already received the kernel patch for this vulnerability?
Thanks