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.
Configurations

Configuration 1 (hide)

OR cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
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:-:*:*:*:*:*:*

History

22 Jul 2026, 20:10

Type Values Removed Values Added
Summary
  • (es) En el kernel de Linux, la siguiente vulnerabilidad ha sido resuelta: ASoC: fsl_xcvr: Revertir corrección de bloqueo faltante en fsl_xcvr_mode_put() Esto revierte el commit f51424872760 ('ASoC: fsl_xcvr: corregir bloqueo faltante en fsl_xcvr_mode_put()'). El parche original intentó adquirir el bloqueo card->controls_rwsem en fsl_xcvr_mode_put(). Sin embargo, esta función es llamada desde la función central superior de ALSA snd_ctl_elem_write(), que ya mantiene el bloqueo de escritura en controls_rwsem para toda la operación 'put'. Así que no hay necesidad de simplemente mantener el bloqueo para fsl_xcvr_activate_ctl() de nuevo. Adquirir el bloqueo de lectura mientras se mantiene el bloqueo de escritura en el mismo hilo resulta en un interbloqueo y una tarea colgada, según lo informado por Alexander Stein.

09 Jun 2026, 19:59

Type Values Removed Values Added
CVSS v2 : unknown
v3 : unknown
v2 : unknown
v3 : 5.5
CWE CWE-667
First Time Linux linux Kernel
Linux
References () https://git.kernel.org/stable/c/0886dc6326c3cc596799c4340d342898301cf52a - () https://git.kernel.org/stable/c/0886dc6326c3cc596799c4340d342898301cf52a - Patch
References () https://git.kernel.org/stable/c/29b2fbe3498da3681a01b34e4a2259f8a1b89448 - () https://git.kernel.org/stable/c/29b2fbe3498da3681a01b34e4a2259f8a1b89448 - Patch
References () https://git.kernel.org/stable/c/30ffcad5edb56947dccc26f6816ab7a55b21a711 - () https://git.kernel.org/stable/c/30ffcad5edb56947dccc26f6816ab7a55b21a711 - Patch
References () https://git.kernel.org/stable/c/9a2a5da002775376498e8814df4a87cd629a3a0c - () https://git.kernel.org/stable/c/9a2a5da002775376498e8814df4a87cd629a3a0c - Patch
References () https://git.kernel.org/stable/c/9f16d96e1222391a6b996a1b676bec14fb91e3b2 - () https://git.kernel.org/stable/c/9f16d96e1222391a6b996a1b676bec14fb91e3b2 - Patch
References () https://git.kernel.org/stable/c/ae5a70e3e87c28edbaf9939cfef1bcbd9615420f - () https://git.kernel.org/stable/c/ae5a70e3e87c28edbaf9939cfef1bcbd9615420f - Patch
References () https://git.kernel.org/stable/c/b0f74f5d24fe3c73ef1369a811891198b54c1e8e - () https://git.kernel.org/stable/c/b0f74f5d24fe3c73ef1369a811891198b54c1e8e - Patch
CPE cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:6.18.13:*:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:5.15.201:*:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:6.6.127:*:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:6.19:-:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:6.1.164:*:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:6.12.74:*:*:*:*:*:*:*

03 Jun 2026, 18:16

Type Values Removed Values Added
New CVE

Information

Published : 2026-06-03 18:16

Updated : 2026-07-22 20:10


NVD link : CVE-2026-46262

Mitre link : CVE-2026-46262

CVE.ORG link : CVE-2026-46262


JSON object : View

Products Affected

linux

  • linux_kernel
CWE
CWE-667

Improper Locking