| タイトル | LinuxのLinux Kernelにおける不特定の脆弱性 |
|---|---|
| 概要 | Linuxカーネルにおいて、ext4ファイルシステムのエクステントキャッシュの管理に関する脆弱性が修正されました。具体的には、ext4_split_extent関数がゼロアウトフラグを持つ未書き込みエクステントを途中で分割する際に、誤って古い未書き込みエクステントをキャッシュに保持してしまい、キャッシュと実際のディスク上の状態に不整合が生じる問題がありました。この不整合は、未初期化のデータにアクセスしたりファイルシステムの整合性を破壊したりする可能性があります。本修正では、ゼロアウト処理後に常にエクステントステータスキャッシュが正しく更新されるように変更されました。 |
| 想定される影響 | ・当該ソフトウェアが扱う情報について、外部への漏えいは発生しません。 ・当該ソフトウェアが扱う情報について、書き換えは発生しません。 ・当該ソフトウェアが完全に停止する可能性があります。 |
| 対策 | リリース情報、またはパッチ情報が公開されています。参考情報を参照して適切な対策を実施してください。 |
| 公表日 | 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.1.167 |
| No | 変更内容 | 変更日 |
|---|---|---|
| 1 | [2026年06月26日] 掲載 |
2026年6月26日11:59 |
| 概要 | 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 |
|---|---|
| 公表日 | 2026年5月27日23:17 |
| 登録日 | 2026年5月28日4:11 |
| 最終更新日 | 2026年5月30日20:17 |