{"dataType":"CVE_RECORD","dataVersion":"5.2","cveMetadata":{"cveId":"CVE-2026-64555","assignerOrgId":"416baaa9-dc9f-4396-8d5f-8c081fb06d67","state":"PUBLISHED","assignerShortName":"Linux","dateReserved":"2026-07-19T15:36:31.796Z","datePublished":"2026-07-27T20:10:42.259Z","dateUpdated":"2026-08-17T04:57:33.289Z"},"containers":{"cna":{"providerMetadata":{"orgId":"416baaa9-dc9f-4396-8d5f-8c081fb06d67","shortName":"Linux","dateUpdated":"2026-08-17T04:57:33.289Z"},"descriptions":[{"lang":"en","value":"In the Linux kernel, the following vulnerability has been resolved:\n\nKVM: arm64: nv: Fix SPSR_EL2 restore in kvm_hyp_handle_mops()\n\nkvm_hyp_handle_mops() resets the single-step state machine as part of\nrewinding state for a MOPS exception by modifying vcpu_cpsr() and\nwriting the result directly into hardware.\n\nIn the case of nested virtualization, vcpu_cpsr() is a synthetic value\nsuch that the rest of KVM can deal with vEL2 cleanly. That means the\nvalue requires translation before being written into hardware, which is\nunfortunately missing from the MOPS handler.\n\nFix it by directly modifying SPSR_EL2 and avoiding the synthetic state\naltogether, which will be resynchronized on the next 'full' exit back\nto KVM."}],"metrics":[{"cvssV3_1":{"version":"3.1","vectorString":"CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H","baseScore":8.8,"baseSeverity":"HIGH"},"scenarios":[{"lang":"en","value":"AV:L - The attacker must be executing code inside a KVM/arm64 guest on the affected host — reached via /dev/kvm and guest instruction execution, not over any network protocol. This is local access to the host machine.\nAC:L - A guest hypervisor at vEL2 triggers the MOPS exception at will by executing a main/epilogue MOPS instruction with ill-formed alignment/size parameters; there is no race and no dependence on CPU migration or single-step state, so corruption of hardware SPSR_EL2 is fully deterministic.\nPR:L - Exploitation only needs the ability to create and run a nested-capable VM (/dev/kvm access, typically granted to unprivileged tenants/kvm-group users) and to run code inside that guest's own EL2 — no privilege on the host itself.\nUI:N - The guest triggers the faulty exception path entirely on its own during normal vCPU execution; no host user or administrator action is involved.\nS:C - The bogus ERET lands the guest's PC at real EL2 under the host's own EL2 translation regime and stack, with stage-2 no longer applied — the impact crosses the guest/host virtualization boundary into a different security authority.\nC:H - Execution at EL2 with the host's TTBR0_EL2/TTBR1_EL2 active and guest-controlled registers gives read access to the entire host kernel address space and to other guests' memory.\nI:H - The guest obtains a controlled control-flow transfer into host kernel text at EL2 with all GPRs under its control, which is an arbitrary code execution / arbitrary write primitive against the host hypervisor.\nA:H - Even without successful exploitation, ERETing to an unmapped or non-executable address at EL2 takes an unexpected EL2 exception that ends in a hyp panic, bringing down the host and every VM on it."}]}],"affected":[{"product":"Linux","vendor":"Linux","defaultStatus":"unaffected","repo":"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git","programFiles":["arch/arm64/kvm/hyp/include/hyp/switch.h"],"versions":[{"version":"2de451a329cf662beeba71f63c7f83ee24ca6642","lessThan":"10a568010e827108d149779908850afaec898846","status":"affected","versionType":"git"},{"version":"2de451a329cf662beeba71f63c7f83ee24ca6642","lessThan":"884b44256041ec6b2dcbe8e6a67384d26145cba1","status":"affected","versionType":"git"},{"version":"2de451a329cf662beeba71f63c7f83ee24ca6642","lessThan":"dd3b237eb7780d65eae296d3d3a70012b6e7a02f","status":"affected","versionType":"git"},{"version":"2de451a329cf662beeba71f63c7f83ee24ca6642","lessThan":"ff1022c3de46753eb7eba2f6efd990569e66ff95","status":"affected","versionType":"git"}]},{"product":"Linux","vendor":"Linux","defaultStatus":"affected","repo":"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git","programFiles":["arch/arm64/kvm/hyp/include/hyp/switch.h"],"versions":[{"version":"6.7","status":"affected"},{"version":"0","lessThan":"6.7","status":"unaffected","versionType":"semver"},{"version":"6.12.97","lessThanOrEqual":"6.12.*","status":"unaffected","versionType":"semver"},{"version":"6.18.40","lessThanOrEqual":"6.18.*","status":"unaffected","versionType":"semver"},{"version":"7.1.5","lessThanOrEqual":"7.1.*","status":"unaffected","versionType":"semver"},{"version":"7.2","lessThanOrEqual":"*","status":"unaffected","versionType":"original_commit_for_fix"}]}],"cpeApplicability":[{"nodes":[{"operator":"OR","negate":false,"cpeMatch":[{"vulnerable":true,"criteria":"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*","versionStartIncluding":"6.7","versionEndExcluding":"6.12.97"},{"vulnerable":true,"criteria":"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*","versionStartIncluding":"6.7","versionEndExcluding":"6.18.40"},{"vulnerable":true,"criteria":"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*","versionStartIncluding":"6.7","versionEndExcluding":"7.1.5"},{"vulnerable":true,"criteria":"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*","versionStartIncluding":"6.7","versionEndExcluding":"7.2"}]}]}],"references":[{"url":"https://git.kernel.org/stable/c/10a568010e827108d149779908850afaec898846"},{"url":"https://git.kernel.org/stable/c/884b44256041ec6b2dcbe8e6a67384d26145cba1"},{"url":"https://git.kernel.org/stable/c/dd3b237eb7780d65eae296d3d3a70012b6e7a02f"},{"url":"https://git.kernel.org/stable/c/ff1022c3de46753eb7eba2f6efd990569e66ff95"}],"title":"KVM: arm64: nv: Fix SPSR_EL2 restore in kvm_hyp_handle_mops()","x_generator":{"engine":"bippy-1.2.0"}}}}