Katalog CVE

CVE-2025-37938

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

Prawdopodobieństwo exploitacji (EPSS)

Niskie ryzyko
0.17%

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

Streszczenie

W jądrze Linuxa wykryto podatność w weryfikatorze formatów zdarzeń śledzenia (trace events). Weryfikator pomijał formaty zawierające "%*p..", co mogło prowadzić do odwołań do pamięci, która została zwolniona przed odczytaniem zdarzenia, skutkując awarią jądra. Poprawka rozszerza weryfikację o te przypadki.

Ocena ryzyka

Organizacja narażona jest na ryzyko awarii jądra podczas korzystania z mechanizmów śledzenia (tracing), co może prowadzić do utraty danych diagnostycznych i niestabilności systemu.

Rekomendacja

Należy zaktualizować jądro Linuxa do wersji zawierającej poprawkę, która rozszerza weryfikację formatów zdarzeń o przypadki z "%*p..".

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: tracing: Verify event formats that have "%*p.." The trace event verifier checks the formats of trace events to make sure that they do not point at memory that is not in the trace event itself or in data that will never be freed. If an event references data that was allocated when the event triggered and that same data is freed before the event is read, then the kernel can crash by reading freed memory. The verifier runs at boot up (or module load) and scans the print formats of the events and checks their arguments to make sure that dereferenced pointers are safe. If the format uses "%*p.." the verifier will ignore it, and that could be dangerous. Cover this case as well. Also add to the sample code a use case of "%*pbl".

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