| タイトル | LinuxのLinux Kernelにおける解放済みメモリの使用に関する脆弱性 |
|---|---|
| 概要 | Linuxカーネルのgfs2におけるiomapのインラインデータ書き込みパスにuse-after-freeの脆弱性が存在し、修正されました。具体的には、inodeのメタデータを保持するバッファヘッド(dibh)がgfs2_iomap_begin()内で早期に解放され、その後iomap_write_end_inline()で解放済みのメモリ領域に書き込みが行われる問題がありました。この問題はバッファヘッドの参照カウントを適切に管理し、書き込み操作が完了するまでページが生存し続けるように修正することで解決しました。これにより、不正なメモリアクセスを防止し、システムの安定性とセキュリティが向上しました。 |
| 想定される影響 | ・当該ソフトウェアが扱う全ての情報が外部に漏れる可能性があります。 ・当該ソフトウェアが扱う全ての情報が書き換えられる可能性があります。 ・当該ソフトウェアが完全に停止する可能性があります。 |
| 対策 | リリース情報、またはパッチ情報が公開されています。参考情報を参照して適切な対策を実施してください。 |
| 公表日 | 2026年5月27日0:00 |
| 登録日 | 2026年6月17日15:43 |
| 最終更新日 | 2026年6月17日15:43 |
| CVSS3.0 : 重要 | |
| スコア | 7.8 |
|---|---|
| ベクター | CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H |
| Linux |
| Linux Kernel 5.11 以上 5.15.202 未満 |
| Linux Kernel 5.16 以上 6.1.165 未満 |
| Linux Kernel 5.2 以上 5.10.252 未満 |
| Linux Kernel 6.13 以上 6.18.14 未満 |
| Linux Kernel 6.19 以上 6.19.4 未満 |
| Linux Kernel 6.2 以上 6.6.128 未満 |
| Linux Kernel 6.7 以上 6.12.75 未満 |
| No | 変更内容 | 変更日 |
|---|---|---|
| 1 | [2026年06月17日] 掲載 |
2026年6月17日15:43 |
| 概要 | In the Linux kernel, the following vulnerability has been resolved: gfs2: Fix use-after-free in iomap inline data write path The inline data buffer head (dibh) is being released prematurely in The bug sequence: Fix by storing dibh in iomap->private and incrementing its refcount Note: A C reproducer is not available for this issue. The fix is based [agruenba: Take buffer head reference in gfs2_iomap_begin() to avoid |
|---|---|
| 公表日 | 2026年5月27日23:17 |
| 登録日 | 2026年5月28日4:12 |
| 最終更新日 | 2026年5月30日20:17 |