Security Advisory

CVE-2026-46171

CVE vulnerability detail - eXtreme Datacenter Security Operations

Published 2026-05-28 09:36:25
Last updated 2026-06-14 17:59:56
Assigner Linux
CVSS score not scored
State PUBLISHED

Description

In the Linux kernel, the following vulnerability has been resolved: riscv: kvm: fix vector context allocation leak When the second kzalloc (host_context.vector.datap) fails in kvm_riscv_vcpu_alloc_vector_context, the first allocation (guest_context.vector.datap) is leaked. Free it before returning.