Katalog CVE

CVE-2026-90233

Nieznane
Opublikowano: Przetłumaczono: NVD NIST

Streszczenie

W jądrze Linux w sterowniku nvme-pci, pule deskryptorów DMA nie są zwalniane podczas niepowodzenia inicjalizacji (probe) po przydzieleniu zestawu tagów admin. Powoduje to wyciek obiektów dma_pool. Poprawka dodaje zwalnianie pul w ścieżce błędu out_disable.

Ocena ryzyka

Wyciek pul deskryptorów może prowadzić do wyczerpania pamięci jądra, szczególnie przy częstych próbach inicjalizacji urządzeń NVMe. Może to destabilizować system.

Rekomendacja

Zastosuj poprawkę jądra Linux, która wywołuje nvme_release_descriptor_pools() w ścieżce błędu out_disable, aby zwolnić pule przed zwróceniem błędu.

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: nvme-pci: release descriptor pools on probe failure The per-NUMA-node descriptor DMA pools are created lazily from nvme_init_hctx_common() once the admin tag set is allocated, but they are only destroyed in nvme_remove() via nvme_release_descriptor_pools(). Any probe failure after the admin tag set has been allocated unwinds through the out_disable label and nvme_pci_free_ctrl(), neither of which releases the pools, leaking the dma_pool objects. Release the descriptor pools in the out_disable error path. It must not be added to nvme_pci_free_ctrl(), as that would double-free against nvme_remove() on the normal teardown path.

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