NULL pointer dereference in Linux kernel - CVE-2026-45966
Published: May 28, 2026
Linux kernel
Detailed vulnerability description
The vulnerability allows a local user to cause a denial of service.
The vulnerability exists due to a NULL pointer dereference in __unix_needs_revalidation() when receiving file descriptors via SCM_RIGHTS during socket setup or teardown. A local user can send file descriptors in this state to cause a denial of service.
The issue is triggered because the function accesses sock->sk->sk_family without checking whether sock or sock->sk is NULL.