### [CVE-2024-49977](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-49977) ![](https://img.shields.io/static/v1?label=Product&message=Linux&color=blue) ![](https://img.shields.io/static/v1?label=Version&message=&color=brightgreen) ![](https://img.shields.io/static/v1?label=Version&message=2145583e5995598f50d66f8710c86bb1e910ac46%20&color=brightgreen) ![](https://img.shields.io/static/v1?label=Version&message=521d42a1c24d638241220d4b9fa7e7a0ed02b88e%20&color=brightgreen) ![](https://img.shields.io/static/v1?label=Version&message=6.10%20&color=brightgreen) ![](https://img.shields.io/static/v1?label=Version&message=a71b686418ee6bcb6d6365f7f6d838d9874d9c64%20&color=brightgreen) ![](https://img.shields.io/static/v1?label=Version&message=b4bca4722fda928810d024350493990de39f1e40%20&color=brightgreen) ![](https://img.shields.io/static/v1?label=Version&message=b8c43360f6e424131fa81d3ba8792ad8ff25a09e%20&color=brightgreen) ![](https://img.shields.io/static/v1?label=Version&message=f01782804147a8c21f481b3342c83422c041d2c0%20&color=brightgreen) ![](https://img.shields.io/static/v1?label=Vulnerability&message=n%2Fa&color=blue) ### Description In the Linux kernel, the following vulnerability has been resolved:net: stmmac: Fix zero-division error when disabling tc cbsThe commit b8c43360f6e4 ("net: stmmac: No need to calculate speed dividerwhen offload is disabled") allows the "port_transmit_rate_kbps" to beset to a value of 0, which is then passed to the "div_s64" function whentc-cbs is disabled. This leads to a zero-division error.When tc-cbs is disabled, the idleslope, sendslope, and credit values thecredit values are not required to be configured. Therefore, adding a returnstatement after setting the txQ mode to DCB when tc-cbs is disabled wouldprevent a zero-division error. ### POC #### Reference No PoCs from references. #### Github - https://github.com/w4zu/Debian_security