| Title | LinuxのLinux KernelにおけるNULL ポインタデリファレンスに関する脆弱性 |
|---|---|
| Summary | Linuxカーネルのext4ファイルシステムにおいて、初期化後にjinodeが公開されることでクラッシュを引き起こす脆弱性が修正されました。ext4_inode_attach_jinode()は並行アクセスするユーザーにei-jinodeを公開しており、これによりi_vfs_inodeが未設定の非NULLのjinodeを読み取っていました。その結果、jbd2_wait_inode_data()でi_vfs_inode-i_mappingを参照し、クラッシュが発生する可能性がありました。この問題はjbd2_inodeを先に初期化し、適切なメモリ障壁とWRITE_ONCE()を使ってei-jinodeを公開し、読み取り側はREAD_ONCE()で安全にポインタを取得するように修正されました。 |
| Possible impacts | 当該ソフトウェアが扱う全ての情報が外部に漏れる可能性があります。 また、当該ソフトウェアが扱う全ての情報が書き換えられる可能性があります。 さらに、当該ソフトウェアが完全に停止する可能性があります。 そして、この脆弱性を悪用した攻撃の影響は、他のソフトウェアには及びません。 |
| Solution | リリース情報、またはパッチ情報が公開されています。参考情報を参照して適切な対策を実施してください。 |
| Publication Date | April 22, 2026, midnight |
| Registration Date | May 8, 2026, 12:08 p.m. |
| Last Update | May 8, 2026, 12:08 p.m. |
| CVSS3.0 : 重要 | |
| Score | 8.8 |
|---|---|
| Vector | CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H |
| Linux |
| Linux Kernel 3.11 |
| Linux Kernel 3.11.1 以上 5.10.253 未満 |
| Linux Kernel 5.11 以上 5.15.203 未満 |
| Linux Kernel 5.16 以上 6.1.168 未満 |
| Linux Kernel 6.13 以上 6.18.21 未満 |
| Linux Kernel 6.19 以上 6.19.11 未満 |
| Linux Kernel 6.2 以上 6.6.134 未満 |
| Linux Kernel 6.7 以上 6.12.81 未満 |
| Linux Kernel 7.0 |
| No | Changed Details | Date of change |
|---|---|---|
| 1 | [2026年05月08日] 掲載 |
May 8, 2026, 12:08 p.m. |
| Summary | In the Linux kernel, the following vulnerability has been resolved: ext4: publish jinode after initialization ext4_inode_attach_jinode() publishes ei->jinode to concurrent users. The fast commit flush path can then pass this jinode to Below is the crash I observe: Fix this by initializing the jbd2_inode first. |
|---|---|
| Publication Date | April 22, 2026, 11:16 p.m. |
| Registration Date | April 25, 2026, 4:05 a.m. |
| Last Update | April 27, 2026, 11:16 p.m. |