Lucene search

K
cvelistLinuxCVELIST:CVE-2024-46863
HistorySep 27, 2024 - 12:42 p.m.

CVE-2024-46863 ASoC: Intel: soc-acpi-intel-lnl-match: add missing empty item

2024-09-2712:42:52
Linux
www.cve.org
2

In the Linux kernel, the following vulnerability has been resolved:

ASoC: Intel: soc-acpi-intel-lnl-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.

CNA Affected

[
  {
    "product": "Linux",
    "vendor": "Linux",
    "defaultStatus": "unaffected",
    "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
    "programFiles": [
      "sound/soc/intel/common/soc-acpi-intel-lnl-match.c"
    ],
    "versions": [
      {
        "version": "dd3bd9dc4708",
        "lessThan": "8eb57389d8ad",
        "status": "affected",
        "versionType": "git"
      },
      {
        "version": "dd3bd9dc4708",
        "lessThan": "c4246f1fe9f2",
        "status": "affected",
        "versionType": "git"
      }
    ]
  },
  {
    "product": "Linux",
    "vendor": "Linux",
    "defaultStatus": "affected",
    "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
    "programFiles": [
      "sound/soc/intel/common/soc-acpi-intel-lnl-match.c"
    ],
    "versions": [
      {
        "version": "6.10",
        "status": "affected"
      },
      {
        "version": "0",
        "lessThan": "6.10",
        "status": "unaffected",
        "versionType": "custom"
      },
      {
        "version": "6.10.11",
        "lessThanOrEqual": "6.10.*",
        "status": "unaffected",
        "versionType": "custom"
      },
      {
        "version": "6.11",
        "lessThanOrEqual": "*",
        "status": "unaffected",
        "versionType": "original_commit_for_fix"
      }
    ]
  }
]
Related for CVELIST:CVE-2024-46863