| Summary | 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 Acquiring the read lock while holding the write lock in the same thread |
|---|---|
| Publication Date | June 4, 2026, 3:16 a.m. |
| Registration Date | June 4, 2026, 4:17 a.m. |
| Last Update | June 10, 2026, 4:59 a.m. |
| CVSS3.1 : MEDIUM | |
| スコア | 5.5 |
|---|---|
| Vector | CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H |
| 攻撃元区分(AV) | ローカル |
| 攻撃条件の複雑さ(AC) | 低 |
| 攻撃に必要な特権レベル(PR) | 低 |
| 利用者の関与(UI) | 不要 |
| 影響の想定範囲(S) | 変更なし |
| 機密性への影響(C) | なし |
| 完全性への影響(I) | なし |
| 可用性への影響(A) | 高 |
| Configuration1 | or higher | or less | more than | less than | |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.19.1 | 6.19.4 | |||
| cpe:2.3:o:linux:linux_kernel:5.15.201:*:*:*:*:*:*:* | |||||
| cpe:2.3:o:linux:linux_kernel:6.1.164:*:*:*:*:*:*:* | |||||
| cpe:2.3:o:linux:linux_kernel:6.6.127:*:*:*:*:*:*:* | |||||
| cpe:2.3:o:linux:linux_kernel:6.12.74:*:*:*:*:*:*:* | |||||
| cpe:2.3:o:linux:linux_kernel:6.18.13:*:*:*:*:*:*:* | |||||
| cpe:2.3:o:linux:linux_kernel:6.19:-:*:*:*:*:*:* | |||||
| Title | LinuxのLinux Kernelにおけるリソースのロックに関する脆弱性 |
|---|---|
| Summary | 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によって報告されました。 |
| Possible impacts | ・当該ソフトウェアが扱う情報について、外部への漏えいは発生しません。 ・当該ソフトウェアが扱う情報について、書き換えは発生しません。 ・当該ソフトウェアが完全に停止する可能性があります。 |
| Solution | リリース情報、またはパッチ情報が公開されています。参考情報を参照して適切な対策を実施してください。 |
| Publication Date | June 3, 2026, midnight |
| Registration Date | June 10, 2026, 2:26 p.m. |
| Last Update | June 10, 2026, 2:26 p.m. |
| 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 |
| No | Changed Details | Date of change |
|---|---|---|
| 1 | [2026年06月10日] 掲載 |
June 10, 2026, 2:26 p.m. |