CVE-2024-41011

Source
https://nvd.nist.gov/vuln/detail/CVE-2024-41011
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2024-41011.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2024-41011
Downstream
Related
Published
2024-07-18T07:15:02Z
Modified
2025-08-09T19:01:28Z
Severity
  • 7.8 (High) CVSS_V3 - CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H CVSS Calculator
Summary
[none]
Details

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.

References

Affected packages