Katalog CVE

CVE-2026-98048

Nieznane
Opublikowano: Przetłumaczono: NVD NIST

Streszczenie

W jądrze Linux w podsystemie BPF funkcja mark_fastcall_pattern_for_call() musi zapewnić, że dopasowana sekwencja instrukcji "spill; call; fill" nie jest przerwana przez skok. W przeciwnym razie przepisanie zastosowane przez bpf_remove_fastcall_spills_fills() jest niepoprawne. Poprawka rejestruje instrukcje będące celami skoków w insn_aux_data[*].jump_target i używa tej flagi do zatrzymania rozwijania wzorca.

Ocena ryzyka

Niepoprawne przepisanie wzorca fastcall przerwanego skokiem może prowadzić do błędnego wykonania programu eBPF, potencjalnie powodując awarię jądra lub obejście mechanizmów weryfikacji.

Rekomendacja

Zaktualizuj jądro Linux do wersji z poprawką, która rejestruje cele skoków w insn_aux_data[*].jump_target i używa tej flagi do zatrzymania rozwijania wzorca fastcall.

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: don't rewrite bpf_fastcall patterns entered by a jump mark_fastcall_pattern_for_call() must ensure that matched "spill; call; fill" instruction series is not interrupted by a jump. Otherwise the rewrite applied by bpf_remove_fastcall_spills_fills() is not sound. Record the instructions targeted by jumps in insn_aux_data[*].jump_target when the CFG is built and use this flag to stop growing a pattern at such an instruction. Jumps to the first spill are fine. Note that existing insn_aux_data[*].jmp_point field can't be reused, as it marks subprogram return instructions.

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