| Title | LinuxのLinux Kernelにおける不特定の脆弱性 |
|---|---|
| Summary | Linuxカーネルにおいて、以下の脆弱性が修正されました。net/mlx5eに関して、RXおよびレガシーRQ向けのXDPマルチバッファ断片カウントに関する問題が修正されました。XDPマルチバッファプログラムは、bpf_xdp_pull_data()またはbpf_xdp_adjust_tail()を呼び出す際にXDPバッファのレイアウトを変更可能です。修正タグのコミットは、mlx5ドライバがプログラム実行中にXDPバッファレイアウトが変更されないという前提を修正しました。しかし、この修正は別の問題を引き起こしました。ドロップされた断片は依然としてドライバ側でカウントする必要があり、ページ断片の参照カウント問題を回避しなければなりません。この問題は、3600のペイロードを使用し256バイト縮小するtest_xdp_native_adjst_tail_shrnk_dataのセルフテスト(今後のセルフテストパッチ)で確認されました。最後の断片はXDPコードで解放されますがドライバで追跡されません。その結果、ページ解放時に負のpp_ref_countが発生し、以下のスプラット(クラッシュ)が起きます。警告はinclude/net/page_pool/helpers.h:297のmlx5e_page_release_fragmented.isra.0+0x4a/0x50 [mlx5_core]、CPU#12で発生しました。このパッチは、すべての関連するXDPアクション(XDP_TX、XDP_REDIRECT、XDP_PASS)に対して元のXDPバッファ断片のページ断片カウントを行うことで問題を修正しています。基本的には修正タグのコミット前の元のカウント方法に戻す対応です。frag_pageは依然として元のテールを指しているため、xdp_update_skb_frags_info()へのnr_fragsパラメータは新しいnr_fragsを反映するように異なる方法で計算されています。 |
| 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.5 |
|---|---|
| Vector | CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H |
| Linux |
| Linux Kernel 6.12.56 以上 6.13 未満 |
| Linux Kernel 6.17.6 以上 6.18 未満 |
| Linux Kernel 6.18 |
| Linux Kernel 6.18.1 以上 6.18.19 未満 |
| Linux Kernel 6.19 以上 6.19.9 未満 |
| Linux Kernel 6.6.115 以上 6.7 未満 |
| 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: net/mlx5e: RX, Fix XDP multi-buf frag counting for legacy RQ XDP multi-buf programs can modify the layout of the XDP buffer when the Such issue can be observed with the WARNING: include/net/page_pool/helpers.h:297 at mlx5e_page_release_fragmented.isra.0+0x4a/0x50 [mlx5_core], CPU#12: ip/3137 This patch fixes the issue by doing page frag counting on all the As frag_page is still pointing to the original tail, the nr_frags |
|---|---|
| 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. |