CVE-2025-37874
Severity CVSS v4.0:
Pending analysis
Type:
Unavailable / Other
Publication date:
09/05/2025
Last modified:
12/11/2025
Description
In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
net: ngbe: fix memory leak in ngbe_probe() error path<br />
<br />
When ngbe_sw_init() is called, memory is allocated for wx->rss_key<br />
in wx_init_rss_key(). However, in ngbe_probe() function, the subsequent<br />
error paths after ngbe_sw_init() don&#39;t free the rss_key. Fix that by<br />
freeing it in error path along with wx->mac_table.<br />
<br />
Also change the label to which execution jumps when ngbe_sw_init()<br />
fails, because otherwise, it could lead to a double free for rss_key,<br />
when the mac_table allocation fails in wx_sw_init().
Impact
Base Score 3.x
5.50
Severity 3.x
MEDIUM
Vulnerable products and versions
| CPE | From | Up to |
|---|---|---|
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.2 (including) | 6.6.88 (excluding) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.7 (including) | 6.12.25 (excluding) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.13 (including) | 6.14.4 (excluding) |
| cpe:2.3:o:linux:linux_kernel:6.15:rc1:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:6.15:rc2:*:*:*:*:*:* |
To consult the complete list of CPE names with products and versions, see this page



