CVE-2026-78408
Received
Received - Intake
nsenter --join-cgroup Privilege Escalation in Linux
Vulnerability report for CVE-2026-78408, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.
Publication date: 2026-09-02
Last updated on: 2026-09-02
Assigner: redhat-SADP
Description
Description
The nsenter --join-cgroup option opens the target cgroup.procs file as root and leaves that file descriptor open across later namespace and credential changes and across execve(). Because the kernel checks later cgroup migrations using the credentials from the original open, a program run in an attacker-controlled target can inherit root's ability to move host processes between cgroups. After a privileged operator uses --join-cgroup against that target, an unprivileged user can migrate and terminate unrelated root processes.
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| util-linux | util-linux | From 2.40 (inc) to 2.42.2 (inc) |
| util-linux | util-linux | 2.41.6 |
| util-linux | util-linux | 2.42.3 |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-775 | The product does not release a file descriptor or handle after its effective lifetime has ended, i.e., after the file descriptor/handle is no longer needed. |