Security Advisory

CVE-2024-50007

CVE vulnerability detail - eXtreme Datacenter Security Operations

Published 2024-10-21 18:54:00
Last updated 2026-05-11 20:43:44
Assigner Linux
CVSS score not scored
State PUBLISHED

Description

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.