| Title | LinuxのLinux Kernelにおける不特定の脆弱性 |
|---|---|
| Summary | Linuxカーネルにおいて、ext4ファイルシステムのエクステントキャッシュの管理に関する脆弱性が修正されました。具体的には、ext4_split_extent関数がゼロアウトフラグを持つ未書き込みエクステントを途中で分割する際に、誤って古い未書き込みエクステントをキャッシュに保持してしまい、キャッシュと実際のディスク上の状態に不整合が生じる問題がありました。この不整合は、未初期化のデータにアクセスしたりファイルシステムの整合性を破壊したりする可能性があります。本修正では、ゼロアウト処理後に常にエクステントステータスキャッシュが正しく更新されるように変更されました。 |
| 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.1.167 |
| 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: ext4: drop extent cache after doing PARTIAL_VALID1 zeroout When splitting an unwritten extent in the middle and converting it to Assume we have an unwritten file and buffered write in the middle of it 0 A B N ext4_split_extent() first try to split this extent at B with 0 A B N ext4_split_extent() then try to split this extent at A with 0 A B N Finally ext4_map_create_blocks() only insert extent A to B to the extent 0 A B N Fix this issue by always cached extent status entry after zeroing out |
|---|---|
| Publication Date | May 27, 2026, 11:17 p.m. |
| Registration Date | May 28, 2026, 4:11 a.m. |
| Last Update | May 30, 2026, 8:17 p.m. |