CVE-2026-80929
Last modified
CVE-2026-80929 is a high-severity vulnerability rated 7.8/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: sysctl: move the "cad_pid" entry from pid_table[] to kern_reboot_table[] cad_pid is global, and kill_cad_pid() is only used in the root namespace. However, due to pid_table_root_permissions(), a non-root user can unshare pid/user namespaces and modify it from the child namespace. This makes no sense and is simply wrong. Move it to kern_reboot_table[] where it logically belongs; this ensures that only GLOBAL_ROOT_UID can read/modify this sysctl. Note that this patch doesn't preserve "#ifdef CONFIG_PROC_SYSCTL" around the "cad_pid"; CONFIG_PROC_SYSCTL selects CONFIG_SYSCTL, so it is always set when kern_reboot_table[] is compiled.. EPSS estimates a 0.20% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: sysctl: move the "cad_pid" entry from pid_table[] to kern_reboot_table[] cad_pid is global, and kill_cad_pid() is only used in the root namespace. However, due to pid_table_root_permissions(), a non-root user can unshare pid/user namespaces and modify it from the child namespace. This makes no sense and is simply wrong. Move it to kern_reboot_table[] where it logically belongs; this ensures that only GLOBAL_ROOT_UID can read/modify this sysctl. Note that this patch doesn't preserve "#ifdef CONFIG_PROC_SYSCTL" around the "cad_pid"; CONFIG_PROC_SYSCTL selects CONFIG_SYSCTL, so it is always set when kern_reboot_table[] is compiled.
Metrics
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= e054bcbe7e7af2baad3752f1a4916a7fffc0457e, < e8527de7fea191fda704792a56081f9009aeec37; >= e054bcbe7e7af2baad3752f1a4916a7fffc0457e, < a09bc4eaa67e1a72df3b6d0beb3afeef1e1fdfcd; >= e054bcbe7e7af2baad3752f1a4916a7fffc0457e, < 7170ca01623b399c97f2ae9d3e228badc1f25ea3 |
| Linux | Linux | 6.17 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-80929?
How severe is CVE-2026-80929?
How do I fix CVE-2026-80929?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-80923In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80924In the Linux kernel, the following vulnerability has been re…7.5
- CVE-2026-80925In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80926In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-80927In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80928In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-8093Memory safety bugs present in Firefox 150.0.1. Some of these…8.1
- CVE-2026-80930In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80931In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-80932In the Linux kernel, the following vulnerability has been re…8.4
- CVE-2026-80933In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-80934In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-80929?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
