Answer in brief
CVE-2026-80665 records a Unknown severity vulnerability in KVM: arm64: nv: Inject SEA if kvm_translate_vncr() can't resolve PFN. The current sources do not mark it as known exploited. The current feed maps Linux/Linux (generic), Linux/Linux (generic). Check affected ranges and fixed versions before updating.
Analysis pending evidence review
HOL Guard separates source facts from reviewed analysis. See the methodology.
A CVSS score is not reported in the current record. The current sources do not mark it as known exploited. Treat this as a source-backed prioritization signal, not a statement about your environment.
Analysis status
Analysis pending evidence review
Factual feed record only; HOL analysis is not approved for indexing. Read the methodology.
The current feed maps Linux/Linux (generic), Linux/Linux (generic). Check affected ranges and fixed versions before updating.
| Package | Affected range | Fixed version |
|---|---|---|
| Linux/Linuxgeneric | >=2a359e072596fcb2e9e85017a865e3618a2fe5b5 <4ead4def04659739c399bfcb063f8a906194c79f || >=2a359e072596fcb2e9e85017a865e3618a2fe5b5 <53804b6839573c9c6fff5f4cf075d6746267345e || >=2a359e072596fcb2e9e85017a865e3618a2fe5b5 <9f3e83345a56280efffe235c65593c7e544c0fcc | 4ead4def04659739c399bfcb063f8a906194c79f, 53804b6839573c9c6fff5f4cf075d6746267345e, 9f3e83345a56280efffe235c65593c7e544c0fcc |
| Linux/Linuxgeneric | 6.16 | Not reported |
Published upstream
Aug 28, 2026
Evidence: source:cvelist:source_dates:source-dates:recordSource modified
Aug 28, 2026
Evidence: source:cvelist:source_dates:source-dates:recordFirst seen by HOL
Aug 28, 2026
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.
Quoted source text, attributed separately from HOL analysis.