CVE-2025-38719
Severity CVSS v4.0:
Pending analysis
Type:
CWE-369
Divide By Zero
Publication date:
04/09/2025
Last modified:
02/12/2025
Description
In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
net: hibmcge: fix the division by zero issue<br />
<br />
When the network port is down, the queue is released, and ring->len is 0.<br />
In debugfs, hbg_get_queue_used_num() will be called,<br />
which may lead to a division by zero issue.<br />
<br />
This patch adds a check, if ring->len is 0,<br />
hbg_get_queue_used_num() directly returns 0.
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.13 (including) | 6.15.11 (excluding) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.16 (including) | 6.16.2 (excluding) |
| cpe:2.3:o:linux:linux_kernel:6.17:rc1:*:*:*:*:*:* |
To consult the complete list of CPE names with products and versions, see this page



