PatchSiren cyber security CVE debrief
CVE-2026-63880 Linux CVE debrief
The Linux kernel was vulnerable to a lock leak in the AMDGPU_GEM_OP_GET_MAPPING_INFO branch of amdgpu_gem_op_ioctl(). This could lead to an unprivileged-local denial of service against the caller's GPU context. The vulnerability exists due to a failure to properly release resources in the event of a kvcalloc() failure, resulting in a lock leak. This issue affects Linux kernel versions and could be mitigated by applying the official patch.
- Vendor
- Linux
- Product
- Unknown
- CVSS
- Unknown
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-07-19
- Original CVE updated
- 2026-07-19
- Advisory published
- 2026-07-19
- Advisory updated
- 2026-07-19
Who should care
System administrators and users of Linux kernel versions affected by this vulnerability should apply patches or mitigations to prevent potential denial of service attacks. This includes reviewing and updating Linux kernel versions to ensure the fix is applied, monitoring system logs for potential denial of service attacks, and taking steps to verify the vulnerability's presence in their environment.
Technical summary
The AMDGPU_GEM_OP_GET_MAPPING_INFO branch of amdgpu_gem_op_ioctl() holds three cleanup-tracked resources before calling kvcalloc(): the drm_gem_object reference from drm_gem_object_lookup(), the drm_exec lock on the looked-up GEM via drm_exec_lock_obj(), and the drm_exec lock on the per-process VM root page directory via amdgpu_vm_lock_pd(). The kvcalloc() failure path returns -ENOMEM directly, skipping out_exec and leaking all three. This results in a lock leak that can cause an unprivileged-local denial of service against the caller's GPU context.
Defensive priority
High
Recommended defensive actions
- Apply the official patch to fix the lock leak vulnerability
- Review and update Linux kernel versions to ensure the fix is applied
- Monitor system logs for potential denial of service attacks
- Review compensating controls for exposed systems while remediation is scheduled and verified
- Check relevant monitoring, detection, and logs for exposed assets that need extra review
- Track exceptions, retest remediated assets, and close the item only after evidence is documented
- Confirm whether affected product deployments exist in managed environments and assign an owner for follow-up
Evidence notes
The CVE record was published on 2026-07-19T16:17:05.007Z and has not been modified since then. The NVD entry is currently Received. There is no additional information available about the vulnerability beyond what is provided in the CVE record and NVD entry.
Official resources
-
CVE-2026-63880 CVE record
CVE.org
-
CVE-2026-63880 NVD detail
NVD
-
Source item URL
nvd_modified
-
Source reference
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
416baaa9-dc9f-4396-8d5f-8c081fb06d67
AI-assisted PatchSiren debrief based on the supplied source corpus. The CVE record was published on 2026-07-19T16:17:05.007Z and has not been modified since then.