CVE-2024-46862
Medium
Elevated severity or exploit probability.
CVSS base
8.0
HIGH
CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:L/A:H
EPSS — probability of exploitation (30 days)
0.2%
8.4th percentile
CISA KEV
Not listed
Weakness / dates
—
Published 2024-09-27 · modified 2026-08-04
Description
In the Linux kernel, the following vulnerability has been resolved: ASoC: Intel: soc-acpi-intel-mtl-match: add missing empty item There is no links_num in struct snd_soc_acpi_mach {}, and we test !link->num_adr as a condition to end the loop in hda_sdw_machine_select(). So an empty item in struct snd_soc_acpi_link_adr array is required.