| Title | LinuxのLinux Kernelにおける有効期限後のメモリの解放の欠如に関する脆弱性 |
|---|---|
| Summary | Linuxカーネルにおいて、送信の有効化前にtxリングをシャッフルするmacbドライバの問題が修正されました。この問題は、送信バッファキューのポインタが正しくリセットされず、送信中のパケットが失われたりメモリリークが発生したり、送信がスタックした原因となっていました。この脆弱性により、AMD ZynqMpボードでNFS rootfsを使用した際の復帰時間が異常に長くなっていました。修正では、未送信パケットの再配置と適切なロックによる保護が行われています。 |
| Possible impacts | 当該ソフトウェアが扱う情報について、外部への漏えいは発生しません。 また、当該ソフトウェアが扱う情報について、書き換えは発生しません。 さらに、当該ソフトウェアが完全に停止する可能性があります。 そして、この脆弱性を悪用した攻撃の影響は、他のソフトウェアには及びません。 |
| Solution | リリース情報、またはパッチ情報が公開されています。参考情報を参照して適切な対策を実施してください。 |
| Publication Date | May 8, 2026, midnight |
| Registration Date | May 18, 2026, 11:26 a.m. |
| Last Update | May 18, 2026, 11:26 a.m. |
| CVSS3.0 : 警告 | |
| Score | 5.5 |
|---|---|
| Vector | 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 | Changed Details | Date of change |
|---|---|---|
| 1 | [2026年05月18日] 掲載 |
May 18, 2026, 11:26 a.m. |
| Summary | 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 |
|---|---|
| Publication Date | May 9, 2026, 12:16 a.m. |
| Registration Date | May 9, 2026, 4:14 a.m. |
| Last Update | May 12, 2026, 11:10 p.m. |