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()
References
Configurations
Configuration 1 (hide)
|
History
No history.
Information
Published : 2024-06-20 11:15
Updated : 2025-03-05 19:17
NVD link : CVE-2022-48717
Mitre link : CVE-2022-48717
CVE.ORG link : CVE-2022-48717
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-787
Out-of-bounds Write
