CyberRota
← Ana sayfaya dön

CVE-2026-53277

HIGH · CVSS 8.8 EPSS %0.11

Kaynak: NVD + CISA KEV + EPSS · Yayınlanma: 2026-06-25T09:16:45.897 · Çekilme zamanı: 2026-06-30T18:33:31.706207+00:00

CyberRota Yorumu

Detaylı analiz gerekiyor.

CVE
CVE-2026-53277
Severity
HIGH
CVSS
8.8
EPSS
%0.11
Linux

Orijinal NVD Açıklaması

In the Linux kernel, the following vulnerability has been resolved: KVM: arm64: Take the SRCU lock for page table walks in fault injection and AT emulation walk_s1() and kvm_walk_nested_s2() expect to be called while holding kvm->srcu to guard against memslot changes. While this is generally the case, __kvm_at_s12() and __kvm_find_s1_desc_level() call into the respective walkers without taking kvm->srcu. Fix by acquiring kvm->srcu prior to the table walk in both instances.