CVE-2026-80665: KVM: arm64: nv: Inject SEA if kvm_translate_vncr() can't resolve PFN

Published Aug 28, 2026
·
Updated

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

KVM: arm64: nv: Inject SEA if kvmtranslatevncr() can't resolve PFN

kvmhandlevncrabort() assumes that s1walkresult conveys an abort when kvmtranslatevncr() returns -EFAULT. This is not always the case as it's possible to encounter 'late' failures on the output of S1 translation, e.g. a GFN outside of the memslots.

Fix it by preparing an external abort before returning from kvmtranslatevncr(). Get rid of the BUGON() in the fault injection path while at it.

Event History

Aug 28, 2026
CVE Published
via MITRE·06:49 AM
Data Sourced
via MITRE·06:49 AM
Description

Frequently Asked Questions

1

Which systems are exposed to this issue?

The issue is in the Linux kernel's KVM arm64 nested-virtualization (nv) handling. Systems not using KVM on arm64, or not exercising this nested-virtualization VNCR abort path, are not indicated by the provided information as exposed.

2

What condition triggers the faulty path?

The path can be reached when kvm_translate_vncr() cannot resolve a PFN after stage-1 translation, including a late failure such as a guest frame number outside configured memslots. The vulnerable handling incorrectly assumes that an -EFAULT result always includes an abort in the stage-1 walk result.

3

What is the immediate mitigation if an updated kernel cannot be deployed?

The provided information supports avoiding the affected KVM arm64 nested-virtualization path. In particular, do not enable or use nested virtualization workloads that can access VNCR mappings resulting in unresolved PFNs or GFNs outside memslots.

4

How does the fix change behavior?

The fix prepares an external abort, specifically an injected SEA, before kvm_translate_vncr() returns when it cannot resolve the PFN. It also removes a BUG_ON() from the fault-injection path.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203