In the Linux kernel, the following vulnerability has been resolved:
net: hibmcge: fix the division by zero issue
When the network port is down, the queue is released, and ring->len is 0.
In debugfs, hbg_get_queue_used_num() will be called,
which may lead to a division by zero issue.
This patch adds a check, if ring->len is 0,
hbg_get_queue_used_num() directly returns 0.
References
Configurations
Configuration 1 (hide)
|
History
02 Dec 2025, 20:05
| Type | Values Removed | Values Added |
|---|---|---|
| CWE | CWE-369 |
26 Nov 2025, 16:20
| Type | Values Removed | Values Added |
|---|---|---|
| CPE | cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:6.17:rc1:*:*:*:*:*:* |
|
| CVSS |
v2 : v3 : |
v2 : unknown
v3 : 5.5 |
| First Time |
Linux linux Kernel
Linux |
|
| CWE | NVD-CWE-noinfo | |
| References | () https://git.kernel.org/stable/c/475e06113c615dafd44262d6d6bd37786f7f4206 - Patch | |
| References | () https://git.kernel.org/stable/c/7004b26f0b64331143eb0b312e77a357a11427ce - Patch | |
| References | () https://git.kernel.org/stable/c/c945e1ad4f3b77166a3215dabc0c6c980d4a9c73 - Patch |
Information
Published : 2025-09-04 16:15
Updated : 2025-12-02 20:05
NVD link : CVE-2025-38719
Mitre link : CVE-2025-38719
CVE.ORG link : CVE-2025-38719
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-369
Divide By Zero
