In the Linux kernel, the following vulnerability has been resolved:
KVM: arm64: Tear down vGIC on failed vCPU creation
If kvm_arch_vcpu_create() fails to share the vCPU page with the
hypervisor, we propagate the error back to the ioctl but leave the
vGIC vCPU data initialised. Note only does this leak the corresponding
memory when the vCPU is destroyed but it can also lead to use-after-free
if the redistributor device handling tries to walk into the vCPU.
Add the missing cleanup to kvm_arch_vcpu_create(), ensuring that the
vGIC vCPU structures are destroyed on error.
CVSS
No CVSS.
References
Configurations
No configuration.
History
12 May 2025, 17:32
Type | Values Removed | Values Added |
---|---|---|
Summary |
|
09 May 2025, 07:16
Type | Values Removed | Values Added |
---|---|---|
New CVE |
Information
Published : 2025-05-09 07:16
Updated : 2025-05-12 17:32
NVD link : CVE-2025-37849
Mitre link : CVE-2025-37849
CVE.ORG link : CVE-2025-37849
JSON object : View
Products Affected
No product.
CWE
No CWE.