CVE-2026-80929
Reported by Linux · Published September 11, 2026
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 0.16% · 5.8th percentile
Risk Scores
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | e054bcbe7e7af2baad3752f1a4916a7fffc0457e, e054bcbe7e7af2baad3752f1a4916a7fffc0457e, e054bcbe7e7af2baad3752f1a4916a7fffc0457e |
| Linux | Linux | 6.17, 0, 6.18.50 |
| linux | linux_kernel | 6.17, 6.17, 6.17 |
| Linux | Linux | e054bcbe7e7af2baad3752f1a4916a7fffc0457e, e054bcbe7e7af2baad3752f1a4916a7fffc0457e, e054bcbe7e7af2baad3752f1a4916a7fffc0457e |
Timeline
- Sep 11, 2026 CVE Published
- Sep 12, 2026 EPSS Score
- Sep 12, 2026 Coalition ESS Score
- Sep 13, 2026 EPSS Score
- Sep 13, 2026 CVE Updated
- Sep 18, 2026 EPSS Score