CyberRota
← Ana sayfaya dön

CVE-2026-46071

MEDIUM · CVSS 5.5 EPSS %0.17

Kaynak: NVD + CISA KEV + EPSS · Yayınlanma: 2026-05-27T14:17:28.397 · Çekilme zamanı: 2026-06-25T12:11:31.145849+00:00

CyberRota Yorumu

Detaylı analiz gerekiyor.

CVE
CVE-2026-46071
Severity
MEDIUM
CVSS
5.5
EPSS
%0.17
Linux

Orijinal NVD Açıklaması

In the Linux kernel, the following vulnerability has been resolved: KVM: nSVM: Avoid clearing VMCB_LBR in vmcb12 svm_copy_lbrs() always marks VMCB_LBR dirty in the destination VMCB. However, nested_svm_vmexit() uses it to copy LBRs to vmcb12, and clearing clean bits in vmcb12 is not architecturally defined. Move vmcb_mark_dirty() to callers and drop it for vmcb12. This also facilitates incoming refactoring that does not pass the entire VMCB to svm_copy_lbrs().