| 概要 | 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. |
|---|---|
| 公表日 | 2026年5月27日23:17 |
| 登録日 | 2026年5月28日4:12 |
| 最終更新日 | 2026年5月27日23:48 |