CVE-2026-68447

In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: clamp v9 CRIU control stack checkpoint copy to BO size CRIU checkpoint copies the MQD control stack using cp_hqd_cntl_stack_size from hardware without bounding it to the allocated BO region. If the HW field is larger than the queue's control stack allocation, memcpy reads past the BO into adjacent GTT memory and can leak kernel data to userspace. Store the page-aligned control stack BO size in mqd_manager and clamp checkpoint copies and reported checkpoint sizes to min(cp_hqd_cntl_stack_size, mm->ctl_stack_size). Apply the same bound for multi-XCC v9.4.3 checkpoint layout. (cherry picked from commit 6c2abd0ec09e86c6323010673766f76050e28aa3)

Package Linux Kernel
Published 2026-08-12
Last modified 2026-08-12
Patch available
Yes

Affected versions

Fixed in 7.1.6, 7.2-rc2 and their respective stable series.

Fixed in
✓ 7.1.6 7.1.x ✓ 7.2-rc2

Frequently asked questions

  • What is CVE-2026-68447?

    CVE-2026-68447 is a unscored severity Linux kernel vulnerability . CVE-2026-68447 has not been confirmed as actively exploited and is not listed in the CISA KEV catalog.

  • Is there a patch available for CVE-2026-68447?

    Yes. CVE-2026-68447 has been patched. Fixed versions include 7.1.6 and 7.2-rc2.

  • Is CVE-2026-68447 actively exploited?

    No. CVE-2026-68447 has not been confirmed as actively exploited. It is not listed in the CISA Known Exploited Vulnerabilities (KEV) catalog.