In the Linux kernel, the following vulnerability has been resolved:
ASoC: codecs: wcd934x: handle channel mappping list correctly
Currently each channel is added as list to dai channel list, however
there is danger of adding same channel to multiple dai channel list
which endups corrupting the other list where its already added.
This patch ensures that the channel is actually free before adding to
the dai channel list and also ensures that the channel is on the list
before deleting it.
This check was missing previously, and we did not hit this issue as
we were testing very simple usecases with sequence of amixer commands.
Metrics
Affected Vendors & Products
References
History
Mon, 04 Nov 2024 12:15:00 +0000
Type | Values Removed | Values Added |
---|---|---|
Metrics |
ssvc
|
MITRE
Status: PUBLISHED
Assigner: Linux
Published: 2024-05-24T15:01:49.699Z
Updated: 2024-11-04T12:07:10.120Z
Reserved: 2024-05-22T06:20:56.204Z
Link: CVE-2021-47502
Vulnrichment
Updated: 2024-08-04T05:39:59.770Z
NVD
Status : Awaiting Analysis
Published: 2024-05-24T15:15:10.350
Modified: 2024-05-24T18:09:20.027
Link: CVE-2021-47502
Redhat