| Title | LinuxのLinux Kernelにおける初期化されていないリソースの使用に関する脆弱性 |
|---|---|
| Summary | 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の関数が呼び出されるようにすることで解決しました。 |
| Possible impacts | 当該ソフトウェアが扱う全ての情報が外部に漏れる可能性があります。 また、当該ソフトウェアが扱う全ての情報が書き換えられる可能性があります。 さらに、当該ソフトウェアが完全に停止する可能性があります。 そして、この脆弱性を悪用した攻撃の影響は、他のソフトウェアには及びません。 |
| Solution | リリース情報、またはパッチ情報が公開されています。参考情報を参照して適切な対策を実施してください。 |
| Publication Date | May 8, 2026, midnight |
| Registration Date | May 22, 2026, 10:53 a.m. |
| Last Update | May 22, 2026, 10:53 a.m. |
| CVSS3.0 : 重要 | |
| Score | 7.8 |
|---|---|
| Vector | 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 | Changed Details | Date of change |
|---|---|---|
| 1 | [2026年05月22日] 掲載 |
May 22, 2026, 10:53 a.m. |
| Summary | 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 |
|---|---|
| Publication Date | May 9, 2026, 12:16 a.m. |
| Registration Date | May 9, 2026, 4:15 a.m. |
| Last Update | May 12, 2026, 11:10 p.m. |