| Title | LinuxのLinux Kernelにおける不特定の脆弱性 |
|---|---|
| Summary | Linuxカーネルのbtrfsにおいて、競合するinodeの親ディレクトリをログ記録する際に新しいディレクトリエントリもログに記録していなかった脆弱性が修正されました。このため、親ディレクトリはログ済みとマークされていても、新しいdentriesが記録されず、親ディレクトリのfsyncで新しいdentriesの変更が反映されず、電源障害後に情報が失われる可能性がありました。この問題は、親ディレクトリに対するfsync操作が競合inodeの存在を正しく扱えていなかったことに起因します。修正では、競合inodeが存在しない親ディレクトリをログするときに必ず新しいdentriesもログに含めるようにし、これにより電源障害後のデータ損失を防止します。fstests用のテストケースが間もなく追加される予定です。 |
| Possible impacts | 当該ソフトウェアが扱う情報について、外部への漏えいは発生しません。 また、当該ソフトウェアが扱う情報について、書き換えは発生しません。 さらに、当該ソフトウェアが完全に停止する可能性があります。 そして、この脆弱性を悪用した攻撃の影響は、他のソフトウェアには及びません。 |
| Solution | リリース情報、またはパッチ情報が公開されています。参考情報を参照して適切な対策を実施してください。 |
| Publication Date | April 3, 2026, midnight |
| Registration Date | May 22, 2026, 10:57 a.m. |
| Last Update | May 22, 2026, 10:57 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 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 | Changed Details | Date of change |
|---|---|---|
| 1 | [2026年05月22日] 掲載 |
May 22, 2026, 10:57 a.m. |
| Summary | 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. |
|---|---|
| Publication Date | April 4, 2026, 1:16 a.m. |
| Registration Date | April 15, 2026, 11:24 a.m. |
| Last Update | April 7, 2026, 10:20 p.m. |