CVE-2024-51534
01.02.2025, 04:15
Dell PowerProtect DD versions prior to DDOS 8.3.0.0, 7.10.1.50, and 7.13.1.20 contain a path traversal vulnerability. A local low privileged could potentially exploit this vulnerability to gain unauthorized overwrite of OS files stored on the server filesystem. Exploitation could lead to denial of service.
Vendor | Product | Version |
---|---|---|
dell | data_domain_operating_system | 7.10.1.0 ≤ 𝑥 < 7.10.1.50 |
dell | data_domain_operating_system | 7.13.1.0 ≤ 𝑥 < 7.13.1.20 |
dell | data_domain_operating_system | 7.14.0.0 ≤ 𝑥 < 8.3.0.0 |
𝑥
= Vulnerable software versions
Common Weakness Enumeration
- CWE-29 - Path Traversal: '\..\filename'The software uses external input to construct a pathname that should be within a restricted directory, but it does not properly neutralize '\..\filename' (leading backslash dot dot) sequences that can resolve to a location that is outside of that directory.
- CWE-22 - Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')The software uses external input to construct a pathname that is intended to identify a file or directory that is located underneath a restricted parent directory, but the software does not properly neutralize special elements within the pathname that can cause the pathname to resolve to a location that is outside of the restricted directory.