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

KVM: arm64: nv: Fix SPSR_EL2 restore in kvm_hyp_handle_mops()

kvm_hyp_handle_mops() resets the single-step state machine as part of
rewinding state for a MOPS exception by modifying vcpu_cpsr() and
writing the result directly into hardware.

In the case of nested virtualization, vcpu_cpsr() is a synthetic value
such that the rest of KVM can deal with vEL2 cleanly. That means the
value requires translation before being written into hardware, which is
unfortunately missing from the MOPS handler.

Fix it by directly modifying SPSR_EL2 and avoiding the synthetic state
altogether, which will be resynchronized on the next 'full' exit back
to KVM.
Published: 2026-07-27
Score: 8.8 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

In nested KVM on ARM64, an erroneous restoration of the SPSR_EL2 register in kvm_hyp_handle_mops() caused the processor state to be written directly from a synthetic value, bypassing required translation. This fault enables a nested virtual machine to manipulate host CPU state on exit, potentially allowing it to gain privileges beyond its sandbox and escape isolation.

Affected Systems

All Linux kernel releases that include the KVM module for ARM64 are impacted, particularly when nested virtualization is in use. The vulnerability exists in the core KVM hypervisor code handling MOPS (Memory Operation) exceptions.

Risk and Exploitability

The CVSS score of 8.8 indicates a high severity. The EPSS score of < 1% reflects a very low but non-zero likelihood of exploitation, and it is not listed in CISA KEV. Exploitation requires an attacker to trigger a MOPS exception within a nested VM, a capability that is generally limited to guest code but, if achieved, would allow the guest to manipulate the host's CPU state and potentially escape isolation. The likely attack vector is through privileged guest code manipulating nested VM execution paths.

Generated by OpenCVE AI on August 5, 2026 at 00:05 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the Linux kernel to a version that incorporates the KVM commit 10a568010e827108d149779908850afaec898846 or later, ensuring the SPSR_EL2 restoration logic is corrected.
  • If a kernel update is not immediately possible, apply the specific patch that directly modifies SPSR_EL2 in kvm_hyp_handle_mops() as distributed in the Git commit; this can be backported to the current kernel branch.
  • If nested virtualization is not required, disable it on affected hosts to remove the attack surface and enforce stricter isolation between nested guests and the host.

Generated by OpenCVE AI on August 5, 2026 at 00:05 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Debian DLA Debian DLA DLA-4724-1 linux-6.12 new package
Debian DSA Debian DSA DSA-6405-1 linux security update
History

Tue, 04 Aug 2026 14:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-682

Thu, 30 Jul 2026 06:15:00 +0000

Type Values Removed Values Added
Metrics cvssV3_1

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

cvssV3_1

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


Wed, 29 Jul 2026 12:15:00 +0000

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

None

cvssV3_1

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

threat_severity

Moderate


Tue, 28 Jul 2026 16:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-682

Mon, 27 Jul 2026 20:30:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: KVM: arm64: nv: Fix SPSR_EL2 restore in kvm_hyp_handle_mops() kvm_hyp_handle_mops() resets the single-step state machine as part of rewinding state for a MOPS exception by modifying vcpu_cpsr() and writing the result directly into hardware. In the case of nested virtualization, vcpu_cpsr() is a synthetic value such that the rest of KVM can deal with vEL2 cleanly. That means the value requires translation before being written into hardware, which is unfortunately missing from the MOPS handler. Fix it by directly modifying SPSR_EL2 and avoiding the synthetic state altogether, which will be resynchronized on the next 'full' exit back to KVM.
Title KVM: arm64: nv: Fix SPSR_EL2 restore in kvm_hyp_handle_mops()
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-17T04:57:33.289Z

Reserved: 2026-07-19T15:36:31.796Z

Link: CVE-2026-64555

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-07-27T21:17:08.580

Modified: 2026-08-17T05:18:01.110

Link: CVE-2026-64555

cve-icon Redhat

Severity : Moderate

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

Links: CVE-2026-64555 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-05T00:15:04Z

Weaknesses
  • CWE-681

    Incorrect Conversion between Numeric Types