LinuxのLinux Kernelにおけるリソースのロックに関する脆弱性
タイトル LinuxのLinux Kernelにおけるリソースのロックに関する脆弱性
概要

Linuxカーネルにおいて、以下の脆弱性が修正されました。ASoCのfsl_xcvrモジュールのfsl_xcvr_mode_put()関数内での欠落したロックに関するパッチを取り消しました。この変更は、コミットf51424872760("ASoC: fsl_xcvr: fsl_xcvr_mode_put()内の欠落したロックを修正")を元に戻すものです。元のパッチはfsl_xcvr_mode_put()関数内でcard-controls_rwsemのロックを取得しようと試みました。しかし、この関数は上位ALSAコア関数snd_ctl_elem_write()から呼び出されており、snd_ctl_elem_write()はput操作全体に対して既にcontrols_rwsemの書き込みロックを保持しています。そのため、fsl_xcvr_activate_ctl()のためにロックを再度保持する必要はありません。同一スレッド内で書き込みロックを保持したまま読み取りロックを取得すると、デッドロックおよびタスクの停止が発生します。この問題はAlexander Steinによって報告されました。

想定される影響 ・当該ソフトウェアが扱う情報について、外部への漏えいは発生しません。 ・当該ソフトウェアが扱う情報について、書き換えは発生しません。 ・当該ソフトウェアが完全に停止する可能性があります。 
対策

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

公表日 2026年6月3日0:00
登録日 2026年6月10日14:26
最終更新日 2026年6月10日14:26
CVSS3.0 : 警告
スコア 5.5
ベクター CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
影響を受けるシステム
Linux
Linux Kernel 5.15.201
Linux Kernel 6.1.164
Linux Kernel 6.12.74
Linux Kernel 6.18.13
Linux Kernel 6.19
Linux Kernel 6.19.1 以上 6.19.4 未満
Linux Kernel 6.6.127
CVE (情報セキュリティ 共通脆弱性識別子)
CWE (共通脆弱性タイプ一覧)
その他
変更履歴
No 変更内容 変更日
1 [2026年06月10日]
  掲載
2026年6月10日14:26

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

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

ASoC: fsl_xcvr: Revert fix missing lock in fsl_xcvr_mode_put()

This reverts commit f51424872760 ("ASoC: fsl_xcvr: fix missing lock in fsl_xcvr_mode_put()").

The original patch attempted to acquire the card->controls_rwsem lock in
fsl_xcvr_mode_put(). However, this function is called from the upper ALSA
core function snd_ctl_elem_write(), which already holds the write lock on
controls_rwsem for the whole put operation. So there is no need to simply
hold the lock for fsl_xcvr_activate_ctl() again.

Acquiring the read lock while holding the write lock in the same thread
results in a deadlock and a hung task, as reported by Alexander Stein.

公表日 2026年6月4日3:16
登録日 2026年6月4日4:17
最終更新日 2026年6月6日5:51
関連情報、対策とツール
共通脆弱性一覧