| タイトル | LinuxのLinux Kernelにおける不特定の脆弱性 |
|---|---|
| 概要 | Linuxカーネルにおいて、次の脆弱性が修正されました。net-shapersで、genlmsg_reply()の後に返信用skbを解放しないようにしました。genlmsg_reply()は返信用skbをnetlinkに渡し、netlink_unicast()がすべての戻り経路でそれを消費します。skbは正常にキューに入れられた場合もエラー経路で解放された場合も同様です。net_shaper_nl_get_doit()およびnet_shaper_nl_cap_get_doit()は現在、genlmsg_reply()が失敗した後にfree_msgへジャンプし、nlmsg_free(msg)を呼び出しています。そのため、同じskbを二度解放する可能性がありました。genlmsg_reply()のエラーは直接返し、free_msgは返信前の失敗時のみのために保持するようにしました。 |
| 想定される影響 | ・当該ソフトウェアが扱う全ての情報が外部に漏れる可能性があります。 ・当該ソフトウェアが扱う全ての情報が書き換えられる可能性があります。 ・当該ソフトウェアが完全に停止する可能性があります。 |
| 対策 | リリース情報、またはパッチ情報が公開されています。参考情報を参照して適切な対策を実施してください。 |
| 公表日 | 2026年5月13日0:00 |
| 登録日 | 2026年6月29日11:19 |
| 最終更新日 | 2026年6月29日11:19 |
| CVSS3.0 : 重要 | |
| スコア | 7.8 |
|---|---|
| ベクター | CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H |
| Linux |
| Linux Kernel 6.13 以上 6.18.19 未満 |
| Linux Kernel 6.19 以上 6.19.9 未満 |
| Linux Kernel 7.0 |
| No | 変更内容 | 変更日 |
|---|---|---|
| 1 | [2026年06月29日] 掲載 |
2026年6月29日11:19 |
| 概要 | In the Linux kernel, the following vulnerability has been resolved: net-shapers: don't free reply skb after genlmsg_reply() genlmsg_reply() hands the reply skb to netlink, and net_shaper_nl_get_doit() and net_shaper_nl_cap_get_doit() Return the genlmsg_reply() error directly and keep free_msg |
|---|---|
| 公表日 | 2026年5月14日1:16 |
| 登録日 | 2026年5月15日4:21 |
| 最終更新日 | 2026年5月21日2:16 |