CVE-2021-36347
25.01.2022, 23:15
iDRAC9 versions prior to 5.00.20.00 and iDRAC8 versions prior to 2.82.82.82 contain a stack-based buffer overflow vulnerability. An authenticated remote attacker with high privileges could potentially exploit this vulnerability to control process execution and gain access to the iDRAC operating system.Enginsight
Vendor | Product | Version |
---|---|---|
dell | integrated_dell_remote_access_controller_8_firmware | 𝑥 < 2.82.82.82 |
dell | integrated_dell_remote_access_controller_9_firmware | 𝑥 < 5.00.20.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.