VDB
DEBIAN-CVE-2024-53161
DEBIAN-CVE-2024-53161
PUBLISHED
CVSS 5.5 MEDIUM
In the Linux kernel, the following vulnerability has been resolved: EDAC/bluefield: Fix potential integer overflow The 64-bit argument for the "get DIMM info" SMC call consists of mem_ctrl_idx left-shifted 16 bits and OR-ed with DIMM index. With mem_ctrl_idx defined as 32-bits wide the left-shift operation truncates the upper 16 bits of information during the calculation of the SMC argument. The mem_ctrl_idx stack variable must be defined as 64-bits wide to prevent any potential integer overflow, i.e. loss of data from upper 16 bits.
Risk Scores
CVSS 3.1
5.5
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Debian:12 | linux | 6.1.38-1, 6.1.90-1~bpo11+1, 6.1.94-1~bpo11+1 |
| Debian:11 | linux-6.1 | *, 0, 6.1.106-3~deb11u1 |
| Debian:13 | linux | 0, 0 |
| Debian:14 | linux | 0, 0 |
| Debian:11 | linux | 5.10.46-5, 5.10.70-1, 5.10.70-1 |
Exploit Intelligence
- USN-7389-1.json (github-poc)
Timeline
- Dec 24, 2024 CVE Published
- Apr 28, 2026 CVE Updated