Lucene search

K
cveLinuxCVE-2024-42091
HistoryJul 29, 2024 - 6:15 p.m.

CVE-2024-42091

2024-07-2918:15:11
Linux
web.nvd.nist.gov
31
linux kernel
cve-2024-42091
vulnerability

AI Score

6.6

Confidence

High

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.

Affected configurations

Vulners
Node
linuxlinux_kernelRange6.9.06.9.8
OR
linuxlinux_kernelRange6.10.0
VendorProductVersionCPE
linuxlinux_kernel*cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*

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"
      }
    ]
  }
]

AI Score

6.6

Confidence

High

EPSS

0

Percentile

9.4%