Katalog CVE

CVE-2026-64288

ŚrednieCVSS 5.5
Opublikowano: Zaktualizowano: Przetłumaczono: NVD NIST

Prawdopodobieństwo exploitacji (EPSS)

Niskie ryzyko
0.15%

Percentyl 5 - wyżej niż 5% wszystkich znanych CVE

Streszczenie

W jądrze Linux w KVM dla ARM64 stwierdzono podatność polegającą na dereferencji pustego wskaźnika w pseudo-TLB VNCR podczas unieważniania. Funkcja kvm_invalidate_vncr_va() nie sprawdza, czy pseudo-TLB został przydzielony, co może prowadzić do awarii.

Ocena ryzyka

Atakujący może wywołać dereferencję pustego wskaźnika, co może skutkować awarią systemu (kernel panic) lub odmową usługi (DoS).

Rekomendacja

Zastosuj łatkę, która wprowadza iterator sprawdzający oba warunki (przydział i ważność) przed unieważnieniem.

Inne podatności w Linux kernel

Zobacz wszystkie
Oryginalny opis (angielski, źródło NVD)

In the Linux kernel, the following vulnerability has been resolved: KVM: arm64: nv: Avoid dereferencing NULL VNCR pseudo-TLB VNCR TLB invalidation occurs from MMU notifiers or TLBI instructions, and either can race against a vcpu not being onlined yet (no pseudo-TLB allocated). Similarly, the TLB might be invalid, and the invalidation should be skipped in this case. Both kvm_invalidate_vncr_ipa() and kvm_invalidate_vncr_va() are expected to perform the same checks, except that the latter doesn't check for the allocation and blindly dereferences the pointer. Solve this by introducing a new iterator built on top of the usual kvm_for_each_vcpu() that checks for both of the above conditions, and convert the two users to it.

Dane podatności pochodzą z NVD (NIST) · CISA KEV · EPSS