Import Source
https://github.com/microsoft/AzureLinuxVulnerabilityData/blob/main/osv/AZL-93875.json
JSON Data
https://api.osv.dev/v1/vulns/AZL-93875
Upstream
Published
2026-07-25T10:17:09Z
Modified
2026-08-28T17:47:36.421738046Z
Summary
CVE-2026-64287 affecting package kernel for versions less than 6.6.145.2-1
Details

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

KVM: arm64: Bound used_lrs when flushing the pKVM hyp vCPU

flushhypvcpu() copies the host vGIC state into the hyp's private vCPU on every run. The vGIC list register save and restore use usedlrs as their loop bound and expect it to stay within the number of implemented list registers. While this is generally the case, flushhypvcpu() copies vgicv3 verbatim and does not enforce this, so a value provided by the host is used at EL2 to index vgiclr[] and access ICHLR<n>_EL2 (host -> EL2).

Fix by clamping usedlrs to the number of implemented list registers after the copy, as the trusted path already does in vgicflushlrstate(). The number of implemented list registers is constant after init, so it is replicated once from kvmvgicglobalstate.nrlr into hypgicv3nr_lr rather than read on every entry.

References

Affected packages

Azure Linux:3 / kernel

Package

Name
kernel
Purl
pkg:rpm/azure-linux/kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
6.6.145.2-1

Database specific

source
"https://github.com/microsoft/AzureLinuxVulnerabilityData/blob/main/osv/AZL-93875.json"