
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2023-53474 is a vulnerability discovered in the Linux kernel's x86/MCE/AMD code, specifically related to the handling of MCA (Machine Check Architecture) banks. The issue was disclosed on October 1, 2025, affecting the bank_map implementation which contains a bitfield for bank initialization (Red Hat CVE, NVD).
The vulnerability stems from using an unsigned int type for bankmap when the maximum number of MCA banks is 64 (MAXNR_BANKS). This causes an overflow when bit numbers are >= 32, resulting in UBSAN reporting a shift-out-of-bounds error in arch/x86/kernel/cpu/mce/amd.c:1365:38. The CVSS v3.1 score is 1.9 (AV:L/AC:H/PR:H/UI:N/S:U/C:N/I:N/A:L), indicating a low severity issue (Red Hat CVE).
The impact of this vulnerability is relatively minor, primarily affecting the robustness of systems with up to 64 SMCA banks. It can lead to incorrect handling of bank initialization on AMD systems with Machine Check Architecture implementation (Red Hat CVE).
The fix involves changing the bankmap type from 32-bit to u64 and using the proper BITULL() macro when modifying bits. This change has been implemented in the kernel code to prevent the overflow condition. Red Hat has deferred fixes for Enterprise Linux 8 and 9 versions (Red Hat CVE).
Source: This report was generated using AI
Free Vulnerability Assessment
Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.
Get a personalized demo
"Best User Experience I have ever seen, provides full visibility to cloud workloads."
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
"We know that if Wiz identifies something as critical, it actually is."