Lucene search

K
cvelistLinuxCVELIST:CVE-2024-46705
HistorySep 13, 2024 - 6:27 a.m.

CVE-2024-46705 drm/xe: reset mmio mappings with devm

2024-09-1306:27:32
Linux
www.cve.org
7
linux kernel
vulnerability
resolved
drm/xe
reset mmio mappings
devm
rogue
device removal
mmio address

EPSS

0

Percentile

9.6%

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

drm/xe: reset mmio mappings with devm

Set our various mmio mappings to NULL. This should make it easier to
catch something rogue trying to mess with mmio after device removal. For
example, we might unmap everything and then start hitting some mmio
address which has already been unmamped by us and then remapped by
something else, causing all kinds of carnage.

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_device.c",
      "drivers/gpu/drm/xe/xe_mmio.c",
      "drivers/gpu/drm/xe/xe_mmio.h"
    ],
    "versions": [
      {
        "version": "1da177e4c3f4",
        "lessThan": "b1c9fbed3884",
        "status": "affected",
        "versionType": "git"
      },
      {
        "version": "1da177e4c3f4",
        "lessThan": "c7117419784f",
        "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_device.c",
      "drivers/gpu/drm/xe/xe_mmio.c",
      "drivers/gpu/drm/xe/xe_mmio.h"
    ],
    "versions": [
      {
        "version": "6.10.7",
        "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-46705