5.5
CVE-2024-49977
- EPSS 0.05%
- Published 21.10.2024 18:15:18
- Last modified 03.11.2025 23:16:36
- Source 416baaa9-dc9f-4396-8d5f-8c081f
- CVE-Watchlists
- Open
In the Linux kernel, the following vulnerability has been resolved:
net: stmmac: Fix zero-division error when disabling tc cbs
The commit b8c43360f6e4 ("net: stmmac: No need to calculate speed divider
when offload is disabled") allows the "port_transmit_rate_kbps" to be
set to a value of 0, which is then passed to the "div_s64" function when
tc-cbs is disabled. This leads to a zero-division error.
When tc-cbs is disabled, the idleslope, sendslope, and credit values the
credit values are not required to be configured. Therefore, adding a return
statement after setting the txQ mode to DCB when tc-cbs is disabled would
prevent a zero-division error.Data is provided by the National Vulnerability Database (NVD)
Linux ≫ Linux Kernel Version >= 5.10.221 < 5.10.227
Linux ≫ Linux Kernel Version >= 5.15.162 < 5.15.168
Linux ≫ Linux Kernel Version >= 6.1.96 < 6.1.113
Linux ≫ Linux Kernel Version >= 6.6.36 < 6.6.55
Linux ≫ Linux Kernel Version >= 6.9.7 < 6.10
Linux ≫ Linux Kernel Version >= 6.10 < 6.10.14
Linux ≫ Linux Kernel Version >= 6.11 < 6.11.3
| Type | Source | Score | Percentile |
|---|---|---|---|
| EPSS | FIRST.org | 0.05% | 0.135 |
| Source | Base Score | Exploit Score | Impact Score | Vector string |
|---|---|---|---|---|
| nvd@nist.gov | 5.5 | 1.8 | 3.6 |
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
|
CWE-369 Divide By Zero
The product divides a value by zero.