| Title | LinuxのLinux Kernelにおける有効期限後のメモリの解放の欠如に関する脆弱性 |
|---|---|
| Summary | Linuxカーネルにおいて、以下の脆弱性が修正されました:nfsd_nl_listener_set_doit()関数内のcred参照リークを修正しました。nfsd_nl_listener_set_doit()はput_cred()を伴わずにget_current_cred()を使用していました。他の呼び出し元を見ると、svc_xprt_create_from_sa()では追加のリファレンスカウントが不要であることがわかります。nfsd_nl_listener_set_doit()は常にプロセスコンテキスト(sendmsg())内で実行され、current-credは消失しません。したがって、nfsd_nl_listener_set_doit()ではcurrent_cred()を使用するように変更しました。 |
| Possible impacts | 当該ソフトウェアが扱う情報について、外部への漏えいは発生しません。 また、当該ソフトウェアが扱う情報について、書き換えは発生しません。 さらに、当該ソフトウェアが完全に停止する可能性があります。 そして、この脆弱性を悪用した攻撃の影響は、他のソフトウェアには及びません。 |
| Solution | リリース情報、またはパッチ情報が公開されています。参考情報を参照して適切な対策を実施してください。 |
| Publication Date | May 8, 2026, midnight |
| Registration Date | May 28, 2026, 2:41 p.m. |
| Last Update | May 28, 2026, 2:41 p.m. |
| CVSS3.0 : 警告 | |
| Score | 5.5 |
|---|---|
| Vector | CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H |
| Linux |
| Linux Kernel 6.10 以上 6.12.78 未満 |
| Linux Kernel 6.13 以上 6.18.19 未満 |
| Linux Kernel 6.19 以上 6.19.9 未満 |
| Linux Kernel 7.0 |
| No | Changed Details | Date of change |
|---|---|---|
| 1 | [2026年05月28日] 掲載 |
May 28, 2026, 2:41 p.m. |
| Summary | In the Linux kernel, the following vulnerability has been resolved: nfsd: Fix cred ref leak in nfsd_nl_listener_set_doit(). nfsd_nl_listener_set_doit() uses get_current_cred() without As we can see from other callers, svc_xprt_create_from_sa() nfsd_nl_listener_set_doit() is always in the process context, Let's use current_cred() in nfsd_nl_listener_set_doit(). |
|---|---|
| Publication Date | May 9, 2026, 12:16 a.m. |
| Registration Date | May 9, 2026, 4:14 a.m. |
| Last Update | May 12, 2026, 11:10 p.m. |