Vulnerability in Linux

CVE-2026-63939

In the Linux kernel, the following vulnerability has been resolved: KVM: SEV: Compute the correct max length of the in-GHCB scratch area When setting the length of the GHCB scratch area, and the area is in the GHCB shared buffer, set the effective length of the scratch area to the max possible size given the start of the guest-provided pointer, and the end of the shared buffer. The code was "fine" when first introduced, as KVM doesn't consult the length of the buffer when emulating MMIO, because the passed in @len always specifies the *max* size required. But for PSC requests, the incoming @len is just the minimum length (to process the header), and KVM needs to know the full size of the scratch area to avoid buffer overflows (spoiler alert). Opportunistically rename @len => @min_len to better reflect its role.

EPSS: 0.002 (9.2th percentile) — read the EPSS interpretation.

CVSS v3 metric

CVSS v3 base score 9.3 (Critical). Vector: CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H.

Affected products

  • Linux — versions 9b54e248d2644be71cb394eb85f31ad99e023a05, 6.11, 0

References

Frequently asked questions

What is CVE-2026-63939?
CVE-2026-63939 is a critical-severity vulnerability in Linux. CVSS score: 9.3/10. Published 2026-07-19.
How severe is CVE-2026-63939?
Critical severity. CVSS v3 base score is 9.3 out of 10.