High-Risk Privilege Escalation Vulnerability: Fragnesia
A new local privilege escalation flaw named "Fragnesia" has been disclosed in the Linux kernel's ESP/XFRM attack surface. Though similar to "Dirty Frag," it is an independent issue posing severe risks to cloud hosts, container host machines, CI/CD runners, and multi-user environments.
Technical Details
The vulnerability occurs because the kernel fails to retain the "shared frag" flag during TCP packet merging, which incorrectly bypasses Copy-On-Write (COW) protections. Attackers with local execution privileges can exploit this to alter the page cache of protected read-only files directly in memory, ultimately gaining root access. Because this tampering happens in memory, it easily evades traditional disk-based integrity checks.
Mitigation
- Upgrade System: Immediately evaluate and update to a secure kernel version that includes the May 13, 2026 patches.
- Restrict Namespaces: Prevent unprivileged users from creating user namespaces.
- Harden Containers: Strictly prohibit assigning high-risk permissions like
CAP_NET_ADMIN, privileged mode, or host network access to containers. - Disable Modules: Temporarily disable the
esp4andesp6modules if your operations do not rely on IPsec.
讨论与反馈
登录后才能参与讨论
前往登录提 示
确定要删除这条评论吗?