Linuxカーネルのath9kドライバーに関する競合状態による情報漏えいが起きる脆弱性
タイトル Linuxカーネルのath9kドライバーに関する競合状態による情報漏えいが起きる脆弱性
概要

Linuxカーネルのath9kドライバーに競合状態の脆弱性が存在していました。ath9k_htcで使用されるイベントタスクレットが、必要な初期化が完了する前に実行される場合があり、その結果、未初期化のデータ構造へアクセスしてしまう可能性がありました。この脆弱性は、タスクレットの実行を初期化完了まで遅延させ、すべてのコマンドで競合が発生しないよう同期ビットを適用することで修正されています。

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

正式な対策が公開されています。ベンダ情報を参照して適切な対策を実施してください。

公表日 2024年4月17日0:00
登録日 2025年12月25日17:01
最終更新日 2025年12月25日17:01
CVSS3.0 : 警告
スコア 4.7
ベクター CVSS:3.0/AV:L/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:H
影響を受けるシステム
Debian
Debian GNU/Linux 10.0
Linux
Linux Kernel 5.10.136 から 5.10.214 未満
Linux Kernel 5.15.17 から 5.15.153 未満
Linux Kernel 5.16.3 から 6.1.83 未満
Linux Kernel 6.2 から 6.6.23 未満
Linux Kernel 6.7 から 6.7.11 未満
Linux Kernel 6.8 から 6.8.2 未満
CVE (情報セキュリティ 共通脆弱性識別子)
CWE (共通脆弱性タイプ一覧)
ベンダー情報
その他
変更履歴
No 変更内容 変更日
1 [2025年12月25日]
  掲載
2025年12月25日17:01

NVD脆弱性情報
CVE-2024-26897
概要

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

wifi: ath9k: delay all of ath9k_wmi_event_tasklet() until init is complete

The ath9k_wmi_event_tasklet() used in ath9k_htc assumes that all the data
structures have been fully initialised by the time it runs. However, because of
the order in which things are initialised, this is not guaranteed to be the
case, because the device is exposed to the USB subsystem before the ath9k driver
initialisation is completed.

We already committed a partial fix for this in commit:
8b3046abc99e ("ath9k_htc: fix NULL pointer dereference at ath9k_htc_tx_get_packet()")

However, that commit only aborted the WMI_TXSTATUS_EVENTID command in the event
tasklet, pairing it with an "initialisation complete" bit in the TX struct. It
seems syzbot managed to trigger the race for one of the other commands as well,
so let's just move the existing synchronisation bit to cover the whole
tasklet (setting it at the end of ath9k_htc_probe_device() instead of inside
ath9k_tx_init()).

公表日 2024年4月17日20:15
登録日 2024年4月18日10:01
最終更新日 2024年11月21日18:03
関連情報、対策とツール
共通脆弱性一覧