Katalog CVE

CVE-2026-72158

Niskie ryzyko· EPSS 10%
Opublikowano: Zaktualizowano: Przetłumaczono: NVD NIST

Prawdopodobieństwo exploitacji (EPSS)

Niskie ryzyko
0.20%

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

Streszczenie

W jądrze Linux w funkcji dfh_get_param_size() brakuje walidacji rozmiaru parametru po inkrementacji, co może zwrócić rozmiar większy niż region funkcji. Złośliwe urządzenie FPGA może wykorzystać to do wywołania memcpy_fromio() z rozmiarem przekraczającym zmapowany obszar.

Ocena ryzyka

Atakujący z dostępem do sprzętu FPGA może spowodować odczyt poza mapowaną pamięcią, prowadząc do wycieku informacji lub awarii systemu.

Rekomendacja

Zastosuj poprawkę jądra Linux, która dodaje kontrolę granic po inkrementacji rozmiaru, aby zapobiec przekroczeniu granic regionu.

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: fpga: dfl: add bounds check in dfh_get_param_size() dfh_get_param_size() can return a parameter size larger than the feature region because the loop bounds check is evaluated before incrementing size. If the EOP (End of Parameters) bit is set in the same iteration, the inflated size is returned without re-validation against max. This can cause create_feature_instance() to call memcpy_fromio() with a size exceeding the ioremap'd region when a malicious FPGA device provides crafted DFHv1 parameter headers. Add a bounds check after the size increment to ensure the accumulated size never exceeds the feature boundary.

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