LinuxのLinux Kernelにおける不特定の脆弱性
タイトル 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
CVE (情報セキュリティ 共通脆弱性識別子)
CWE (共通脆弱性タイプ一覧)
その他
変更履歴
No 変更内容 変更日
1 [2026年06月29日]
  掲載
2026年6月29日11:19

NVD脆弱性情報
CVE-2026-43481
概要

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
netlink_unicast() consumes it on all return paths, whether the
skb is queued successfully or freed on an error path.

net_shaper_nl_get_doit() and net_shaper_nl_cap_get_doit()
currently jump to free_msg after genlmsg_reply() fails and call
nlmsg_free(msg), which can hit the same skb twice.

Return the genlmsg_reply() error directly and keep free_msg
only for pre-reply failures.

公表日 2026年5月14日1:16
登録日 2026年5月15日4:21
最終更新日 2026年5月21日2:16
関連情報、対策とツール
共通脆弱性一覧