CVE-2026-53075
HIGHppp: require CAP_NET_ADMIN in target netns for unattached ioctls
Title source: cnaExploitation Summary
EIP tracks 1 public exploit for CVE-2026-53075. PoCs published by lottiedeyan.
AI-analyzed exploit summary This PoC demonstrates CVE-2026-53075 by exploiting a vulnerability in the Linux kernel's PPP (Point-to-Point Protocol) implementation. It uses unshare() to create a user and network namespace, manipulates UID mappings, and attempts to trigger the vulnerability via an ioctl call on /dev/ppp.
Description
In the Linux kernel, the following vulnerability has been resolved: ppp: require CAP_NET_ADMIN in target netns for unattached ioctls /dev/ppp open is currently authorized against file->f_cred->user_ns, while unattached administrative ioctls operate on current->nsproxy->net_ns. As a result, a local unprivileged user can create a new user namespace with CLONE_NEWUSER, gain CAP_NET_ADMIN only in that new user namespace, and still issue PPPIOCNEWUNIT, PPPIOCATTACH, or PPPIOCATTCHAN against an inherited network namespace. Require CAP_NET_ADMIN in the user namespace that owns the target network namespace before handling unattached PPP administrative ioctls. This preserves normal pppd operation in the network namespace it is actually privileged in, while rejecting the userns-only inherited-netns case.
Exploits (1)
This PoC demonstrates CVE-2026-53075 by exploiting a vulnerability in the Linux kernel's PPP (Point-to-Point Protocol) implementation. It uses unshare() to create a user and network namespace, manipulates UID mappings, and attempts to trigger the vulnerability via an ioctl call on /dev/ppp.
References (8)
Scores
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H