---
id: CVE-2026-80665
title: |-
  In the Linux kernel, the following vulnerability has been resolved:

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

  kvm_handle_vncr_abort() assumes that s1_walk_result conveys an abort
  when kvm_translate_vncr() ret…
summary: |-
  In the Linux kernel, the following vulnerability has been resolved:

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

  kvm_handle_vncr_abort() assumes that s1_walk_result conveys an abort
  when kvm_translate_vncr() ret…
severity: high
cvss: 7.1
cvssVector: 'CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:C/C:N/I:N/A:H'
published: '2026-08-28'
updated: '2026-08-29'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-80665'
references:
  - url: 'https://git.kernel.org/stable/c/4ead4def04659739c399bfcb063f8a906194c79f'
    label: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
  - url: 'https://git.kernel.org/stable/c/53804b6839573c9c6fff5f4cf075d6746267345e'
    label: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
  - url: 'https://git.kernel.org/stable/c/9f3e83345a56280efffe235c65593c7e544c0fcc'
    label: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
tags:
  - nvd
epss: 0.00207
epssPercentile: 0.096
ingestedAt: '2026-08-30T04:47:09.957Z'
---

## Overview

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

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

kvm_handle_vncr_abort() assumes that s1_walk_result conveys an abort
when kvm_translate_vncr() 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
kvm_translate_vncr(). Get rid of the BUG_ON() in the fault injection
path while at it.

## Remediation

Refer to the linked advisories for vendor-supplied fixes and affected version ranges.
