CVE-2023-53474
MEDIUMLinux Kernel 5.10-5.10.180 - Integer Overflow via MCA Bank Map Bitfield
Title source: llmDescription
In the Linux kernel, the following vulnerability has been resolved: x86/MCE/AMD: Use an u64 for bank_map Thee maximum number of MCA banks is 64 (MAX_NR_BANKS), see a0bc32b3cacf ("x86/mce: Increase maximum number of banks to 64"). However, the bank_map which contains a bitfield of which banks to initialize is of type unsigned int and that overflows when those bit numbers are >= 32, leading to UBSAN complaining correctly: UBSAN: shift-out-of-bounds in arch/x86/kernel/cpu/mce/amd.c:1365:38 shift exponent 32 is too large for 32-bit type 'int' Change the bank_map to a u64 and use the proper BIT_ULL() macro when modifying bits in there. [ bp: Rewrite commit message. ]
References (6)
Core 6
Core References
Scores
CVSS v3
5.5
EPSS
0.0014
EPSS Percentile
3.8%
Attack Vector
LOCAL
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Details
CWE
CWE-190
Status
published
Products (15)
Linux/Linux
< 5.10
Linux/Linux
5.10
Linux/Linux
5.10.180 - 5.10.*
Linux/Linux
5.15.111 - 5.15.*
Linux/Linux
6.1.28 - 6.1.*
Linux/Linux
6.2.15 - 6.2.*
Linux/Linux
6.3.2 - 6.3.*
Linux/Linux
6.4
Linux/Linux
a0bc32b3cacf194dc479b342f006203fd1e1941a - 11c58a0c1937c157dbdf82d5ab634d68c99f3098
Linux/Linux
a0bc32b3cacf194dc479b342f006203fd1e1941a - 4c1cdec319b9aadb65737c3eb1f5cb74bd6aa156
... and 5 more
Published
Oct 01, 2025
Tracked Since
Feb 18, 2026