CVE-2024-50007

Updated on 21 Oct 2024

Severity

7.8 High severity

Details

CVSS score
7.8
CVSS vector
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H

Overview

About vulnerability

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.

Details

Affected packages:
linux-hwe @ 4.15.0 (+15 more)

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.

Fixes