Lucene search

K
vulnrichmentLinuxVULNRICHMENT:CVE-2022-48917
HistoryAug 22, 2024 - 1:32 a.m.

CVE-2022-48917 ASoC: ops: Shift tested values in snd_soc_put_volsw() by +min

2024-08-2201:32:20
Linux
github.com
1
asoc
vulnerability
cve-2022-48917
linux kernel
snd_soc_put_volsw
integer limits
platform_max

AI Score

6.8

Confidence

Low

EPSS

0

Percentile

5.1%

SSVC

Exploitation

none

Automatable

no

Technical Impact

partial

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.

AI Score

6.8

Confidence

Low

EPSS

0

Percentile

5.1%

SSVC

Exploitation

none

Automatable

no

Technical Impact

partial

Related for VULNRICHMENT:CVE-2022-48917