CVE-2024-25951
09.03.2024, 06:15
A command injection vulnerability exists in local RACADM. A malicious authenticated user could gain control of the underlying operating system.
Vendor | Product | Version |
---|---|---|
dell | integrated_dell_remote_access_controller_8 | 𝑥 < 2.85.85.85 |
dell | idrac8 | 𝑥 < 2.85.85.85 |
𝑥
= Vulnerable software versions
Common Weakness Enumeration
- CWE-1288 - Improper Validation of Consistency within InputThe product receives a complex input with multiple elements or fields that must be consistent with each other, but it does not validate or incorrectly validates that the input is actually consistent.
- CWE-77 - Improper Neutralization of Special Elements used in a Command ('Command Injection')The software constructs all or part of a command using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the intended command when it is sent to a downstream component.