In the Linux kernel, the following vulnerability has been resolved:
ALSA: asihpi: Fix potential OOB array access
ASIHPI driver stores some values in the static array upon a response
from the driver, and its index depends on the firmware. We shouldn't
trust it blindly.
This patch adds a sanity check of the array index to fit in the array
size.
References
Configurations
Configuration 1 (hide)
|
Configuration 2 (hide)
|
History
No history.
Information
Published : 2024-10-21 19:15
Updated : 2026-06-17 08:03
NVD link : CVE-2024-50007
Mitre link : CVE-2024-50007
CVE.ORG link : CVE-2024-50007
JSON object : View
Products Affected
debian
- debian_linux
linux
- linux_kernel
CWE
CWE-129
Improper Validation of Array Index
