Improper access control in Linux kernel - CVE-2026-46104
Published: May 29, 2026
Linux kernel
Detailed vulnerability description
The vulnerability allows a local user to bypass SELinux socket permission checks.
The vulnerability exists due to improper access control in sock_has_perm() and nlmsg_sock_has_extended_perms() when handling socket permission checks in stacked LSM configurations. A local user can trigger access checks on a socket with an incorrectly interpreted security blob to bypass SELinux socket permission checks.
The issue occurs when another LSM allocates socket blob storage before SELinux, causing invalid SID and class values to be used in AVC checks.