LinuxのLinux Kernelにおける不特定の脆弱性
タイトル LinuxのLinux Kernelにおける不特定の脆弱性
概要

Linuxカーネルにおいて、以下の脆弱性が修正されました。wifi: cfg80211: cfg80211_pmsr_wdev_down内でpmsr_free_wkのキャンセルを行います。PMSRリクエストを発生させたnl80211ソケットが閉じられると、cfg80211_release_pmsr()はリクエストのnl_portidをゼロに設定し、abort処理を非同期で行うためにpmsr_free_wkをスケジュールします。インターフェースがその作業が実行される前に同時に切断されると、cfg80211_pmsr_wdev_down()は直接cfg80211_pmsr_process_abort()を呼び出します。しかし、すでにスケジュールされたpmsr_free_wk作業項目が保留状態のままで残り、インターフェースがドライバーから削除された後に実行される可能性があります。これにより、ドライバーのabort_pmsrコールバックが切断済みのインターフェース上で動作し、未定義動作やクラッシュを引き起こす可能性があります。そのため、cfg80211_pmsr_wdev_down()内でcfg80211_pmsr_process_abort()を呼び出す前にpmsr_free_wkを同期的にキャンセルするようにしました。これにより、保留中または進行中の作業がすべて処理されてからインターフェースの切断が進み、インターフェースが消失した後にドライバーのabortコールバックが呼び出されることを防ぎます。

想定される影響 当該ソフトウェアが扱う全ての情報が外部に漏れる可能性があります。 また、当該ソフトウェアが扱う全ての情報が書き換えられる可能性があります。 さらに、当該ソフトウェアが完全に停止する可能性があります。 そして、この脆弱性を悪用した攻撃の影響は、他のソフトウェアには及びません。 
対策

リリース情報、またはパッチ情報が公開されています。参考情報を参照して適切な対策を実施してください。

公表日 2026年4月24日0:00
登録日 2026年4月30日12:10
最終更新日 2026年4月30日12:10
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 5.0
Linux Kernel 5.0.1 以上 6.1.167 未満
Linux Kernel 6.13 以上 6.18.20 未満
Linux Kernel 6.19 以上 6.19.10 未満
Linux Kernel 6.2 以上 6.6.130 未満
Linux Kernel 6.7 以上 6.12.78 未満
Linux Kernel 7.0
CVE (情報セキュリティ 共通脆弱性識別子)
CWE (共通脆弱性タイプ一覧)
その他
変更履歴
No 変更内容 変更日
1 [2026年04月30日]
  掲載
2026年4月30日12:10

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

In the Linux kernel, the following vulnerability has been resolved:

wifi: cfg80211: cancel pmsr_free_wk in cfg80211_pmsr_wdev_down

When the nl80211 socket that originated a PMSR request is
closed, cfg80211_release_pmsr() sets the request's nl_portid
to zero and schedules pmsr_free_wk to process the abort
asynchronously. If the interface is concurrently torn down
before that work runs, cfg80211_pmsr_wdev_down() calls
cfg80211_pmsr_process_abort() directly. However, the already-
scheduled pmsr_free_wk work item remains pending and may run
after the interface has been removed from the driver. This
could cause the driver's abort_pmsr callback to operate on a
torn-down interface, leading to undefined behavior and
potential crashes.

Cancel pmsr_free_wk synchronously in cfg80211_pmsr_wdev_down()
before calling cfg80211_pmsr_process_abort(). This ensures any
pending or in-progress work is drained before interface teardown
proceeds, preventing the work from invoking the driver abort
callback after the interface is gone.

公表日 2026年4月25日0:16
登録日 2026年4月25日4:07
最終更新日 2026年4月28日0:16
関連情報、対策とツール
共通脆弱性一覧