CVE-2019-3736
27.09.2019, 21:15
Dell EMC Integrated Data Protection Appliance versions prior to 2.3 contain a password storage vulnerability in the ACM component. A remote authenticated malicious user with root privileges may potentially use a support tool to decrypt encrypted passwords stored locally on the system to use it to access other components using the privileges of the compromised user.Enginsight
Vendor | Product | Version |
---|---|---|
dell | emc_integrated_data_protection_appliance_firmware | 2.0 |
dell | emc_integrated_data_protection_appliance_firmware | 2.1 |
dell | emc_integrated_data_protection_appliance_firmware | 2.2 |
𝑥
= Vulnerable software versions
Common Weakness Enumeration
- CWE-257 - Storing Passwords in a Recoverable FormatThe storage of passwords in a recoverable format makes them subject to password reuse attacks by malicious users. In fact, it should be noted that recoverable encrypted passwords provide no significant benefit over plaintext passwords since they are subject not only to reuse by malicious attackers but also by malicious insiders. If a system administrator can recover a password directly, or use a brute force search on the available information, the administrator can use the password on other accounts.
- CWE-327 - Use of a Broken or Risky Cryptographic AlgorithmThe use of a broken or risky cryptographic algorithm is an unnecessary risk that may result in the exposure of sensitive information.