PatchSiren

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-27
Advisory published
2026-07-19
Advisory updated
2026-07-27

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.

Sources and references

Verified primary and authoritative sources

  • CVE-2026-63880 CVE Program record

    Publisher, destination, and source semantics verified

    URL: https://www.cve.org/CVERecord?id=CVE-2026-63880

    CVE Program - Official CVE Program record with source-provided CVE metadata.

  • CVE-2026-63880 NVD vulnerability detail

    Publisher, destination, and source semantics verified

    URL: https://nvd.nist.gov/vuln/detail/CVE-2026-63880

    NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.

Supplemental references

  • Source reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/1eb86334e391695d4a40743b114afc15df4dc506

    416baaa9-dc9f-4396-8d5f-8c081fb06d67

  • Source reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/2e7f55eb408c3f72ee1957a0d0ad11d8648a6379

    416baaa9-dc9f-4396-8d5f-8c081fb06d67

  • Source reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/8f643d534ffc6f1b6182e4f3acff8f04890504b9

    416baaa9-dc9f-4396-8d5f-8c081fb06d67

Methodology and review provenance

AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.