Lucene search

K
vulnrichmentLinuxVULNRICHMENT:CVE-2024-41011
HistoryJul 18, 2024 - 7:04 a.m.

CVE-2024-41011 drm/amdkfd: don't allow mapping the MMIO HDP page with large pages

2024-07-1807:04:04
Linux
github.com
1
linux kernel
mmio hdp page
large pages
gpu
vram
vulnerability fix

AI Score

6.7

Confidence

Low

SSVC

Exploitation

none

Automatable

no

Technical Impact

partial

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

drm/amdkfd: don’t allow mapping the MMIO HDP page with large pages

We don’t get the right offset in that case. The GPU has
an unused 4K area of the register BAR space into which you can
remap registers. We remap the HDP flush registers into this
space to allow userspace (CPU or GPU) to flush the HDP when it
updates VRAM. However, on systems with >4K pages, we end up
exposing PAGE_SIZE of MMIO space.

AI Score

6.7

Confidence

Low

SSVC

Exploitation

none

Automatable

no

Technical Impact

partial