В ядре Linux устранена следующая уязвимость:
KVM: nVMX: скрыть теневую VMCS сразу после VMCLEAR.
free_nested() освобождает теневую VMCS, пока vmcs01 все еще указывает на нее. Но
поскольку он асинхронен по отношению к loading_vmcs_clear(), виртуальный ЦП
может мигрировать до того, как указатель будет очищен и __loaded_vmcs_clear()
затем может выполнить VMCLEAR.
VMCS должна оставаться подключенной до тех пор, пока ее явный VMCLEAR не завершится, но
тогда его можно скрыть и безопасно освободить страницу.
Показать оригинальное описание (EN)
In the Linux kernel, the following vulnerability has been resolved: KVM: nVMX: Hide shadow VMCS right after VMCLEAR free_nested() frees the shadow VMCS while vmcs01 still points to it. But because it is asynchronous with respect to loaded_vmcs_clear(), the vCPU might migrate before the pointer is cleared and __loaded_vmcs_clear() may then execute VMCLEAR. The VMCS needs to stay attached until its explicit VMCLEAR completes, but then it can be hidden and the page safely freed.
Характеристики атаки
Последствия
Строка CVSS v3.1
Уязвимые продукты 5
| Конфигурация | От (включительно) | До (исключительно) |
|---|---|---|
|
Linux Linux_Kernel
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
|
4.9
|
6.6.148
|
|
Linux Linux_Kernel
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
|
4.9
|
6.12.101
|
|
Linux Linux_Kernel
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
|
4.9
|
6.18.42
|
|
Linux Linux_Kernel
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
|
4.9
|
7.1.6
|
|
Linux Linux_Kernel
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
|
4.9
|
7.2-rc5
|