In the Linux kernel, the following vulnerability has been resolved:
ASoC: Intel: soc-acpi-intel-rpl-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.
References
Configurations
Configuration 1 (hide)
|
History
No history.
Information
Published : 2024-10-21 19:15
Updated : 2024-11-01 15:31
NVD link : CVE-2024-50011
Mitre link : CVE-2024-50011
CVE.ORG link : CVE-2024-50011
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-835
Loop with Unreachable Exit Condition ('Infinite Loop')