- Description
- 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.
- Source
- 416baaa9-dc9f-4396-8d5f-8c081fb06d67
- NVD status
- Analyzed
- Products
- linux_kernel
CVSS 3.1
- Type
- Primary
- Base score
- 5.5
- Impact score
- 3.6
- Exploitability score
- 1.8
- Vector string
- CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
- Severity
- MEDIUM
- nvd@nist.gov
- CWE-667
- Hype score
- Not currently trending
[
{
"nodes": [
{
"cpeMatch": [
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"matchCriteriaId": "411B9362-5B74-4569-8450-50CAD50DE99C",
"versionEndExcluding": "6.19.4",
"versionStartIncluding": "6.19.1",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:linux:linux_kernel:5.15.201:*:*:*:*:*:*:*",
"matchCriteriaId": "3873509D-CFDC-4039-9A16-64648274E54D",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:linux:linux_kernel:6.1.164:*:*:*:*:*:*:*",
"matchCriteriaId": "8841C0DA-359F-4C10-8F51-9494CC682F61",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:linux:linux_kernel:6.6.127:*:*:*:*:*:*:*",
"matchCriteriaId": "6F686B00-599C-4C3E-B874-A3725ADF8B50",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:linux:linux_kernel:6.12.74:*:*:*:*:*:*:*",
"matchCriteriaId": "6E601D5F-7735-4B9F-B177-8317F642EC01",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:linux:linux_kernel:6.18.13:*:*:*:*:*:*:*",
"matchCriteriaId": "7FBB74D9-EA97-4AD2-B9D8-DC505C2E45DE",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:linux:linux_kernel:6.19:-:*:*:*:*:*:*",
"matchCriteriaId": "35C8A871-4971-433E-A046-FC9F7B7D190A",
"vulnerable": true
}
],
"negate": false,
"operator": "OR"
}
]
}
]