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
No history.
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
