| タイトル | LinuxのLinux KernelにおけるNULL ポインタデリファレンスに関する脆弱性 |
|---|---|
| 概要 | Linuxカーネルにおいて、net: caifのテアダウン時にクライアントサービスポインタがクリアされていなかった問題が修正されました。caif_connect()はリモートシャットダウン後にcaif_disconnect_client()を呼び出し、その後caif_free_client()を呼び出して既存のクライアントをテアダウンします。caif_free_client()はadap_layer-dnによって参照されるサービス層を解放しますが、そのポインタをクリアしていませんでした。後にソケットが破棄される際、caif_sock_destructor()が再度caif_free_client()を呼び出し、解放されたポインタを逆参照する可能性がありました。この問題はサービスオブジェクトを解放する前にクライアントとサービスのリンクをクリアすることで解決されます。 |
| 想定される影響 | ・当該ソフトウェアが扱う情報について、外部への漏えいは発生しません。 ・当該ソフトウェアが扱う情報について、書き換えは発生しません。 ・当該ソフトウェアが完全に停止する可能性があります。 |
| 対策 | リリース情報、またはパッチ情報が公開されています。参考情報を参照して適切な対策を実施してください。 |
| 公表日 | 2026年5月27日0:00 |
| 登録日 | 2026年6月26日11:58 |
| 最終更新日 | 2026年6月26日11:58 |
| CVSS3.0 : 警告 | |
| スコア | 5.5 |
|---|---|
| ベクター | CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H |
| Linux |
| Linux Kernel 3.0 以上 5.10.258 未満 |
| Linux Kernel 5.11 以上 5.15.209 未満 |
| Linux Kernel 5.16 以上 6.1.175 未満 |
| Linux Kernel 6.13 以上 6.18.27 未満 |
| Linux Kernel 6.19 以上 7.0.4 未満 |
| Linux Kernel 6.2 以上 6.6.140 未満 |
| Linux Kernel 6.7 以上 6.12.86 未満 |
| No | 変更内容 | 変更日 |
|---|---|---|
| 1 | [2026年06月26日] 掲載 |
2026年6月26日11:58 |
| 概要 | In the Linux kernel, the following vulnerability has been resolved: net: caif: clear client service pointer on teardown `caif_connect()` can tear down an existing client after remote shutdown by When the socket is later destroyed, `caif_sock_destructor()` calls Clear the client/service links before releasing the service object so |
|---|---|
| 公表日 | 2026年5月27日23:17 |
| 登録日 | 2026年5月28日4:13 |
| 最終更新日 | 2026年6月2日2:17 |