In the Linux kernel, the following vulnerability has been...
Moderate severity
Unreviewed
Published
Sep 5, 2025
to the GitHub Advisory Database
•
Updated Dec 2, 2025
Description
Published by the National Vulnerability Database
Sep 4, 2025
Published to the GitHub Advisory Database
Sep 5, 2025
Last updated
Dec 2, 2025
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