| Title | LinuxのLinux KernelにおけるNULL ポインタデリファレンスに関する脆弱性 |
|---|---|
| Summary | LinuxカーネルにおいてAppArmorの__unix_needs_revalidation関数にNULLポインタ参照の脆弱性が存在していました。この脆弱性は、SCM_RIGHTS経由で受け取ったファイルディスクリプタを処理する際にsockやsock-skがNULLになる可能性があり、適切なNULLチェックがなかったためにクラッシュを引き起こしていました。そのため、カーネルの安定性が損なわれる問題が発生していました。この問題はsockおよびsock-skのNULLチェックを追加することで修正されました。 |
| Possible impacts | ・当該ソフトウェアが扱う情報について、外部への漏えいは発生しません。 ・当該ソフトウェアが扱う情報について、書き換えは発生しません。 ・当該ソフトウェアが完全に停止する可能性があります。 |
| Solution | リリース情報、またはパッチ情報が公開されています。参考情報を参照して適切な対策を実施してください。 |
| Publication Date | May 27, 2026, midnight |
| Registration Date | June 17, 2026, 3:44 p.m. |
| Last Update | June 17, 2026, 3:44 p.m. |
| CVSS3.0 : 警告 | |
| Score | 5.5 |
|---|---|
| Vector | CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H |
| Linux |
| Linux Kernel 6.17 以上 6.18.14 未満 |
| Linux Kernel 6.19 以上 6.19.4 未満 |
| No | Changed Details | Date of change |
|---|---|---|
| 1 | [2026年06月17日] 掲載 |
June 17, 2026, 3:44 p.m. |
| 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. |