| タイトル | LinuxのLinux Kernelにおける不特定の脆弱性 |
|---|---|
| 概要 | Linuxカーネルのbtrfsにおいて、競合するinodeの親ディレクトリをログ記録する際に新しいディレクトリエントリもログに記録していなかった脆弱性が修正されました。このため、親ディレクトリはログ済みとマークされていても、新しいdentriesが記録されず、親ディレクトリのfsyncで新しいdentriesの変更が反映されず、電源障害後に情報が失われる可能性がありました。この問題は、親ディレクトリに対するfsync操作が競合inodeの存在を正しく扱えていなかったことに起因します。修正では、競合inodeが存在しない親ディレクトリをログするときに必ず新しいdentriesもログに含めるようにし、これにより電源障害後のデータ損失を防止します。fstests用のテストケースが間もなく追加される予定です。 |
| 想定される影響 | 当該ソフトウェアが扱う情報について、外部への漏えいは発生しません。 また、当該ソフトウェアが扱う情報について、書き換えは発生しません。 さらに、当該ソフトウェアが完全に停止する可能性があります。 そして、この脆弱性を悪用した攻撃の影響は、他のソフトウェアには及びません。 |
| 対策 | リリース情報、またはパッチ情報が公開されています。参考情報を参照して適切な対策を実施してください。 |
| 公表日 | 2026年4月3日0:00 |
| 登録日 | 2026年5月22日10:57 |
| 最終更新日 | 2026年5月22日10:57 |
| 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 5.1 以上 6.6.130 未満 |
| Linux Kernel 6.13 以上 6.18.20 未満 |
| Linux Kernel 6.19 以上 6.19.10 未満 |
| Linux Kernel 6.7 以上 6.12.78 未満 |
| Linux Kernel 7.0 |
| No | 変更内容 | 変更日 |
|---|---|---|
| 1 | [2026年05月22日] 掲載 |
2026年5月22日10:57 |
| 概要 | In the Linux kernel, the following vulnerability has been resolved: btrfs: log new dentries when logging parent dir of a conflicting inode If we log the parent directory of a conflicting inode, we are not logging Example scenario: $ mkdir foo $ sync $rmdir foo $ mkdir dir1 # A file with the same name and parent as the directory we just deleted $ ln foo dir2/link # The fsync on dir2 will log the parent directory (".") because the # This fsync on the parent directory is no-op, since the previous fsync <power failure> # After log replay dir1 is missing. Fix this by ensuring we log new dir dentries whenever we log the parent A test case for fstests will follow soon. |
|---|---|
| 公表日 | 2026年4月4日1:16 |
| 登録日 | 2026年4月15日11:24 |
| 最終更新日 | 2026年4月7日22:20 |