CVE-2023-37293
09.01.2024, 23:15
AMIs SPx contains a vulnerability in the BMC where an Attacker may cause a stack-based buffer overflow 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-121 - Stack-based Buffer OverflowA stack-based buffer overflow condition is a condition where the buffer being overwritten is allocated on the stack (i.e., is a local variable or, rarely, a parameter to a function).
- CWE-787 - Out-of-bounds WriteThe software writes data past the end, or before the beginning, of the intended buffer.