| タイトル | LinuxのLinux Kernelにおける不特定の脆弱性 |
|---|---|
| 概要 | Linuxカーネルにおいて、Cephがすでにハッシュされたネガティブdentryに対して誤ってd_add(dentry, NULL)を呼び出す問題が修正されました。この問題は、dentryのハッシュリストを破損させ、システムが無限ループに陥る原因となっていました。修正では、d_add()を呼び出す前にdentryが未ハッシュであることを確認し、すでにハッシュされているネガティブdentryは再利用されるようにしました。これにより、Cephのファイルシステム操作の安定性と安全性が向上しました。 |
| 想定される影響 | ・当該ソフトウェアが扱う情報について、外部への漏えいは発生しません。 ・当該ソフトウェアが扱う情報について、書き換えは発生しません。 ・当該ソフトウェアが完全に停止する可能性があります。 |
| 対策 | リリース情報、またはパッチ情報が公開されています。参考情報を参照して適切な対策を実施してください。 |
| 公表日 | 2026年5月27日0:00 |
| 登録日 | 2026年6月17日15:40 |
| 最終更新日 | 2026年6月17日15:40 |
| CVSS3.0 : 重要 | |
| スコア | 7.5 |
|---|---|
| ベクター | 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 | 変更内容 | 変更日 |
|---|---|---|
| 1 | [2026年06月17日] 掲載 |
2026年6月17日15:40 |
| 概要 | 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 |
|---|---|
| 公表日 | 2026年5月27日23:17 |
| 登録日 | 2026年5月28日4:13 |
| 最終更新日 | 2026年5月30日20:17 |