CVE-2023-37294
09.01.2024, 23:15
AMIs SPx contains a vulnerability in the BMC where an Attacker may cause a heap memory corruption via an adjacent network. A successful exploitation of this vulnerability may lead to a loss of confidentiality, integrity, and/or availability.Enginsight
Vendor | Product | Version |
---|---|---|
ami | megarac_sp-x | 12 ≤ 𝑥 < 12.7 |
ami | megarac_sp-x | 13 ≤ 𝑥 < 13.6 |
𝑥
= Vulnerable software versions
Common Weakness Enumeration
- CWE-122 - Heap-based Buffer OverflowA heap overflow condition is a buffer overflow, where the buffer that can be overwritten is allocated in the heap portion of memory, generally meaning that the buffer was allocated using a routine such as malloc().
- CWE-787 - Out-of-bounds WriteThe software writes data past the end, or before the beginning, of the intended buffer.