| タイトル | LinuxのLinux Kernelにおける不特定の脆弱性 |
|---|---|
| 概要 | Linuxカーネルにおいて、quotaのquotactlとfreeze_super間のライブロック問題が修正されました。この問題は、ファイルシステムをフリーズする際にquotactl_block()関数がリトライループでCPUを占有し続けることでRCU同期待ちが進まなくなり、結果的にフリーズ処理がハングし、quotaプロセスのCPU使用率が100%になることが原因でした。特に非プリエンプティブルカーネルで発生しやすく、同一CPU上でフリーズ処理とquotaの切り替えを高速で繰り返すと再現されます。この問題はリトライループ内にcond_resched()を挿入してRCUの休止状態を確実に報告させることで解決されました。 |
| 想定される影響 | ・当該ソフトウェアが扱う情報について、外部への漏えいは発生しません。 ・当該ソフトウェアが扱う情報について、書き換えは発生しません。 ・当該ソフトウェアが完全に停止する可能性があります。 |
| 対策 | リリース情報、またはパッチ情報が公開されています。参考情報を参照して適切な対策を実施してください。 |
| 公表日 | 2026年5月27日0:00 |
| 登録日 | 2026年6月26日11:59 |
| 最終更新日 | 2026年6月26日11:59 |
| 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.13 以上 6.18.14 未満 |
| Linux Kernel 6.19 以上 6.19.4 未満 |
| Linux Kernel 6.5 以上 6.6.128 未満 |
| Linux Kernel 6.7 以上 6.12.75 未満 |
| No | 変更内容 | 変更日 |
|---|---|---|
| 1 | [2026年06月26日] 掲載 |
2026年6月26日11:59 |
| 概要 | In the Linux kernel, the following vulnerability has been resolved: quota: fix livelock between quotactl and freeze_super When a filesystem is frozen, quotactl_block() enters a retry loop However, this retry loop can trigger a livelock issue, specifically on The mechanism is as follows: This results in a hang of the freezer process and 100% CPU usage by the While this can occur intermittently on multi-core systems, it is # mkfs.ext4 -O quota /dev/sda 2g && mkdir a_mount Adding cond_resched() to the retry loop fixes the issue. It acts as an |
|---|---|
| 公表日 | 2026年5月27日23:17 |
| 登録日 | 2026年5月28日4:11 |
| 最終更新日 | 2026年5月27日23:48 |