CVE-2026-53143 Details
Description
In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: Fix buffer overflow in SDMA queue checkpoint/restore on GFX11 The v11 MQD manager incorrectly assigned the CP-compute variants of checkpoint_mqd/restore_mqd for KFD_MQD_TYPE_SDMA queues. These functions use sizeof(struct v11_compute_mqd) (2048 bytes) instead of sizeof(struct v11_sdma_mqd) (512 bytes), causing a 1536-byte overflow. During CRIU checkpoint of an SDMA queue on Navi3x: - checkpoint_mqd() reads 2048 bytes from a 512-byte SDMA MQD buffer, leaking 1536 bytes of adjacent GTT memory to userspace During CRIU restore: - restore_mqd() writes 2048 bytes into a 512-byte SDMA MQD buffer, corrupting 1536 bytes of adjacent GTT memory (often the ring buffer or neighboring MQDs) This is a copy-paste regression unique to v11. All other ASIC backends (cik, vi, v9, v10, v12) correctly use the SDMA-specific variants. Add checkpoint_mqd_sdma() and restore_mqd_sdma() functions that properly handle the smaller v11_sdma_mqd structure, matching the pattern used in other MQD managers. (cherry picked from commit 6fa41db7ffdec97d62433adf03b7b9b759af8c2c)
A buffer overflow vulnerability has been identified in the Linux kernel's handling of SDMA queues for AMD graphics on GFX11. This issue arises because the v11 MQD manager incorrectly uses the CP-compute variants of the checkpoint and restore functions for SDMA queues, leading to a 1536-byte overflow. During the CRIU checkpoint process, 2048 bytes are read from a 512-byte SDMA MQD buffer, causing a memory leak of adjacent GTT memory to userspace. Conversely, during the CRIU restore process, 2048 bytes are written into a 512-byte SDMA MQD buffer, corrupting nearby GTT memory, often affecting the ring buffer or neighboring MQDs. This vulnerability is a regression introduced in version 11, as other ASIC backends correctly use the SDMA-specific variants.
Users can apply the latest patches available in the Linux kernel stable tree to address this vulnerability. The patch is included in the official Linux kernel repository.
Metrics
CVSS 4.0 Severity and Vector Strings:
No CVSS 4.0 data is available for this CVE.
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
No SSVC data is available for this CVE.
References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
| URL | Source(s) | Tag(s) |
|---|---|---|
| https://access.redhat.com/errata/RHSA-2026:57251 | redhat-SADP | |
| https://access.redhat.com/errata/RHSA-2026:57252 | redhat-SADP | |
| https://access.redhat.com/security/cve/CVE-2026-53143 | redhat-SADP | Third Party Advisory |
| https://bugzilla.redhat.com/show_bug.cgi?id=2492719 | redhat-SADP | Third Party Advisory |
| https://security.access.redhat.com/data/csaf/v2/vex/2026/cve-2026-53143.json | redhat-SADP | Third Party Advisory |
| https://git.kernel.org/stable/c/16dad1fb0d783a4008de30e32d0038c393de05b1 | kernel.org | Patch |
| https://git.kernel.org/stable/c/2c5b66c9b4057b385566940935ebc32f6e6ebfd2 | kernel.org | Patch |
| https://git.kernel.org/stable/c/352ea59028ea48a6fff77f19ae28f98f71946a80 | kernel.org | Patch |
| https://git.kernel.org/stable/c/d02f05d30f35b036f7cbaf72de634affb5b38ec6 | kernel.org | Patch |
| https://git.kernel.org/stable/c/d3efcadfe3eea5b4263b8f2d4463b15c9fc46a64 | kernel.org | Patch |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-787 | Out-of-bounds Write | [email protected] |
| CWE-131 | Incorrect Calculation of Buffer Size | redhat-SADP |
Affected Products
| Product | Versions |
|---|---|
| linux linux kernel | >= 5.19, < 6.6.143 >= 6.7, < 6.12.94 >= 6.13, < 6.18.36 >= 6.19, < 7.0.13 7.1 rc1 7.1 rc2 7.1 rc3 7.1 rc4 7.1 rc5 7.1 rc6 |
CPE
Remediation
| |
Change History
6 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Aug 20, 2026 | CVE Modified | redhat-SADP |
| Aug 3, 2026 | CVE Modified | redhat-SADP |
| Jul 15, 2026 | CVE Modified | redhat-SADP |
| Jul 8, 2026 | Initial Analysis | [email protected] |
| Jun 30, 2026 | CVE Modified | redhat-SADP |
| Jun 25, 2026 | New CVE Received | kernel.org |