In the Linux kernel, the following vulnerability has been resolved:
ASoC: ops: Fix bounds check for _sx controls
For _sx controls the semantics of the max field is not the usual one, max
is the number of steps rather than the maximum value. This means that our
check in snd_soc_put_volsw_sx() needs to just check against the maximum
value.
References
Configurations
Configuration 1 (hide)
|
History
No history.
Information
Published : 2024-10-21 20:15
Updated : 2024-10-25 14:17
NVD link : CVE-2022-49005
Mitre link : CVE-2022-49005
CVE.ORG link : CVE-2022-49005
JSON object : View
Products Affected
linux
- linux_kernel
CWE