Security Advisory

CVE-2024-26839

CVE vulnerability detail — eXtreme Datacenter Security Operations

Published 2024-04-17 10:10:05
Last updated 2026-05-11 20:05:08
Assigner Linux
State PUBLISHED

Description

In the Linux kernel, the following vulnerability has been resolved: IB/hfi1: Fix a memleak in init_credit_return When dma_alloc_coherent fails to allocate dd->cr_base[i].va, init_credit_return should deallocate dd->cr_base and dd->cr_base[i] that allocated before. Or those resources would be never freed and a memleak is triggered.