Lucene search

K
cvelistLinuxCVELIST:CVE-2024-42081
HistoryJul 29, 2024 - 3:52 p.m.

CVE-2024-42081 drm/xe/xe_devcoredump: Check NULL before assignments

2024-07-2915:52:43
Linux
www.cve.org
3
linux kernel
vulnerability
resolved
drm/xe/xe_devcoredump
assignments

EPSS

0

Percentile

9.4%

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

drm/xe/xe_devcoredump: Check NULL before assignments

Assign ‘xe_devcoredump_snapshot *’ and ‘xe_device *’ only if
‘coredump’ is not NULL.

v2

  • Fix commit messages.

v3

  • Define variables before code.(Ashutosh/Jose)

v4

  • Drop return check for coredump_to_xe. (Jose/Rodrigo)

v5

  • Modify misleading commit message. (Matt)

CNA Affected

[
  {
    "product": "Linux",
    "vendor": "Linux",
    "defaultStatus": "unaffected",
    "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
    "programFiles": [
      "drivers/gpu/drm/xe/xe_devcoredump.c"
    ],
    "versions": [
      {
        "version": "1da177e4c3f4",
        "lessThan": "76ec0e337072",
        "status": "affected",
        "versionType": "git"
      },
      {
        "version": "1da177e4c3f4",
        "lessThan": "b15e65349553",
        "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/gpu/drm/xe/xe_devcoredump.c"
    ],
    "versions": [
      {
        "version": "6.9.8",
        "lessThanOrEqual": "6.9.*",
        "status": "unaffected",
        "versionType": "custom"
      },
      {
        "version": "6.10",
        "lessThanOrEqual": "*",
        "status": "unaffected",
        "versionType": "original_commit_for_fix"
      }
    ]
  }
]

EPSS

0

Percentile

9.4%