| Title | LinuxのLinux Kernelにおける不特定の脆弱性 |
|---|---|
| Summary | Linuxカーネルにおいて、net/mlx5eのRXストライディングRQで発生していたXDPマルチバッファ断片カウントの問題が修正されました。この問題は、XDPマルチバッファプログラムがbpf_xdp_pull_data()やbpf_xdp_adjust_tail()を使ってXDPバッファのレイアウトを変更すると、ドライバが断片の参照カウントを正しく扱わず、ページの参照カウントが不整合を引き起こしていたことに起因します。具体的には、破棄された断片のカウントをドライバ側がスキップした結果、ページのpp_ref_countが誤った状態となり、負の参照カウントエラーが生じていました。この現象は特にdrivers/net/xdp.pyのセルフテストtest_xdp_native_tx_mbで検出されました。修正は、すべてのXDPアクション(XDP_TX、XDP_REDIRECT、XDP_PASS)に対応し、元のXDPバッファ断片すべてに対してページ断片の正しいカウントを実施することで問題を解決しています。 |
| 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 | 9.8 |
|---|---|
| Vector | CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/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 striding RQ XDP multi-buf programs can modify the layout of the XDP buffer when the The issue was discovered by the drivers/net/xdp.py selftest, Resulting splat during the test: WARNING: CPU: 0 PID: 188225 at ./include/net/page_pool/helpers.h:297 mlx5e_page_release_fragmented.isra.0+0xbd/0xe0 [mlx5_core] The problem applies for XDP_PASS as well which is handled in a different 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. |