VYPR
Unrated severityNVD Advisory· Published Nov 18, 2019· Updated Aug 5, 2024

CVE-2019-19077

CVE-2019-19077

Description

A memory leak in the bnxt_re_create_srq() function in drivers/infiniband/hw/bnxt_re/ib_verbs.c in the Linux kernel through 5.3.11 allows attackers to cause a denial of service (memory consumption) by triggering copy to udata failures, aka CID-4a9d46a9fe14.

Affected products

88

Patches

1
4a9d46a9fe14

RDMA: Fix goto target to release the allocated memory

https://github.com/torvalds/linuxNavid EmamdoostSep 10, 2019via osv
1 file changed · +1 1
  • drivers/infiniband/hw/bnxt_re/ib_verbs.c+1 1 modified
    @@ -1398,7 +1398,7 @@ int bnxt_re_create_srq(struct ib_srq *ib_srq,
     			dev_err(rdev_to_dev(rdev), "SRQ copy to udata failed!");
     			bnxt_qplib_destroy_srq(&rdev->qplib_res,
     					       &srq->qplib_srq);
    -			goto exit;
    +			goto fail;
     		}
     	}
     	if (nq)
    

Vulnerability mechanics

Generated on May 9, 2026. Inputs: CWE entries + fix-commit diffs from this CVE's patches. Citations validated against bundle.

References

5

News mentions

0

No linked articles in our index yet.