Katalog CVE

CVE-2022-49172

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

Prawdopodobieństwo exploitacji (EPSS)

Niskie ryzyko
0.27%

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

Streszczenie

W jądrze Linuxa dla architektury parisc wykryto podatność polegającą na błędach w flushowaniu pamięci podręcznej TLB dla stron nieobecnych. Instrukcje fdc i fic w funkcjach flush_user_dcache_range_asm i flush_user_icache_range_asm powodują błędy, które nie unieważniają linii pamięci podręcznej, co może prowadzić do uszkodzenia pamięci. Problem był ukryty przez nullifikację instrukcji flush.

Ocena ryzyka

Podatność może prowadzić do uszkodzenia pamięci i awarii systemu, a także wpływa na wydajność z powodu wielu błędów TLB.

Rekomendacja

Zastosować poprawkę, która używa funkcji flush_cache_pages() do flushowania z użyciem tymczasowego aliasu, oraz poprawia zakres flushowania w flush_cache_range().

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: parisc: Fix non-access data TLB cache flush faults When a page is not present, we get non-access data TLB faults from the fdc and fic instructions in flush_user_dcache_range_asm and flush_user_icache_range_asm. When these occur, the cache line is not invalidated and potentially we get memory corruption. The problem was hidden by the nullification of the flush instructions. These faults also affect performance. With pa8800/pa8900 processors, there will be 32 faults per 4 KB page since the cache line is 128 bytes. There will be more faults with earlier processors. The problem is fixed by using flush_cache_pages(). It does the flush using a tmp alias mapping. The flush_cache_pages() call in flush_cache_range() flushed too large a range. V2: Remove unnecessary preempt_disable() and preempt_enable() calls.

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