| Title | LinuxのLinux Kernelにおける不特定の脆弱性 |
|---|---|
| Summary | Linuxカーネルにおいて、以下の脆弱性が修正されました。RDMA/mlx4のmlx4_srq_event()内でのRCUの誤用が修正されました。Sashikoは、radix_tree自体はRCU安全であるものの、mlx4_srq構造体がRCUで解放されず、RCUクリティカルセクション内でもアクセスされていないことを指摘しました。また、srqオブジェクトが初期化を完了する前にイベントが配信されるとクラッシュする問題がありました。RCUを適切に機能させることが困難なため、スピンロックを使用し、部分的に初期化されたオブジェクトを保護するためにrefcount_inc_not_zero()を利用し、srqが完全に初期化された後にrefcount_set()を実行するよう順序を調整しました。 |
| Possible impacts | ・当該ソフトウェアが扱う全ての情報が外部に漏れる可能性があります。 ・当該ソフトウェアが扱う全ての情報が書き換えられる可能性があります。 ・当該ソフトウェアが完全に停止する可能性があります。 |
| Solution | リリース情報、またはパッチ情報が公開されています。参考情報を参照して適切な対策を実施してください。 |
| Publication Date | May 28, 2026, midnight |
| Registration Date | June 12, 2026, 2:48 p.m. |
| Last Update | June 12, 2026, 2:48 p.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 4.9 以上 6.18.30 未満 |
| Linux Kernel 6.19 以上 7.0.7 未満 |
| Linux Kernel 7.1 |
| No | Changed Details | Date of change |
|---|---|---|
| 1 | [2026年06月12日] 掲載 |
June 12, 2026, 2:48 p.m. |
| Summary | In the Linux kernel, the following vulnerability has been resolved: RDMA/mlx4: Fix mis-use of RCU in mlx4_srq_event() Sashiko points out the radix_tree itself is RCU safe, but nothing ever Use the spinlock since it isn't easy to make RCU work, use |
|---|---|
| Publication Date | May 28, 2026, 7:16 p.m. |
| Registration Date | May 29, 2026, 4:13 a.m. |
| Last Update | May 30, 2026, 8:17 p.m. |