NONE · 0

CVE-2026-53277

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 ...

Vulnerability Description

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.

References

FAQ

What is CVE-2026-53277?

CVE-2026-53277 is a documented vulnerability. 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 ...

How severe is CVE-2026-53277?

CVSS scoring is not yet available for CVE-2026-53277. Check NVD for updates.

Is there a patch for CVE-2026-53277?

Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.