CVE-2023-22443
10.05.2023, 14:15
Integer overflow in some Intel(R) Server Board BMC firmware before version 2.90 may allow a privileged user to enable denial of service via local access.Enginsight
Vendor | Product | Version |
---|---|---|
intel | server_system_d50tnp1mhcrlc_firmware | 𝑥 < 2.90 |
intel | server_system_d50tnp1mhcpac_firmware | 𝑥 < 2.90 |
intel | server_system_d50tnp2mhsvac_firmware | 𝑥 < 2.90 |
intel | server_system_d50tnp2mhstac_firmware | 𝑥 < 2.90 |
intel | server_system_d50tnp1mhcrac_firmware | 𝑥 < 2.90 |
intel | server_system_d50tnp2mfalac_firmware | 𝑥 < 2.90 |
intel | server_system_m50cyp1ur204_firmware | 𝑥 < 2.90 |
intel | server_system_m50cyp1ur212_firmware | 𝑥 < 2.90 |
intel | server_system_m50cyp2ur312_firmware | 𝑥 < 2.90 |
intel | server_system_m50cyp2ur208_firmware | 𝑥 < 2.90 |
𝑥
= Vulnerable software versions
Common Weakness Enumeration
- CWE-680 - Integer Overflow to Buffer OverflowThe product performs a calculation to determine how much memory to allocate, but an integer overflow can occur that causes less memory to be allocated than expected, leading to a buffer overflow.
- CWE-190 - Integer Overflow or WraparoundThe software performs a calculation that can produce an integer overflow or wraparound, when the logic assumes that the resulting value will always be larger than the original value. This can introduce other weaknesses when the calculation is used for resource management or execution control.