CVE-2025-37933
Severity CVSS v4.0:
Pending analysis
Type:
CWE-415
Double Free
Publication date:
20/05/2025
Last modified:
17/11/2025
Description
In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
octeon_ep: Fix host hang issue during device reboot<br />
<br />
When the host loses heartbeat messages from the device,<br />
the driver calls the device-specific ndo_stop function,<br />
which frees the resources. If the driver is unloaded in<br />
this scenario, it calls ndo_stop again, attempting to free<br />
resources that have already been freed, leading to a host<br />
hang issue. To resolve this, dev_close should be called<br />
instead of the device-specific stop function.dev_close<br />
internally calls ndo_stop to stop the network interface<br />
and performs additional cleanup tasks. During the driver<br />
unload process, if the device is already down, ndo_stop<br />
is not called.
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.4 (including) | 6.6.90 (excluding) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.7 (including) | 6.12.28 (excluding) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.13 (including) | 6.14.6 (excluding) |
| cpe:2.3:o:linux:linux_kernel:6.15:rc1:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:6.15:rc2:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:6.15:rc3:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:6.15:rc4:*:*:*:*:*:* |
To consult the complete list of CPE names with products and versions, see this page



