Lucene search

K
cvelistLinuxCVELIST:CVE-2024-42091
HistoryJul 29, 2024 - 5:35 p.m.

CVE-2024-42091 drm/xe: Check pat.ops before dumping PAT settings

2024-07-2917:35:00
Linux
www.cve.org
8
linux kernel
vulnerability resolved
pat settings
drm
debugfs
npd

EPSS

0

Percentile

9.4%

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

drm/xe: Check pat.ops before dumping PAT settings

We may leave pat.ops unset when running on brand new platform or
when running as a VF. While the former is unlikely, the latter
is valid (future) use case and will cause NPD when someone will
try to dump PAT settings by debugfs.

It’s better to check pointer to pat.ops instead of specific .dump
hook, as we have this hook always defined for every .ops variant.

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_pat.c"
    ],
    "versions": [
      {
        "version": "1da177e4c3f4",
        "lessThan": "583ce246c7ff",
        "status": "affected",
        "versionType": "git"
      },
      {
        "version": "1da177e4c3f4",
        "lessThan": "a918e771e6fb",
        "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_pat.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%