| Title | LinuxのLinux Kernelにおける不特定の脆弱性 |
|---|---|
| Summary | Linuxカーネルにおいて、以下の脆弱性が修正されました:xfrmのxfrm_migrate_policy_findにおける参照カウントリークを修正しました。syzkallerはxfrm_policy_allocでのメモリリークを報告しました。具体的には、BUG: メモリリーク 未参照オブジェクト 0xffff888114d79000(サイズ1024)が発生し、comm "syz.1.17", pid 931 ... xfrm_policy_alloc+0xb3/0x4b0 net/xfrm/xfrm_policy.c:432で問題が確認されました。根本原因は、xfrm_migrate_policy_find()内でxfrm_pol_hold_rcu()が二重に呼び出されていることにあります。ルックアップ関数はすでに参照が保持されたポリシーを返しており、二回目の呼び出しは冗長です。冗長なxfrm_pol_hold_rcu()の呼び出しを削除することで参照カウントの不均衡を修正し、メモリリークを防止しました。この脆弱性はLinux Verification Center(linuxtesting.org)とSyzkallerによって発見されました。 |
| Possible impacts | 当該ソフトウェアが扱う情報について、外部への漏えいは発生しません。 また、当該ソフトウェアが扱う情報について、書き換えは発生しません。 さらに、当該ソフトウェアが完全に停止する可能性があります。 そして、この脆弱性を悪用した攻撃の影響は、他のソフトウェアには及びません。 |
| Solution | リリース情報、またはパッチ情報が公開されています。参考情報を参照して適切な対策を実施してください。 |
| Publication Date | May 6, 2026, midnight |
| Registration Date | May 21, 2026, 10:51 a.m. |
| Last Update | May 21, 2026, 10:51 a.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.12 以上 6.12.83 未満 |
| Linux Kernel 6.13 以上 6.18.24 未満 |
| Linux Kernel 6.19 以上 6.19.14 未満 |
| Linux Kernel 7.0 |
| No | Changed Details | Date of change |
|---|---|---|
| 1 | [2026年05月21日] 掲載 |
May 21, 2026, 10:51 a.m. |
| Summary | In the Linux kernel, the following vulnerability has been resolved: xfrm: fix refcount leak in xfrm_migrate_policy_find syzkaller reported a memory leak in xfrm_policy_alloc: BUG: memory leak The root cause is a double call to xfrm_pol_hold_rcu() in Remove the redundant xfrm_pol_hold_rcu() call to fix the refcount Found by Linux Verification Center (linuxtesting.org) with Syzkaller. |
|---|---|
| Publication Date | May 6, 2026, 7:16 p.m. |
| Registration Date | May 7, 2026, 4:08 a.m. |
| Last Update | May 6, 2026, 10:08 p.m. |