CVE-2019-3705
26.04.2019, 19:29
Dell EMC iDRAC6 versions prior to 2.92, iDRAC7/iDRAC8 versions prior to 2.61.60.60, and iDRAC9 versions prior to 3.20.21.20, 3.21.24.22, 3.21.26.22 and 3.23.23.23 contain a stack-based buffer overflow vulnerability. An unauthenticated remote attacker may potentially exploit this vulnerability to crash the webserver or execute arbitrary code on the system with privileges of the webserver by sending specially crafted input data to the affected system.
Vendor | Product | Version |
---|---|---|
dell | idrac6_firmware | 𝑥 < 2.92 |
dell | idrac7_firmware | 𝑥 < 2.61.60.60 |
dell | idrac8_firmware | 𝑥 < 2.61.60.60 |
dell | idrac9_firmware | 𝑥 < 3.20.21.20 |
𝑥
= Vulnerable software versions
Common Weakness Enumeration
- CWE-120 - Buffer Copy without Checking Size of Input ('Classic Buffer Overflow')The program copies an input buffer to an output buffer without verifying that the size of the input buffer is less than the size of the output buffer, leading to a buffer overflow.
- CWE-787 - Out-of-bounds WriteThe software writes data past the end, or before the beginning, of the intended buffer.