CVE-2026-63881

HIGHCVSS 7.8/10EPSS 0.18%

Last modified

CVE-2026-63881 is a high-severity vulnerability rated 7.8/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: fix a vulnerability of integer overflow in kfd debugger get_queue_ids() computes array_size = num_queues * sizeof(uint32_t), which could overflow on 32-bit size_t build. using array_size() instead, it saturates to SIZE_MAX on overflow. (cherry picked from commit 2d57a0475f085c08b49312dfd8edcb461845f285). EPSS estimates a 0.18% chance of exploitation in the next 30 days.

Description

In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: fix a vulnerability of integer overflow in kfd debugger get_queue_ids() computes array_size = num_queues * sizeof(uint32_t), which could overflow on 32-bit size_t build. using array_size() instead, it saturates to SIZE_MAX on overflow. (cherry picked from commit 2d57a0475f085c08b49312dfd8edcb461845f285)

Metrics

CVSS 3.1
7.8/10

CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H

EPSS Probability
0.18%

7.5th percentile

Probability of exploitation in the next 30 days. Learn more

Affected Software

Source: CNA advisory (CVE.org). NVD analysis pending.

VendorProductVersions
LinuxLinux>= a70a93fa568b4f05aba548dadb673703eccf5480, < 4e5f808b454167cc58d7084a407a554d8ddc694d; >= a70a93fa568b4f05aba548dadb673703eccf5480, < de70a80992396ee306ee3a2810ad28aa1608ba9b; >= a70a93fa568b4f05aba548dadb673703eccf5480, < 5cf4a41aa0d74e4c83f82d2ce233b5189ed4b43c; >= a70a93fa568b4f05aba548dadb673703eccf5480, < 4f9eeedc3d3151f8a226fd676c314a813edda5a1; >= a70a93fa568b4f05aba548dadb673703eccf5480, < 93f5534b35a05ef8a0109c1eefa800062fee810a
LinuxLinux6.5

References

Timeline

Published
Last Modified
Status
Awaiting Analysis

Frequently Asked Questions

What is CVE-2026-63881?
In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: fix a vulnerability of integer overflow in kfd debugger get_queue_ids() computes array_size = num_queues * sizeof(uint32_t), which could overflow on 32-bit size_t build. using array_size() instead, it saturates to SIZE_MAX on overflow. (cherry picked from commit 2d57a0475f085c08b49312dfd8edcb461845f285)
How severe is CVE-2026-63881?
CVE-2026-63881 has a CVSS score of 7.8/10 (HIGH severity). The EPSS model estimates a 0.18% probability of exploitation in the next 30 days.
How do I fix CVE-2026-63881?
Check the vendor references and advisories linked above for patched versions and mitigation guidance. You can also run a Strix scan to test if your systems are affected.

How Strix Helps

Related CVEs from 2026

Are you affected by CVE-2026-63881?

Run a free Strix scan to check your systems for this vulnerability.

Scan your code now

Source: NVD / NIST