PT-2026-46025 · Linux · Linux

Published

2026-06-03

·

Updated

2026-06-03

·

CVE-2026-46262

None

No severity ratings or metrics are available. When they are, we'll update the corresponding info on the page.
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.

Related Identifiers

CVE-2026-46262

Affected Products

Linux