7.4 CVE-2024-39575

Enriched by CISA
 

update_disk_psu_baseline.sh requires password in plain text
https://nvd.nist.gov/vuln/detail/CVE-2024-39575

Categories

CWE-256 : Plaintext Storage of a Password
The product stores a password in plaintext within resources such as memory or files. Automated static analysis, commonly referred to as Static Application Security Testing (SAST), can find some instances of this weakness by analyzing source code (or binary/compiled code) without having to execute it. Typically, this is done by building a model of data flow and control flow, then searching for potentially-vulnerable patterns that connect "sources" (origins of input) with "sinks" (destinations where the data interacts with external components, a lower layer such as the OS, etc.) Avoid storing passwords in easily accessible locations. Consider storing cryptographic hashes of passwords as an alternative to storing in plaintext. A programmer might attempt to remedy the password management problem by obscuring the password with an encoding function, such as base 64 encoding, but this effort does not adequately protect the password because the encoding can be detected and decoded easily. Remote Terminal Unit (RTU) uses a driver that relies on a password stored in plaintext.

References


 

AFFECTED (from MITRE)


Vendor Product Versions
Dell Dell EMC VxRail Appliance
  • < 7.0.520 [affected]
© 2022 The MITRE Corporation. This work is reproduced and distributed with the permission of The MITRE Corporation.

CPE

cpe start end


REMEDIATION




EXPLOITS


Exploit-db.com

id description date
No known exploits

POC Github

Url
No known exploits

Other Nist (github, ...)

Url
No known exploits


CAPEC


Common Attack Pattern Enumerations and Classifications

id description severity
No entry