| Summary | In the Linux kernel, the following vulnerability has been resolved: apparmor: fix NULL pointer dereference in __unix_needs_revalidation When receiving file descriptors via SCM_RIGHTS, both the socket pointer This is a regression in AppArmor 5.0.0 (kernel 6.17+) where the new The crash manifests as: The function dereferences sock->sk->sk_family without checking if either Add NULL checks for both sock and sock->sk before accessing sk_family. |
|---|---|
| Publication Date | May 27, 2026, 11:17 p.m. |
| Registration Date | May 28, 2026, 4:12 a.m. |
| Last Update | May 27, 2026, 11:48 p.m. |