VDB
DEBIAN-CVE-2025-37788
DEBIAN-CVE-2025-37788
PUBLISHED
CVSS 5.5 MEDIUM
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.
Risk Scores
CVSS 3.1
5.5
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Debian:11 | linux | 5.10.178-2, 0, 5.10.103-1~bpo10+1 |
| Debian:13 | linux | 0, 0 |
| Debian:11 | linux-6.1 | 6.1.106-3~deb11u3, 6.1.112-1~deb11u1, 6.1.119-1~deb11u1 |
| Debian:14 | linux | 0, 0 |
| Debian:12 | linux | 6.1.66-1, 6.1.67-1, 6.1.69-1~bpo11+1 |
Exploit Intelligence
- CVE-2025-37788.json (github-poc)
Timeline
- May 1, 2025 CVE Published
- Apr 28, 2026 CVE Updated