| Title | LinuxのLinux Kernelにおける不特定の脆弱性 |
|---|---|
| Summary | Linuxカーネルにおいて、Cephがすでにハッシュされたネガティブdentryに対して誤ってd_add(dentry, NULL)を呼び出す問題が修正されました。この問題は、dentryのハッシュリストを破損させ、システムが無限ループに陥る原因となっていました。修正では、d_add()を呼び出す前にdentryが未ハッシュであることを確認し、すでにハッシュされているネガティブdentryは再利用されるようにしました。これにより、Cephのファイルシステム操作の安定性と安全性が向上しました。 |
| Possible impacts | ・当該ソフトウェアが扱う情報について、外部への漏えいは発生しません。 ・当該ソフトウェアが扱う情報について、書き換えは発生しません。 ・当該ソフトウェアが完全に停止する可能性があります。 |
| Solution | リリース情報、またはパッチ情報が公開されています。参考情報を参照して適切な対策を実施してください。 |
| Publication Date | May 27, 2026, midnight |
| Registration Date | June 17, 2026, 3:40 p.m. |
| Last Update | June 17, 2026, 3:40 p.m. |
| CVSS3.0 : 重要 | |
| Score | 7.5 |
|---|---|
| Vector | CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H |
| Linux |
| Linux Kernel 2.6.34 |
| Linux Kernel 2.6.34.1 以上 6.6.140 未満 |
| Linux Kernel 6.13 以上 6.18.27 未満 |
| Linux Kernel 6.19 以上 7.0.4 未満 |
| Linux Kernel 6.7 以上 6.12.86 未満 |
| No | Changed Details | Date of change |
|---|---|---|
| 1 | [2026年06月17日] 掲載 |
June 17, 2026, 3:40 p.m. |
| Summary | In the Linux kernel, the following vulnerability has been resolved: ceph: only d_add() negative dentries when they are unhashed Ceph can call d_add(dentry, NULL) on a negative dentry that is already In the current VFS that is not safe. d_add() goes through __d_add() rcu: INFO: rcu_sched self-detected stall on CPU This is reachable with reused cached negative dentries. A Ceph lookup - ceph_finish_lookup(): - ceph_lookup(): Both paths can therefore re-add an already-hashed negative dentry. Ceph already uses the correct pattern elsewhere: ceph_fill_trace() only Fix both fs/ceph/dir.c sites the same way: only call d_add() for a This preserves the existing behavior for unhashed dentries while |
|---|---|
| Publication Date | May 27, 2026, 11:17 p.m. |
| Registration Date | May 28, 2026, 4:13 a.m. |
| Last Update | May 30, 2026, 8:17 p.m. |