| Title | LinuxのLinux Kernelにおける不特定の脆弱性 |
|---|---|
| Summary | Linuxカーネルにおいて、以下の脆弱性が修正されました。zramは部分的な破棄要求に対してendioを忘れずに呼び出すように改善されました。Qu WenruoおよびAvinesh Kumarによって報告された問題として、次のコマンドは終了するのに非常に長い時間がかかりました。getconf PAGESIZE 65536やblkdiscard -p 4k /dev/zram0などです。zramは部分的な破棄をサポートしておらず、その場合は何の破棄処理も行わずに即座に戻ります。しかし、その際にendioを呼び出し忘れていたため、blkdiscardはsubmit_bio_wait()で永遠にスリープし続ける問題が発生していました。この問題はbio_endio()を呼び出すend_bioラベルにジャンプすることで修正されました。 |
| Possible impacts | ・当該ソフトウェアが扱う情報について、外部への漏えいは発生しません。 ・当該ソフトウェアが扱う情報について、書き換えは発生しません。 ・当該ソフトウェアが完全に停止する可能性があります。 |
| Solution | リリース情報、またはパッチ情報が公開されています。参考情報を参照して適切な対策を実施してください。 |
| Publication Date | May 27, 2026, midnight |
| Registration Date | June 26, 2026, 11:59 a.m. |
| Last Update | June 26, 2026, 11:59 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.13 以上 6.18.27 未満 |
| Linux Kernel 6.19 以上 7.0.4 未満 |
| Linux Kernel 6.4 以上 6.6.140 未満 |
| Linux Kernel 6.7 以上 6.12.86 未満 |
| No | Changed Details | Date of change |
|---|---|---|
| 1 | [2026年06月26日] 掲載 |
June 26, 2026, 11:59 a.m. |
| Summary | In the Linux kernel, the following vulnerability has been resolved: zram: do not forget to endio for partial discard requests As reported by Qu Wenruo and Avinesh Kumar, the following getconf PAGESIZE takes literally forever to complete. zram doesn't support partial |
|---|---|
| Publication Date | May 27, 2026, 11:17 p.m. |
| Registration Date | May 28, 2026, 4:13 a.m. |
| Last Update | May 27, 2026, 11:48 p.m. |