| Title | LinuxのLinux KernelにおけるNULL ポインタデリファレンスに関する脆弱性 |
|---|---|
| Summary | Linuxカーネルのusb gadget f_ncmにおいて、net_deviceのライフサイクル管理の不備が修正されました。この不備により、net_deviceが親gadgetデバイスよりも長く存在してしまい、その結果システムファイルシステムのリンク切れやNULLポインタ参照が発生していました。従来の対策は電源管理の問題やDHCPサーバの障害を引き起こしていたため、device_move関数を用いてbind/unbindサイクル中にnet_deviceを適切に再親子付けする方法に変更されました。さらに、USB再接続時にもネットワークインターフェースを維持し、DHCPサーバのバインディングを保持する手法に改められました。これらの変更により、ネットワーク機能の安定性が向上しました。 |
| Possible impacts | 当該ソフトウェアが扱う情報について、外部への漏えいは発生しません。 また、当該ソフトウェアが扱う情報について、書き換えは発生しません。 さらに、当該ソフトウェアが完全に停止する可能性があります。 そして、この脆弱性を悪用した攻撃の影響は、他のソフトウェアには及びません。 |
| Solution | リリース情報、またはパッチ情報が公開されています。参考情報を参照して適切な対策を実施してください。 |
| Publication Date | May 8, 2026, midnight |
| Registration Date | May 28, 2026, 2:40 p.m. |
| Last Update | May 28, 2026, 2:40 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 3.11 以上 6.12.78 未満 |
| Linux Kernel 6.13 以上 6.18.19 未満 |
| Linux Kernel 6.19 以上 6.19.9 未満 |
| Linux Kernel 7.0 |
| No | Changed Details | Date of change |
|---|---|---|
| 1 | [2026年05月28日] 掲載 |
May 28, 2026, 2:40 p.m. |
| Summary | In the Linux kernel, the following vulnerability has been resolved: usb: gadget: f_ncm: Fix net_device lifecycle with device_move The network device outlived its parent gadget device during A prior attempt to solve this by removing SET_NETDEV_DEV entirely [1] A subsequent attempt to defer net_device allocation to bind [2] broke Use device_move to reparent the net_device between the gadget device and Introduce gether_attach_gadget()/gether_detach_gadget() helpers and use [1] https://lore.kernel.org/lkml/f2a4f9847617a0929d62025748384092e5f35cce.camel@crapouillou.net/ |
|---|---|
| Publication Date | May 9, 2026, 12:16 a.m. |
| Registration Date | May 9, 2026, 4:14 a.m. |
| Last Update | May 12, 2026, 11:10 p.m. |