In the Linux kernel, the following vulnerability has been resolved:
ASoC: ops: Shift tested values in snd_soc_put_volsw() by +min
While the $val/$val2 values passed in from userspace are always >= 0
integers, the limits of the control can be signed integers and the $min
can be non-zero and less than zero. To correctly validate $val/$val2
against platform_max, add the $min offset to val first.
References
Configurations
Configuration 1 (hide)
|
History
No history.
Information
Published : 2024-08-22 02:15
Updated : 2024-09-12 13:07
NVD link : CVE-2022-48917
Mitre link : CVE-2022-48917
CVE.ORG link : CVE-2022-48917
JSON object : View
Products Affected
linux
- linux_kernel
CWE