GCVE Workshop - 22 September 2026 (14:00-18:00), Luxembourg Before The Vulnopticon Conference - Registration

CVE-2024-46863 (GCVE-0-2024-46863)

Vulnerability from cvelistv5 – Published: 2024-09-27 12:42 – Updated: 2026-08-05 11:39
VLAI
Title
ASoC: Intel: soc-acpi-intel-lnl-match: add missing empty item
Summary
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.
SSVC
Exploitation: none Automatable: no Technical Impact: partial
CISA Coordinator · CISA-ADP (v2.0.3)
Decision recorded 2024-09-29 13:45 UTC
Impacted products
Vendor Product Version CPE status
Linux Linux Affected: dd3bd9dc47084195fcb3c1b371cb03046abb13ab , < 8eb57389d8ad91c67bf844f5aae4caef74b9091b (git)
Affected: dd3bd9dc47084195fcb3c1b371cb03046abb13ab , < c4246f1fe9f24f8dcd97887ed67d8fcfd91f4796 (git)
guessed Create a notification for this product.
Linux Linux Affected: 6.10
Unaffected: 0 , < 6.10 (semver)
Unaffected: 6.10.11 , ≤ 6.10.* (semver)
Unaffected: 6.11 , ≤ * (original_commit_for_fix)
guessed Create a notification for this product.
Show details on NVD website

