CVE-2020-5344
31.03.2020, 22:15
Dell EMC iDRAC7, iDRAC8 and iDRAC9 versions prior to 2.65.65.65, 2.70.70.70, 4.00.00.00 contain a stack-based buffer overflow vulnerability. An unauthenticated remote attacker may exploit this vulnerability to crash the affected process or execute arbitrary code on the system by sending specially crafted input data.Enginsight
| Vendor | Product | Version |
|---|---|---|
| dell | idrac7_firmware | 𝑥 < 2.65.65.65 |
| dell | idrac8_firmware | 𝑥 < 2.70.70.70 |
| dell | idrac9_firmware | 𝑥 < 4.00.00.00 |
𝑥
= 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.