Description
In the Linux kernel, the following vulnerability has been resolved:

KVM: SEV: Check PSC request indices against the actual size of the buffer

When processing Page State Change (PSC) requests, validate the PSC buffer
against the effective size of the scratch area, which could be less than
the maximum size if the guest provided a pointer that isn't exactly at the
start of the GHCB shared buffer.
Published: 2026-07-19
Score: 9.3 Critical
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability arises from a missing bounds check on Page State Change requests in the Linux kernel’s KVM SEV implementation. If a guest machine provides a pointer that does not align with the start of the GHCB shared buffer, the kernel may validate an index against a smaller scratch area than intended, allowing an out‑of‑bounds memory access. Such an access could expose host kernel memory or corrupt kernel data, potentially facilitating privilege escalation or arbitrary code execution on the host.

Affected Systems

Based on the lack of explicit versioning in the advisory, it is inferred that Linux kernel implementations shipping with the KVM SEV module are affected. The flaw likely exists across all current kernel releases that include the unpatched KVM SEV code path.

Risk and Exploitability

The CVSS score of 9.3 indicates critical severity, while the EPSS score of less than 1% reflects a very low estimated likelihood of exploitation at this time. The vulnerability is not listed in CISA’s KEV. The likely attack vector is local to the virtualization layer, requiring the ability to run a vulnerable guest on an affected host; a guest with control over a VM could trigger the out‑of‑bounds read or write and potentially hijack host privileges.

Generated by OpenCVE AI on August 4, 2026 at 06:38 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply a Linux kernel update that includes the patch for the KVM SEV PSC buffer bounds check
  • If immediate kernel upgrades are not feasible, disable SEV for all virtual machines until the fix is applied
  • Continuously monitor host kernel logs for signs of memory corruption or unexpected crashes that may indicate exploitation attempts

Generated by OpenCVE AI on August 4, 2026 at 06:38 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Ubuntu USN Ubuntu USN USN-8593-1 Linux kernel vulnerabilities
Ubuntu USN Ubuntu USN USN-8603-1 Linux kernel (Azure) vulnerabilities
Ubuntu USN Ubuntu USN USN-8618-1 Linux kernel vulnerabilities
History

Sun, 26 Jul 2026 08:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-122
CWE-188

Wed, 22 Jul 2026 18:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-122
CWE-188

Wed, 22 Jul 2026 00:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-1285
References
Metrics threat_severity

None

threat_severity

Moderate


Mon, 20 Jul 2026 14:45:00 +0000

Type Values Removed Values Added
Metrics cvssV3_1

{'score': 9.3, 'vector': 'CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H'}


Sun, 19 Jul 2026 15:30:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: KVM: SEV: Check PSC request indices against the actual size of the buffer When processing Page State Change (PSC) requests, validate the PSC buffer against the effective size of the scratch area, which could be less than the maximum size if the guest provided a pointer that isn't exactly at the start of the GHCB shared buffer.
Title KVM: SEV: Check PSC request indices against the actual size of the buffer
First Time appeared Linux
Linux linux Kernel
CPEs cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
Vendors & Products Linux
Linux linux Kernel
References

Subscriptions

Linux Linux Kernel
cve-icon MITRE

Status: PUBLISHED

Assigner: Linux

Published:

Updated: 2026-08-05T12:37:25.558Z

Reserved: 2026-07-19T07:54:57.022Z

Link: CVE-2026-63938

cve-icon Vulnrichment

No data.

cve-icon NVD

No data.

cve-icon Redhat

Severity : Moderate

Publid Date: 2026-07-19T00:00:00Z

Links: CVE-2026-63938 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-04T06:45:03Z

Weaknesses
  • CWE-1285

    Improper Validation of Specified Index, Position, or Offset in Input