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

drm/amdgpu: fix amdgpu_hmm_range_get_pages

The notifier sequence must only be read once or otherwise we could work
with invalid pages.

While at it also fix the coding style, e.g. drop the pre-initialized
return value and use the common define for 2G range.

(cherry picked from commit c08972f555945cda57b0adb72272a37910153390)
Published: 2026-07-19
Score: 7.8 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability lies in the AMDGPU driver within the Linux kernel, where the notifier sequence was inadvertently read more than once, potentially causing the driver to operate on invalid memory pages. This flaw could lead to kernel memory corruption if the double‑read path is exercised. The description does not claim privilege escalation, only that corrupted memory may arise during normal driver operation.

Affected Systems

The defect is likely present in Linux kernel releases that included the AMDGPU DRM module before the commit c08972f555945cda57b0adb72272a37910153390. Systems running unpatched kernels with the AMDGPU driver, regardless of distribution, may be affected, but the exact scope is inferred from the commit history and given advisories.

Risk and Exploitability

The CVSS score of 7.8 denotes high severity; however, the EPSS score of less than 1% indicates that exploitation likelihood is very low at present, and the vulnerability is not listed in the CISA KEV catalog. A likely attack would require interaction with the AMDGPU driver, possibly through GPU workloads or operations that trigger the notifier sequence. The attack vector is inferred to be local or user‑initiated GPU activity and does not appear to involve remote exploitation.

Generated by OpenCVE AI on August 5, 2026 at 02:26 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade to a Linux kernel version that contains commit c08972f555945cda57b0adb72272a37910153390 to apply the amdgpu_hmm_range_get_pages fix.
  • If the AMDGPU driver is not required for your workloads, disable or unload the driver so that the vulnerable code path cannot be exercised.
  • After applying the fix or disabling the driver, monitor system logs for abnormal GPU activity or signs of memory corruption to confirm that the issue has been resolved.

Generated by OpenCVE AI on August 5, 2026 at 02:26 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Ubuntu USN Ubuntu USN USN-8593-1 Linux kernel vulnerabilities
Ubuntu USN Ubuntu USN USN-8603-1 Linux kernel (Azure) vulnerabilities
Ubuntu USN Ubuntu USN USN-8618-1 Linux kernel vulnerabilities
History

Mon, 27 Jul 2026 23:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-416

Wed, 22 Jul 2026 19:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-416

Wed, 22 Jul 2026 00:15:00 +0000


Mon, 20 Jul 2026 14:45:00 +0000

Type Values Removed Values Added
Metrics cvssV3_1

{'score': 7.8, 'vector': 'CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H'}


Sun, 19 Jul 2026 15:30:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: fix amdgpu_hmm_range_get_pages The notifier sequence must only be read once or otherwise we could work with invalid pages. While at it also fix the coding style, e.g. drop the pre-initialized return value and use the common define for 2G range. (cherry picked from commit c08972f555945cda57b0adb72272a37910153390)
Title drm/amdgpu: fix amdgpu_hmm_range_get_pages
First Time appeared Linux
Linux linux Kernel
CPEs cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
Vendors & Products Linux
Linux linux Kernel
References

Subscriptions

Linux Linux Kernel
cve-icon MITRE

Status: PUBLISHED

Assigner: Linux

Published:

Updated: 2026-08-05T12:36:49.976Z

Reserved: 2026-07-19T07:54:57.018Z

Link: CVE-2026-63879

cve-icon Vulnrichment

No data.

cve-icon NVD

No data.

cve-icon Redhat

Severity :

Publid Date: 2026-07-19T00:00:00Z

Links: CVE-2026-63879 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-05T02:30:03Z

Weaknesses
  • CWE-824

    Access of Uninitialized Pointer