| タイトル | LinuxのLinux Kernelにおける有効期限後のメモリの解放の欠如に関する脆弱性 |
|---|---|
| 概要 | Linuxカーネルにおいて、送信の有効化前にtxリングをシャッフルするmacbドライバの問題が修正されました。この問題は、送信バッファキューのポインタが正しくリセットされず、送信中のパケットが失われたりメモリリークが発生したり、送信がスタックした原因となっていました。この脆弱性により、AMD ZynqMpボードでNFS rootfsを使用した際の復帰時間が異常に長くなっていました。修正では、未送信パケットの再配置と適切なロックによる保護が行われています。 |
| 想定される影響 | 当該ソフトウェアが扱う情報について、外部への漏えいは発生しません。 また、当該ソフトウェアが扱う情報について、書き換えは発生しません。 さらに、当該ソフトウェアが完全に停止する可能性があります。 そして、この脆弱性を悪用した攻撃の影響は、他のソフトウェアには及びません。 |
| 対策 | リリース情報、またはパッチ情報が公開されています。参考情報を参照して適切な対策を実施してください。 |
| 公表日 | 2026年5月8日0:00 |
| 登録日 | 2026年5月18日11:26 |
| 最終更新日 | 2026年5月18日11:26 |
| CVSS3.0 : 警告 | |
| スコア | 5.5 |
|---|---|
| ベクター | CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H |
| Linux |
| Linux Kernel 6.1.165 以上 6.1.167 未満 |
| Linux Kernel 6.12.75 以上 6.12.78 未満 |
| Linux Kernel 6.18.16 以上 6.18.20 未満 |
| Linux Kernel 6.19.6 以上 6.19.9 未満 |
| Linux Kernel 6.6.128 以上 6.6.130 未満 |
| No | 変更内容 | 変更日 |
|---|---|---|
| 1 | [2026年05月18日] 掲載 |
2026年5月18日11:26 |
| 概要 | In the Linux kernel, the following vulnerability has been resolved: net: macb: Shuffle the tx ring before enabling tx Quanyang observed that when using an NFS rootfs on an AMD ZynqMp board, According to the Zynq UltraScale TRM [1], when transmit is disabled, In the current implementation, the code merely resets `queue->tx_head` - Packets already queued in the tx ring are silently lost, - Concurrent write access to `queue->tx_head` and `queue->tx_tail` may - The transmission may become stuck on a packet that has already been sent To resolve this issue, shuffle the tx ring and tx skb array so that [1] https://docs.amd.com/v/u/en-US/ug1085-zynq-ultrascale-trm |
|---|---|
| 公表日 | 2026年5月9日0:16 |
| 登録日 | 2026年5月9日4:14 |
| 最終更新日 | 2026年5月12日23:10 |