CVE-2025-37788
Published: May 1, 2025
Modified: May 11, 2026
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.
| Vendor | Product | Versions |
|---|---|---|
Linux | Linux | affected d915c299f1da68a7dbb43895b8741c7b916c9d08 - < e9de08e15aee35b96064960f95997bb6c1209c4baffected d915c299f1da68a7dbb43895b8741c7b916c9d08 - < 118d05b530343cd9322607b9719405ba254a4183affected d915c299f1da68a7dbb43895b8741c7b916c9d08 - < fa2d7708955e4f8212fd69bab1da604e60cb0b15affected d915c299f1da68a7dbb43895b8741c7b916c9d08 - < 08aa59c0be768596467552c129e9f82166779a67affected d915c299f1da68a7dbb43895b8741c7b916c9d08 - < dafb6e433ab2333b67be05433dc9c6ccbc7b1284+2 more versions |
Linux | Linux | affected 5.9unaffected 0 - < 5.9unaffected 5.10.237 - <= 5.10.*unaffected 5.15.181 - <= 5.15.*unaffected 6.1.135 - <= 6.1.*+4 more versions |
References
Security Training
Train your team to recognize and prevent security threats with our comprehensive security awareness program.
Start TrainingVulnerability Scanning
Discover vulnerabilities in your applications and infrastructure before attackers do.
Scan Now