Katalog CVE

CVE-2025-40270

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

Prawdopodobieństwo exploitacji (EPSS)

Niskie ryzyko
0.12%

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

Streszczenie

W jądrze Linuxa w mechanizmie VMA readahead dla swap istnieje potencjalna podatność Use-After-Free (UAF). Podczas zamiany urządzeń swap może dojść do odwołania do zwolnionej pamięci, gdy VMA readahead próbuje odczytać wpisy swap z innego urządzenia bez odpowiedniego referencji.

Ocena ryzyka

Ryzyko awarii systemu lub potencjalnego wykonania kodu w wyniku wyścigu między swapoff a swapin. Atakujący może wykorzystać tę podatność do destabilizacji systemu.

Rekomendacja

Zastosuj łatkę z jądra Linux, która dodaje sprawdzanie referencji urządzenia swap przed odczytem. Zaktualizuj system do wersji jądra zawierającej poprawkę.

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: mm, swap: fix potential UAF issue for VMA readahead Since commit 78524b05f1a3 ("mm, swap: avoid redundant swap device pinning"), the common helper for allocating and preparing a folio in the swap cache layer no longer tries to get a swap device reference internally, because all callers of __read_swap_cache_async are already holding a swap entry reference. The repeated swap device pinning isn't needed on the same swap device. Caller of VMA readahead is also holding a reference to the target entry's swap device, but VMA readahead walks the page table, so it might encounter swap entries from other devices, and call __read_swap_cache_async on another device without holding a reference to it. So it is possible to cause a UAF when swapoff of device A raced with swapin on device B, and VMA readahead tries to read swap entries from device A. It's not easy to trigger, but in theory, it could cause real issues. Make VMA readahead try to get the device reference first if the swap device is a different one from the target entry.

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