Katalog CVE

CVE-2026-64508

Niskie ryzyko· EPSS 5%
Opublikowano: Zaktualizowano: Przetłumaczono: NVD NIST

Prawdopodobieństwo exploitacji (EPSS)

Niskie ryzyko
0.16%

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

Streszczenie

W jądrze Linux w alokatorze BPF JIT wykryto podatność na ataki JIT spraying. Ponowne użycie pamięci JIT może pozwolić na wykorzystanie predykcji gałęzi z poprzedniego programu. Dodano mechanizm flushowania predyktorów przed ponownym użyciem pamięci JIT.

Ocena ryzyka

Ryzyko polega na potencjalnym przejęciu kontroli nad systemem poprzez atak JIT spraying, umożliwiający wykonanie dowolnego kodu w kontekście jądra.

Rekomendacja

Zaleca się aktualizację jądra Linux do wersji zawierającej poprawkę z flushowaniem predyktorów gałęzi przy ponownym użyciu pamięci JIT.

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: bpf: Support for hardening against JIT spraying The BPF JIT allocator packs many small programs into larger executable allocations and reuses space within those allocations as programs are loaded and freed. When fresh code is written into space that a previous program occupied, an indirect jump into the new program can reuse a branch prediction left behind by the old one. Flush the indirect branch predictors before reusing JIT memory so that indirect jumps into a newly written program don't reuse predictions from an old program that occupied the same space. Introduce bpf_arch_pred_flush_enabled static key and bpf_arch_pred_flush static call for flushing the branch predictors on JIT memory reuse. Architectures that need a flush, can update it to a predictor flush function. By default, its a NOP and does not emit any CALL. Allocations larger than a pack are not covered by this flush. That is safe because cBPF programs (the unprivileged attack surface) are bounded well below a pack size. Issue a warning if this assumption is ever violated while the flush is active.

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