Lucene search

K
cvelistLinuxCVELIST:CVE-2024-46769
HistorySep 18, 2024 - 7:12 a.m.

CVE-2024-46769 spi: intel: Add check devm_kasprintf() returned value

2024-09-1807:12:27
Linux
www.cve.org
linux kernel
spi intel
devm_kasprintf

EPSS

0

Percentile

9.6%

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

spi: intel: Add check devm_kasprintf() returned value

intel_spi_populate_chip() use devm_kasprintf() to set pdata->name.
This can return a NULL pointer on failure but this returned value
is not checked.

CNA Affected

[
  {
    "product": "Linux",
    "vendor": "Linux",
    "defaultStatus": "unaffected",
    "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
    "programFiles": [
      "drivers/spi/spi-intel.c"
    ],
    "versions": [
      {
        "version": "e58db3bcd93b",
        "lessThan": "6e68abdc5d67",
        "status": "affected",
        "versionType": "git"
      },
      {
        "version": "e58db3bcd93b",
        "lessThan": "2920294686ec",
        "status": "affected",
        "versionType": "git"
      }
    ]
  },
  {
    "product": "Linux",
    "vendor": "Linux",
    "defaultStatus": "affected",
    "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
    "programFiles": [
      "drivers/spi/spi-intel.c"
    ],
    "versions": [
      {
        "version": "6.9",
        "status": "affected"
      },
      {
        "version": "0",
        "lessThan": "6.9",
        "status": "unaffected",
        "versionType": "custom"
      },
      {
        "version": "6.10.10",
        "lessThanOrEqual": "6.10.*",
        "status": "unaffected",
        "versionType": "custom"
      },
      {
        "version": "6.11",
        "lessThanOrEqual": "*",
        "status": "unaffected",
        "versionType": "original_commit_for_fix"
      }
    ]
  }
]

EPSS

0

Percentile

9.6%

Related for CVELIST:CVE-2024-46769