| タイトル | LinuxのLinux Kernelにおける初期化されていないリソースの使用に関する脆弱性 |
|---|---|
| 概要 | Linuxカーネルにおいて、bondingデバイスに非Ethernetスレーブ(例:GREトンネル)が追加されると、bond_setup_by_slave()関数はスレーブデバイスのheader_opsを直接bondデバイスにコピーします。その結果、dev_hard_header()がbondデバイス上で呼ばれた際に、header_ops内のコールバック関数が期待しているnetdev_priv()の型と異なる型のデータを読み込み、型混同が発生してカーネルがクラッシュする可能性があります。この脆弱性はbondingドライバの修正により、bond_header_opsというラッパー関数を導入し、常に正しいデバイスコンテキストでheader_opsの関数が呼び出されるようにすることで解決しました。 |
| 想定される影響 | 当該ソフトウェアが扱う全ての情報が外部に漏れる可能性があります。 また、当該ソフトウェアが扱う全ての情報が書き換えられる可能性があります。 さらに、当該ソフトウェアが完全に停止する可能性があります。 そして、この脆弱性を悪用した攻撃の影響は、他のソフトウェアには及びません。 |
| 対策 | リリース情報、またはパッチ情報が公開されています。参考情報を参照して適切な対策を実施してください。 |
| 公表日 | 2026年5月8日0:00 |
| 登録日 | 2026年5月22日10:53 |
| 最終更新日 | 2026年5月22日10:53 |
| CVSS3.0 : 重要 | |
| スコア | 7.8 |
|---|---|
| ベクター | CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H |
| Linux |
| Linux Kernel 2.6.24 以上 6.12.78 未満 |
| Linux Kernel 6.13 以上 6.18.19 未満 |
| Linux Kernel 6.19 以上 6.19.9 未満 |
| Linux Kernel 7.0 |
| No | 変更内容 | 変更日 |
|---|---|---|
| 1 | [2026年05月22日] 掲載 |
2026年5月22日10:53 |
| 概要 | In the Linux kernel, the following vulnerability has been resolved: bonding: fix type confusion in bond_setup_by_slave() kernel BUG at net/core/skbuff.c:2306! When a non-Ethernet device (e.g. GRE tunnel) is enslaved to a bond, bond_dev->header_ops = slave_dev->header_ops; This causes a type confusion when dev_hard_header() is later called Fix this by introducing bond_header_ops with wrapper functions that The fix is placed in the bonding driver rather than individual device The type confusion can be observed by adding a printk in ip link add dummy0 type dummy |
|---|---|
| 公表日 | 2026年5月9日0:16 |
| 登録日 | 2026年5月9日4:15 |
| 最終更新日 | 2026年5月12日23:10 |