Ubuntu Updates Linux Kernel to Fix Security Flaw Allowing Privilege Escalation

Share

Key Points

  • Fragnesia is a Linux kernel vulnerability that lets local users gain root access
  • Affects all Ubuntu releases from 14.04 through 26.04 via ESP kernel modules
  • Mitigations disable IPsec functionality – only apply if you don’t use VPN services like StrongSwan

What this is about

A new Linux kernel vulnerability called Fragnesia was disclosed on May 13, 2026. This local privilege escalation bug affects kernel modules that handle ESP (Encapsulating Security Protocol), which is used by IPsec for secure network connections. Anyone on the system can potentially gain full root control using publicly available exploit code.

Ubuntu assessed the severity at CVSS 7.8, putting it in the HIGH range. The vulnerability hits all Ubuntu versions from 14.04 LTS through the upcoming 26.04 release. If you already applied the Dirty Frag mitigations, you’re already protected since they block the same kernel modules.

Why it matters

This matters most to system administrators running Ubuntu servers, especially those handling untrusted user accounts or hosting third-party applications. Regular desktop users are at lower risk unless they share their system or run risky software locally.

The practical takeaway is straightforward: if you use IPsec VPNs like StrongSwan, applying these mitigations will break your VPN connections. If you don’t use IPsec, the three-step mitigation (blocking modules, unloading them, rebooting if needed) protects you until kernel updates arrive.

If you’ve applied this mitigation or tested it in your environment, let us know how it went in the comments below.

Read the original source.