| Title | LinuxのLinux Kernelにおける不特定の脆弱性 |
|---|---|
| Summary | Linuxカーネルのnet/rdsにおいて、ゼロコピー送信のクリーンアップ処理に関する脆弱性が修正されました。ゼロコピー送信がユーザーページをピン留めした後に失敗した場合、メッセージがソケットキューに到達していなくても誤ったクリーンアップが行われる可能性がありました。修正では、メッセージの状態を正確に判定し、キューに入る前の失敗時にも適切にピン留めページの計数を減らして解放することで、この問題を解消しています。これにより、通常の処理経路を変更せずにクリーンアップの一貫性を保証します。 |
| Possible impacts | ・当該ソフトウェアが扱う全ての情報が外部に漏れる可能性があります。 ・当該ソフトウェアが扱う全ての情報が書き換えられる可能性があります。 ・当該ソフトウェアが完全に停止する可能性があります。 |
| Solution | リリース情報、またはパッチ情報が公開されています。参考情報を参照して適切な対策を実施してください。 |
| Publication Date | May 21, 2026, midnight |
| Registration Date | June 29, 2026, 11:18 a.m. |
| Last Update | June 29, 2026, 11:18 a.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.17 以上 5.10.258 未満 |
| Linux Kernel 5.11 以上 5.15.209 未満 |
| Linux Kernel 5.16 以上 6.1.175 未満 |
| Linux Kernel 6.13 以上 6.18.30 未満 |
| Linux Kernel 6.19 以上 7.0.7 未満 |
| Linux Kernel 6.2 以上 6.6.140 未満 |
| Linux Kernel 6.7 以上 6.12.88 未満 |
| Linux Kernel 7.1 |
| No | Changed Details | Date of change |
|---|---|---|
| 1 | [2026年06月29日] 掲載 |
June 29, 2026, 11:18 a.m. |
| Summary | In the Linux kernel, the following vulnerability has been resolved: net/rds: handle zerocopy send cleanup before the message is queued A zerocopy send can fail after user pages have been pinned but before The purge path currently infers zerocopy state from rm->m_rs, so an Capture op_mmp_znotifier up front in rds_message_purge() and use it as This keeps early send failure cleanup consistent with the zerocopy |
|---|---|
| Publication Date | May 21, 2026, 10:16 p.m. |
| Registration Date | May 22, 2026, 4:07 a.m. |
| Last Update | May 23, 2026, 1:33 a.m. |