Katalog CVE

CVE-2026-68139

Niskie ryzyko· EPSS 7%
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 Linuxa wykryto podatność w sterowniku mlx5e, która może prowadzić do awarii systemu (NULL pointer dereference) podczas odzyskiwania po błędzie PCIe DPC. Problem występuje, gdy zdarzenie MPV_DEVCOM_MASTER_UP jest przetwarzane przed inicjalizacją wskaźnika devcom w prywatnych danych mlx5e, co powoduje dereferencję pustego wskaźnika. Poprawka polega na użyciu devcom nadawcy zamiast odbiorcy podczas oznaczania komponentu MPV jako gotowego.

Ocena ryzyka

Ryzyko polega na możliwej awarii systemu (kernel panic) w środowiskach korzystających z technologii MLX5 (karty sieciowe Mellanox/NVIDIA) po wystąpieniu błędu PCIe i próbie odzyskania funkcji. Może to prowadzić do przerw w działaniu usług i niedostępności systemu.

Rekomendacja

Zaleca się jak najszybsze zastosowanie poprawki z jądra Linuxa zawierającej to rozwiązanie oraz aktualizację systemu do wersji jądra, w której podatność została naprawiona. Należy również monitorować komunikaty o błędach PCIe i planować procedury odzyskiwania po awarii.

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: net/mlx5e: Use sender devcom for MPV master-up After PCIe DPC recovery, mlx5 reloads the affected functions and replays multiport affiliation events. In the reported failure, the first relevant device error was: pcieport 0000:10:01.1: DPC: containment event pcieport 0000:10:01.1: PCIe Bus Error: severity=Uncorrected (Fatal) pcieport 0000:10:01.1: [ 5] SDES (First) mlx5 recovered the PCI functions and resumed 0000:11:00.1. During that resume, RDMA multiport binding replayed MLX5_DRIVER_EVENT_AFFILIATION_DONE and mlx5e sent MPV_DEVCOM_MASTER_UP. The host then panicked with: BUG: kernel NULL pointer dereference, address: 0000000000000010 RIP: mlx5_devcom_comp_set_ready+0x5/0x40 [mlx5_core] RDI: 0000000000000000 Call trace included: mlx5_devcom_comp_set_ready mlx5e_devcom_event_mpv mlx5_devcom_send_event mlx5_ib_bind_slave_port mlx5r_mp_probe mlx5_pci_resume MPV devcom registration publishes mlx5e private data to the component peer list before mlx5e_devcom_init_mpv() stores the returned component device in priv->devcom. A concurrent master-up event can therefore reach a peer whose private data is visible but whose priv->devcom backpointer is still NULL. MPV_DEVCOM_MASTER_UP already carries the sender/master mlx5e private data as event_data. The ready bit is stored on the shared devcom component, not on an individual peer. Use the sender devcom when marking the MPV component ready. This preserves the readiness transition while avoiding a NULL dereference of the peer devcom pointer during affiliation replay after PCI error recovery.

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