Katalog CVE

CVE-2025-71109

WysokieCVSS 7.1
Opublikowano: Zaktualizowano: Przetłumaczono: NVD NIST

Prawdopodobieństwo exploitacji (EPSS)

Niskie ryzyko
0.18%

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

Streszczenie

W jądrze Linux dla architektury MIPS w mechanizmie ftrace występuje podatność na uszkodzenie pamięci, gdy jądro znajduje się powyżej 32 bitów. Makro UASM_i_LA_mostly może generować więcej niż 2 instrukcje, podczas gdy kod ftrace zakłada maksymalnie 2, co prowadzi do przepełnienia bufora i uszkodzenia zmiennych w sekcji __read_mostly.

Ocena ryzyka

Organizacja używająca systemów MIPS z jądrem powyżej 32 bitów może doświadczyć wczesnego zawieszenia systemu podczas bootowania z powodu uszkodzenia krytycznych zmiennych, co prowadzi do niedostępności usług.

Rekomendacja

Należy zaktualizować jądro Linux do wersji zawierającej poprawkę ograniczającą generowanie instrukcji w ftrace dla MIPS, aby zapobiec przepełnieniu bufora.

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: MIPS: ftrace: Fix memory corruption when kernel is located beyond 32 bits Since commit e424054000878 ("MIPS: Tracing: Reduce the overhead of dynamic Function Tracer"), the macro UASM_i_LA_mostly has been used, and this macro can generate more than 2 instructions. At the same time, the code in ftrace assumes that no more than 2 instructions can be generated, which is why it stores them in an int[2] array. However, as previously noted, the macro UASM_i_LA_mostly (and now UASM_i_LA) causes a buffer overflow when _mcount is beyond 32 bits. This leads to corruption of the variables located in the __read_mostly section. This corruption was observed because the variable __cpu_primary_thread_mask was corrupted, causing a hang very early during boot. This fix prevents the corruption by avoiding the generation of instructions if they could exceed 2 instructions in length. Fortunately, insn_la_mcount is only used if the instrumented code is located outside the kernel code section, so dynamic ftrace can still be used, albeit in a more limited scope. This is still preferable to corrupting memory and/or crashing the kernel.

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