5 matches found
Linux Distros Unpatched Vulnerability : CVE-2026-80929
The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - sysctl: move the cadpid entry from pidtable to kernreboottable cadpid is global, and killcadpid is only used in the root namespace. However, due to...
CVE-2026-80929
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...
CVE-2026-80929
CVE-2026-80929 affects the Linux kernel's sysctl subsystem . The cad_pid entry, which controls the PID killed on control-alt-delete and is logically global to the root namespace, was placed in pid_table[] with permissions governed by pid_table_root_permissions(). This allowed a non-root local use...
CVE-2026-80929
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...
CVE-2022-50780 net: fix UAF issue in nfqnl_nf_hook_drop() when ops_init() failed
In the Linux kernel, the following vulnerability has been resolved: net: fix UAF issue in nfqnlnfhookdrop when opsinit failed When the opsinit interface is invoked to initialize the net, but ops-init fails, data is released. However, the ptr pointer in net-gen is invalid. In this case, when...