{
  "containers": {
    "adp": [
      {
        "metrics": [
          {
            "other": {
              "content": {
                "id": "CVE-2024-46863",
                "options": [
                  {
                    "Exploitation": "none"
                  },
                  {
                    "Automatable": "no"
                  },
                  {
                    "Technical Impact": "partial"
                  }
                ],
                "role": "CISA Coordinator",
                "timestamp": "2024-09-29T13:45:58.346254Z",
                "version": "2.0.3"
              },
              "type": "ssvc"
            }
          }
        ],
        "providerMetadata": {
          "dateUpdated": "2024-09-29T13:49:05.489Z",
          "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
          "shortName": "CISA-ADP"
        },
        "title": "CISA ADP Vulnrichment"
      }
    ],
    "cna": {
      "affected": [
        {
          "defaultStatus": "unaffected",
          "product": "Linux",
          "programFiles": [
            "sound/soc/intel/common/soc-acpi-intel-lnl-match.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "lessThan": "8eb57389d8ad91c67bf844f5aae4caef74b9091b",
              "status": "affected",
              "version": "dd3bd9dc47084195fcb3c1b371cb03046abb13ab",
              "versionType": "git"
            },
            {
              "lessThan": "c4246f1fe9f24f8dcd97887ed67d8fcfd91f4796",
              "status": "affected",
              "version": "dd3bd9dc47084195fcb3c1b371cb03046abb13ab",
              "versionType": "git"
            }
          ]
        },
        {
          "defaultStatus": "affected",
          "product": "Linux",
          "programFiles": [
            "sound/soc/intel/common/soc-acpi-intel-lnl-match.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "status": "affected",
              "version": "6.10"
            },
            {
              "lessThan": "6.10",
              "status": "unaffected",
              "version": "0",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.10.*",
              "status": "unaffected",
              "version": "6.10.11",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "*",
              "status": "unaffected",
              "version": "6.11",
              "versionType": "original_commit_for_fix"
            }
          ]
        }
      ],
      "cpeApplicability": [
        {
          "nodes": [
            {
              "cpeMatch": [
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.10.11",
                  "versionStartIncluding": "6.10",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.11",
                  "versionStartIncluding": "6.10",
                  "vulnerable": true
                }
              ],
              "negate": false,
              "operator": "OR"
            }
          ]
        }
      ],
      "descriptions": [
        {
          "lang": "en",
          "value": "In the Linux kernel, the following vulnerability has been resolved:\n\nASoC: Intel: soc-acpi-intel-lnl-match: add missing empty item\n\nThere is no links_num in struct snd_soc_acpi_mach {}, and we test\n!link-\u003enum_adr as a condition to end the loop in hda_sdw_machine_select().\nSo an empty item in struct snd_soc_acpi_link_adr array is required."
        }
      ],
      "metrics": [
        {
          "cvssV3_1": {
            "baseScore": 7.3,
            "baseSeverity": "HIGH",
            "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:L/A:H",
            "version": "3.1"
          },
          "scenarios": [
            {
              "lang": "en",
              "value": "AV:L - The out-of-bounds walk occurs inside the SOF/HDA PCI driver probe path (`hda_sdw_machine_select`) and the `sof_sdw` machine driver, which are reachable only in the local system context \u2014 there is no network, packet, or remote-peer input feeding this code. Re-triggering it requires local driver bind/rebind or a reboot of the affected Lunar Lake platform.\nAC:L - On an affected platform (Intel LNL with a cs42l43 on SoundWire link 0) the unterminated array is walked deterministically on every probe, with no race, timing window, or memory-layout grooming required. There are no conditions the attacker must win or wait for.\nPR:L - No authentication or capability check gates the code \u2014 it runs during device probe \u2014 but deliberately causing the probe to re-execute (module load or `/sys/bus/pci/drivers/.../bind`) requires local system access. No remote credentials or user-namespace escalation are involved.\nUI:N - The vulnerable loop executes automatically during driver probe at boot; no victim must open a file, mount a filesystem, or take any action.\nS:U - Both the defective data and the faulting reads are within the kernel\u0027s own security authority; nothing crosses a VM, IOMMU, or sandbox boundary.\nC:H - This is an out-of-bounds read that is not confined to a few bytes: `hda_sdw_machine_select` reads up to three 16-byte structs past the array, and the OOB-derived `adr_d`/`name_prefix` pointers are then dereferenced in `snd_soc_acpi_sdw_link_slaves_found()` and `parse_sdw_endpoints()`, allowing kernel memory at an uncontrolled address to be read. In the `sof_sdw` path the walk is entirely unbounded and OOB `name_prefix` strings can surface in DAI-link/component names exposed to userspace via /proc/asound and sysfs.\nI:L - There is no out-of-bounds write or arbitrary-write primitive, but the kernel selects the audio machine driver, topology firmware file, and constructs DAI-link/endpoint structures from data read past the end of the array, so kernel state and device configuration are derived from invalid memory.\nA:H - The OOB entry supplies both a `num_adr` count and an `adr_d` pointer that are dereferenced without validation, so a neighbouring `.rodata` object that is not a valid `snd_soc_acpi_link_adr` produces a wild-pointer read and a kernel oops at probe time; the unbounded walk in `sof_sdw.c` compounds this. On the observed layout the machine fails to match, causing complete loss of audio functionality on affected devices."
            }
          ]
        }
      ],
      "providerMetadata": {
        "dateUpdated": "2026-08-05T11:39:06.428Z",
        "orgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
        "shortName": "Linux"
      },
      "references": [
        {
          "url": "https://git.kernel.org/stable/c/8eb57389d8ad91c67bf844f5aae4caef74b9091b"
        },
        {
          "url": "https://git.kernel.org/stable/c/c4246f1fe9f24f8dcd97887ed67d8fcfd91f4796"
        }
      ],
      "title": "ASoC: Intel: soc-acpi-intel-lnl-match: add missing empty item",
      "x_generator": {
        "engine": "bippy-1.2.0"
      }
    }
  },
  "cveMetadata": {
    "assignerOrgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
    "assignerShortName": "Linux",
    "cveId": "CVE-2024-46863",
    "datePublished": "2024-09-27T12:42:52.373Z",
    "dateReserved": "2024-09-11T15:12:18.293Z",
    "dateUpdated": "2026-08-05T11:39:06.428Z",
    "state": "PUBLISHED"
  },
  "dataType": "CVE_RECORD",
  "dataVersion": "5.2",
  "vulnerability-lookup:meta": {
    "epss": {
      "cve": "CVE-2024-46863",
      "date": "2026-09-19",
      "epss": "0.00185",
      "percentile": "0.08406"
    },
    "microsoft_vex": {
      "current_release_date": "2026-02-21T01:22:18.000Z",
      "cve": "CVE-2024-46863",
      "id": "msrc_CVE-2024-46863",
      "initial_release_date": "2024-09-01T07:00:00.000Z",
      "product_status:fixed": "5",
      "product_status:known_affected": "5",
      "source": "Microsoft CSAF VEX",
      "status": "final",
      "title": "ASoC: Intel: soc-acpi-intel-lnl-match: add missing empty item",
      "url": "https://msrc.microsoft.com/csaf/vex/2024/msrc_cve-2024-46863.json",
      "version": "5"
    },
    "nvd": {
      "cve": {
        "affected": [
          {
            "affectedData": [
              {
                "defaultStatus": "unaffected",
                "product": "Linux",
                "programFiles": [
                  "sound/soc/intel/common/soc-acpi-intel-lnl-match.c"
                ],
                "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
                "vendor": "Linux",
                "versions": [
                  {
                    "lessThan": "8eb57389d8ad91c67bf844f5aae4caef74b9091b",
                    "status": "affected",
                    "version": "dd3bd9dc47084195fcb3c1b371cb03046abb13ab",
                    "versionType": "git"
                  },
                  {
                    "lessThan": "c4246f1fe9f24f8dcd97887ed67d8fcfd91f4796",
                    "status": "affected",
                    "version": "dd3bd9dc47084195fcb3c1b371cb03046abb13ab",
                    "versionType": "git"
                  }
                ]
              },
              {
                "defaultStatus": "affected",
                "product": "Linux",
                "programFiles": [
                  "sound/soc/intel/common/soc-acpi-intel-lnl-match.c"
                ],
                "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
                "vendor": "Linux",
                "versions": [
                  {
                    "status": "affected",
                    "version": "6.10"
                  },
                  {
                    "lessThan": "6.10",
                    "status": "unaffected",
                    "version": "0",
                    "versionType": "semver"
                  },
                  {
                    "lessThanOrEqual": "6.10.*",
                    "status": "unaffected",
                    "version": "6.10.11",
                    "versionType": "semver"
                  },
                  {
                    "lessThanOrEqual": "*",
                    "status": "unaffected",
                    "version": "6.11",
                    "versionType": "original_commit_for_fix"
                  }
                ]
              }
            ],
            "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
          }
        ],
        "configurations": [
          {
            "nodes": [
              {
                "cpeMatch": [
                  {
                    "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                    "matchCriteriaId": "AE9373D7-4CC6-4422-A25F-8FA1533328E9",
                    "versionEndExcluding": "6.6.52",
                    "vulnerable": true
                  },
                  {
                    "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                    "matchCriteriaId": "F5DB5367-F1F5-4200-B3B3-FDF8AFC3D255",
                    "versionEndExcluding": "6.10.11",
                    "versionStartIncluding": "6.7",
                    "vulnerable": true
                  },
                  {
                    "criteria": "cpe:2.3:o:linux:linux_kernel:6.11:rc1:*:*:*:*:*:*",
                    "matchCriteriaId": "8B3CE743-2126-47A3-8B7C-822B502CF119",
                    "vulnerable": true
                  },
                  {
                    "criteria": "cpe:2.3:o:linux:linux_kernel:6.11:rc2:*:*:*:*:*:*",
                    "matchCriteriaId": "4DEB27E7-30AA-45CC-8934-B89263EF3551",
                    "vulnerable": true
                  },
                  {
                    "criteria": "cpe:2.3:o:linux:linux_kernel:6.11:rc3:*:*:*:*:*:*",
                    "matchCriteriaId": "E0005AEF-856E-47EB-BFE4-90C46899394D",
                    "vulnerable": true
                  }
                ],
                "negate": false,
                "operator": "OR"
              }
            ]
          }
        ],
        "cveTags": [],
        "descriptions": [
          {
            "lang": "en",
            "value": "In the Linux kernel, the following vulnerability has been resolved:\n\nASoC: Intel: soc-acpi-intel-lnl-match: add missing empty item\n\nThere is no links_num in struct snd_soc_acpi_mach {}, and we test\n!link-\u003enum_adr as a condition to end the loop in hda_sdw_machine_select().\nSo an empty item in struct snd_soc_acpi_link_adr array is required."
          },
          {
            "lang": "es",
            "value": "En el kernel de Linux, se ha resuelto la siguiente vulnerabilidad: ASoC: Intel: soc-acpi-intel-lnl-match: agregar elemento vac\u00edo faltante No hay links_num en struct snd_soc_acpi_mach {}, y probamos !link-\u0026gt;num_adr como condici\u00f3n para finalizar el bucle en hda_sdw_machine_select(). Por lo tanto, se requiere un elemento vac\u00edo en la matriz struct snd_soc_acpi_link_adr."
          }
        ],
        "id": "CVE-2024-46863",
        "lastModified": "2026-08-04T11:20:34.960",
        "metrics": {
          "cvssMetricV31": [
            {
              "cvssData": {
                "attackComplexity": "LOW",
                "attackVector": "LOCAL",
                "availabilityImpact": "HIGH",
                "baseScore": 7.3,
                "baseSeverity": "HIGH",
                "confidentialityImpact": "HIGH",
                "integrityImpact": "LOW",
                "privilegesRequired": "LOW",
                "scope": "UNCHANGED",
                "userInteraction": "NONE",
                "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:L/A:H",
                "version": "3.1"
              },
              "exploitabilityScore": 1.8,
              "impactScore": 5.5,
              "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
              "type": "Secondary"
            },
            {
              "cvssData": {
                "attackComplexity": "LOW",
                "attackVector": "LOCAL",
                "availabilityImpact": "HIGH",
                "baseScore": 5.5,
                "baseSeverity": "MEDIUM",
                "confidentialityImpact": "NONE",
                "integrityImpact": "NONE",
                "privilegesRequired": "LOW",
                "scope": "UNCHANGED",
                "userInteraction": "NONE",
                "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
                "version": "3.1"
              },
              "exploitabilityScore": 1.8,
              "impactScore": 3.6,
              "source": "nvd@nist.gov",
              "type": "Primary"
            }
          ],
          "ssvcV203": [
            {
              "source": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
              "ssvcData": {
                "id": "CVE-2024-46863",
                "options": [
                  {
                    "exploitation": "none"
                  },
                  {
                    "automatable": "no"
                  },
                  {
                    "technicalImpact": "partial"
                  }
                ],
                "role": "CISA Coordinator",
                "timestamp": "2024-09-29T13:45:58.346254Z",
                "version": "2.0.3"
              }
            }
          ]
        },
        "published": "2024-09-27T13:15:17.690",
        "references": [
          {
            "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
            "tags": [
              "Patch"
            ],
            "url": "https://git.kernel.org/stable/c/8eb57389d8ad91c67bf844f5aae4caef74b9091b"
          },
          {
            "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
            "tags": [
              "Patch"
            ],
            "url": "https://git.kernel.org/stable/c/c4246f1fe9f24f8dcd97887ed67d8fcfd91f4796"
          }
        ],
        "sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
        "vulnStatus": "Modified",
        "weaknesses": [
          {
            "description": [
              {
                "lang": "en",
                "value": "NVD-CWE-noinfo"
              }
            ],
            "source": "nvd@nist.gov",
            "type": "Primary"
          }
        ]
      }
    },
    "redhat_vex": {
      "aggregate_severity": "Moderate",
      "current_release_date": "2026-08-04T17:58:25+00:00",
      "cve": "CVE-2024-46863",
      "id": "CVE-2024-46863",
      "initial_release_date": "2024-09-27T00:00:00+00:00",
      "product_status:known_affected": "108",
      "product_status:known_not_affected": "90",
      "source": "Red Hat CSAF VEX",
      "status": "final",
      "title": "kernel: ASoC: Intel: soc-acpi-intel-lnl-match: add missing empty item",
      "url": "https://security.access.redhat.com/data/csaf/v2/vex/2024/cve-2024-46863.json",
      "version": "3"
    },
    "vulnrichment": {
      "containers": {
        "adp": [
          {
            "metrics": [
              {
                "other": {
                  "content": {
                    "id": "CVE-2024-46863",
                    "options": [
                      {
                        "Exploitation": "none"
                      },
                      {
                        "Automatable": "no"
                      },
                      {
                        "Technical Impact": "partial"
                      }
                    ],
                    "role": "CISA Coordinator",
                    "timestamp": "2024-09-29T13:45:58.346254Z",
                    "version": "2.0.3"
                  },
                  "type": "ssvc"
                }
              }
            ],
            "providerMetadata": {
              "dateUpdated": "2024-09-29T13:48:56.592Z",
              "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
              "shortName": "CISA-ADP"
            },
            "title": "CISA ADP Vulnrichment"
          }
        ],
        "cna": {
          "affected": [
            {
              "defaultStatus": "unaffected",
              "product": "Linux",
              "programFiles": [
                "sound/soc/intel/common/soc-acpi-intel-lnl-match.c"
              ],
              "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
              "vendor": "Linux",
              "versions": [
                {
                  "lessThan": "8eb57389d8ad91c67bf844f5aae4caef74b9091b",
                  "status": "affected",
                  "version": "dd3bd9dc47084195fcb3c1b371cb03046abb13ab",
                  "versionType": "git"
                },
                {
                  "lessThan": "c4246f1fe9f24f8dcd97887ed67d8fcfd91f4796",
                  "status": "affected",
                  "version": "dd3bd9dc47084195fcb3c1b371cb03046abb13ab",
                  "versionType": "git"
                }
              ]
            },
            {
              "defaultStatus": "affected",
              "product": "Linux",
              "programFiles": [
                "sound/soc/intel/common/soc-acpi-intel-lnl-match.c"
              ],
              "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
              "vendor": "Linux",
              "versions": [
                {
                  "status": "affected",
                  "version": "6.10"
                },
                {
                  "lessThan": "6.10",
                  "status": "unaffected",
                  "version": "0",
                  "versionType": "semver"
                },
                {
                  "lessThanOrEqual": "6.10.*",
                  "status": "unaffected",
                  "version": "6.10.11",
                  "versionType": "semver"
                },
                {
                  "lessThanOrEqual": "*",
                  "status": "unaffected",
                  "version": "6.11",
                  "versionType": "original_commit_for_fix"
                }
              ]
            }
          ],
          "cpeApplicability": [
            {
              "nodes": [
                {
                  "cpeMatch": [
                    {
                      "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                      "versionEndExcluding": "6.10.11",
                      "versionStartIncluding": "6.10",
                      "vulnerable": true
                    },
                    {
                      "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                      "versionEndExcluding": "6.11",
                      "versionStartIncluding": "6.10",
                      "vulnerable": true
                    }
                  ],
                  "negate": false,
                  "operator": "OR"
                }
              ]
            }
          ],
          "descriptions": [
            {
              "lang": "en",
              "value": "In the Linux kernel, the following vulnerability has been resolved:\n\nASoC: Intel: soc-acpi-intel-lnl-match: add missing empty item\n\nThere is no links_num in struct snd_soc_acpi_mach {}, and we test\n!link-\u003enum_adr as a condition to end the loop in hda_sdw_machine_select().\nSo an empty item in struct snd_soc_acpi_link_adr array is required."
            }
          ],
          "metrics": [
            {
              "cvssV3_1": {
                "baseScore": 7.3,
                "baseSeverity": "HIGH",
                "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:L/A:H",
                "version": "3.1"
              },
              "scenarios": [
                {
                  "lang": "en",
                  "value": "AV:L - The out-of-bounds walk occurs inside the SOF/HDA PCI driver probe path (`hda_sdw_machine_select`) and the `sof_sdw` machine driver, which are reachable only in the local system context \u2014 there is no network, packet, or remote-peer input feeding this code. Re-triggering it requires local driver bind/rebind or a reboot of the affected Lunar Lake platform.\nAC:L - On an affected platform (Intel LNL with a cs42l43 on SoundWire link 0) the unterminated array is walked deterministically on every probe, with no race, timing window, or memory-layout grooming required. There are no conditions the attacker must win or wait for.\nPR:L - No authentication or capability check gates the code \u2014 it runs during device probe \u2014 but deliberately causing the probe to re-execute (module load or `/sys/bus/pci/drivers/.../bind`) requires local system access. No remote credentials or user-namespace escalation are involved.\nUI:N - The vulnerable loop executes automatically during driver probe at boot; no victim must open a file, mount a filesystem, or take any action.\nS:U - Both the defective data and the faulting reads are within the kernel\u0027s own security authority; nothing crosses a VM, IOMMU, or sandbox boundary.\nC:H - This is an out-of-bounds read that is not confined to a few bytes: `hda_sdw_machine_select` reads up to three 16-byte structs past the array, and the OOB-derived `adr_d`/`name_prefix` pointers are then dereferenced in `snd_soc_acpi_sdw_link_slaves_found()` and `parse_sdw_endpoints()`, allowing kernel memory at an uncontrolled address to be read. In the `sof_sdw` path the walk is entirely unbounded and OOB `name_prefix` strings can surface in DAI-link/component names exposed to userspace via /proc/asound and sysfs.\nI:L - There is no out-of-bounds write or arbitrary-write primitive, but the kernel selects the audio machine driver, topology firmware file, and constructs DAI-link/endpoint structures from data read past the end of the array, so kernel state and device configuration are derived from invalid memory.\nA:H - The OOB entry supplies both a `num_adr` count and an `adr_d` pointer that are dereferenced without validation, so a neighbouring `.rodata` object that is not a valid `snd_soc_acpi_link_adr` produces a wild-pointer read and a kernel oops at probe time; the unbounded walk in `sof_sdw.c` compounds this. On the observed layout the machine fails to match, causing complete loss of audio functionality on affected devices."
                }
              ]
            }
          ],
          "providerMetadata": {
            "dateUpdated": "2026-08-05T11:39:06.428Z",
            "orgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
            "shortName": "Linux"
          },
          "references": [
            {
              "url": "https://git.kernel.org/stable/c/8eb57389d8ad91c67bf844f5aae4caef74b9091b"
            },
            {
              "url": "https://git.kernel.org/stable/c/c4246f1fe9f24f8dcd97887ed67d8fcfd91f4796"
            }
          ],
          "title": "ASoC: Intel: soc-acpi-intel-lnl-match: add missing empty item",
          "x_generator": {
            "engine": "bippy-1.2.0"
          }
        }
      },
      "cveMetadata": {
        "assignerOrgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
        "assignerShortName": "Linux",
        "cveId": "CVE-2024-46863",
        "datePublished": "2024-09-27T12:42:52.373Z",
        "dateReserved": "2024-09-11T15:12:18.293Z",
        "dateUpdated": "2026-08-05T11:39:06.428Z",
        "state": "PUBLISHED"
      },
      "dataType": "CVE_RECORD",
      "dataVersion": "5.2"
    }
  }
}



Log in or create an account to share your comment.




Tags
Taxonomy of the tags.


Loading…

Loading…

Loading…

Forecast uses a logistic model when the trend is rising, or an exponential decay model when the trend is falling. Fitted via linearized least squares.

Sightings

Author Source Type Date Other

Nomenclature

  • Seen: The vulnerability was mentioned, discussed, or observed by the user.
  • Confirmed: The vulnerability has been validated from an analyst's perspective.
  • Published Proof of Concept: A public proof of concept is available for this vulnerability.
  • Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
  • Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
  • Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
  • Not confirmed: The user expressed doubt about the validity of the vulnerability.
  • Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.

Loading…

Detection rules are retrieved from Rulezet.

Loading…

Loading…

Related by attack behaviour

Vulnerabilities whose description is nearest to this one in the vector space of the CIRCL/vulnerability-attack-technique-biencoder model. This is a similarity search over the bi-encoder space (plain cosine), not a classification, and it has no measured accuracy.


Loading…