CVE-2026-80929: sysctl: move the "cad_pid" entry from pid_table[] to kern_reboot_table[]

Published Sep 11, 2026
·
Updated

In the Linux kernel, the following vulnerability has been resolved:

sysctl: move the "cadpid" entry from pidtable[] to kernreboottable[]

cadpid is global, and killcadpid() is only used in the root namespace.

However, due to pidtablerootpermissions(), 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 kernreboottable[] where it logically belongs; this ensures that only GLOBALROOTUID can read/modify this sysctl.

Note that this patch doesn't preserve "#ifdef CONFIGPROCSYSCTL" around the "cadpid"; CONFIGPROCSYSCTL selects CONFIGSYSCTL, so it is always set when kernreboottable[] is compiled.

Affected Software

1 affected component
Linux Linux kernel

Event History

Sep 11, 2026
CVE Published
via MITRE·07:42 PM
Data Sourced
via MITRE·07:42 PM
Description

Frequently Asked Questions

1

Who can modify this setting on an affected system?

A non-root user who can create child PID and user namespaces can modify cad_pid from within that child namespace, even though cad_pid is global and used only in the root namespace.

2

What condition is needed to exploit the issue?

The attacker needs the ability to unshare PID and user namespaces. The issue is tied to namespace creation and access to the sysctl interface.

3

How does the fix change access to cad_pid?

The fix moves cad_pid into kern_reboot_table[] and restricts reading and modification of the sysctl to GLOBAL_ROOT_UID.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203