Lucene search

K
vulnrichmentLinuxVULNRICHMENT:CVE-2022-48717
HistoryJun 20, 2024 - 11:13 a.m.

CVE-2022-48717 ASoC: max9759: fix underflow in speaker_gain_control_put()

2024-06-2011:13:09
Linux
github.com
1
linux kernel
underflow vulnerability
asoc max9759

AI Score

6.7

Confidence

Low

SSVC

Exploitation

none

Automatable

no

Technical Impact

partial

In the Linux kernel, the following vulnerability has been resolved:

ASoC: max9759: fix underflow in speaker_gain_control_put()

Check for negative values of “priv->gain” to prevent an out of bounds
access. The concern is that these might come from the user via:
-> snd_ctl_elem_write_user()
-> snd_ctl_elem_write()
-> kctl->put()

AI Score

6.7

Confidence

Low

SSVC

Exploitation

none

Automatable

no

Technical Impact

partial