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.
CVSS
No CVSS.
References
Configurations
No configuration.
History
25 Jun 2026, 09:16
| Type | Values Removed | Values Added |
|---|---|---|
| New CVE |
Information
Published : 2026-06-25 09:16
Updated : 2026-06-25 09:16
NVD link : CVE-2026-53277
Mitre link : CVE-2026-53277
CVE.ORG link : CVE-2026-53277
JSON object : View
Products Affected
No product.
CWE
No CWE.
