Home
Home
Trends
Trends
Vulnerabilities
Vulnerabilities
News
News
Researchers
Researchers
Why dbugs?
Why dbugs?
Settings

Dennis Dalessandro

Researcher fromCornelis Networks
#48648of 56,330
5.5Total CVSS
Vulnerabilities · 1
PT-2025-8338
5.5
2022-11-08
Linux · Linux Kernel · CVE-2022-49404
**Name of the Vulnerable Software and Affected Versions** Linux kernel (affected versions not specified) **Description** The issue concerns potential integer multiplication overflow errors in the RDMA/hfi1 component of the Linux kernel. Specifically, when multiplying different types, an overflow can occur even when storing the result in a larger type, due to the conversion being done after the multiplication. This can lead to arithmetic overflow and an incorrect value. The problem is corrected in the inter packet delay calculation by ensuring one of the operands is `u64`, which promotes the other to `u64` as well, preventing overflow. **Recommendations** At the moment, there is no information about a newer version that contains a fix for this vulnerability.