Lucene search

K
ubuntucveUbuntu.comUB:CVE-2021-46907
HistoryFeb 27, 2024 - 12:00 a.m.

CVE-2021-46907

2024-02-2700:00:00
ubuntu.com
ubuntu.com
4
linux
kvm
cve-2021-46907
vulnerability
resolved
array access
user process

AI Score

6.5

Confidence

High

EPSS

0

Percentile

9.0%

In the Linux kernel, the following vulnerability has been resolved: KVM:
VMX: Don’t use vcpu->run->internal.ndata as an array index
__vmx_handle_exit() uses vcpu->run->internal.ndata as an index for an array
access. Since vcpu->run is (can be) mapped to a user address space with a
writer permission, the ‘ndata’ could be updated by the user process at
anytime (the user process can set it to outside the bounds of the array).
So, it is not safe that __vmx_handle_exit() uses the ‘ndata’ that way.

AI Score

6.5

Confidence

High

EPSS

0

Percentile

9.0%