CVE-2025-37788 – “CXGB4 Memory Leak Vulnerability”

The following table lists the changes that have been made to the
CVE-2025-37788 vulnerability over time.

Vulnerability history details can be useful for understanding the evolution
of a vulnerability, and for identifying the most recent changes that may
impact the vulnerability’s severity, exploitability, or other characteristics.

  • New CVE Received
    by 416baaa9-dc9f-4396-8d5f-8c081fb06d67

    May. 01, 2025

    Action Type Old Value New Value
    Added Description In the Linux kernel, the following vulnerability has been resolved:

    cxgb4: fix memory leak in cxgb4_init_ethtool_filters() error path

    In the for loop used to allocate the loc_array and bmap for each port, a
    memory leak is possible when the allocation for loc_array succeeds,
    but the allocation for bmap fails. This is because when the control flow
    goes to the label free_eth_finfo, only the allocations starting from
    (i-1)th iteration are freed.

    Fix that by freeing the loc_array in the bmap allocation error path.

    Added Reference https://git.kernel.org/stable/c/00ffb3724ce743578163f5ade2884374554ca021
    Added Reference https://git.kernel.org/stable/c/08aa59c0be768596467552c129e9f82166779a67
    Added Reference https://git.kernel.org/stable/c/76deedea08899885f076aba0bb80bd1276446822
    Added Reference https://git.kernel.org/stable/c/dafb6e433ab2333b67be05433dc9c6ccbc7b1284
    Added Reference https://git.kernel.org/stable/c/fa2d7708955e4f8212fd69bab1da604e60cb0b15
Share the Post:

Related Posts