CVE-2026-53075

HIGH

ppp: require CAP_NET_ADMIN in target netns for unattached ioctls

Title source: cna
STIX 2.1

Exploitation 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)

github WORKING POC
by lottiedeyan · poc
https://github.com/lottiedeyan/CVE-2026-53075poc

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.

Classification
Working Poc 95%
Attack Type
Lpe
Complexity
Moderate
Reliability
Reliable
Target: Linux Kernel (versions 4.14 and 6.17 mentioned)
No auth needed
Prerequisites: Non-root user access · Access to /dev/ppp · Kernel without the patch for CVE-2026-53075
devstral-2 · analyzed Jun 25, 2026 Full analysis →

Scores

CVSS v3 8.8
EPSS 0.0018
EPSS Percentile 7.9%
Attack Vector LOCAL
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H

Details

Status published
Products (18)
Linux/Linux < 2.6.30
Linux/Linux 2.6.30
Linux/Linux 273ec51dd7ceaa76e038875d85061ec856d8905e - 1a8a51ce85075a56a743b6f142606dd2696a391c
Linux/Linux 273ec51dd7ceaa76e038875d85061ec856d8905e - 2bb6379416fd19f44c3423a00bfd8626259f6067
Linux/Linux 273ec51dd7ceaa76e038875d85061ec856d8905e - 3b2c2157dc2afc5c17cd7238afefca92f1ef330e
Linux/Linux 273ec51dd7ceaa76e038875d85061ec856d8905e - 5013be175c7ffd8b39efbc3c9c4db5b10b85fea8
Linux/Linux 273ec51dd7ceaa76e038875d85061ec856d8905e - 5080e188c914110034bbc569d5cfa2f06204681d
Linux/Linux 273ec51dd7ceaa76e038875d85061ec856d8905e - 67e901e28d177ac9a9bed76d69ce3471e704a89e
Linux/Linux 273ec51dd7ceaa76e038875d85061ec856d8905e - 954745d0223e7caec917c0b2d1a889ff56fa6e54
Linux/Linux 273ec51dd7ceaa76e038875d85061ec856d8905e - c9edd90c57ae23692fff6b049fdfa4572a9fd532
... and 8 more
Published Jun 24, 2026
Tracked Since Jun 24, 2026