CVE-2022-34378
02.09.2022, 18:15
Dell PowerScale OneFS, versions 9.0.0 up to and including 9.1.0.20, 9.2.1.13, 9.3.0.6, and 9.4.0.3, contain a relative path traversal vulnerability. A low privileged local attacker could potentially exploit this vulnerability, leading to denial of service.
Vendor | Product | Version |
---|---|---|
dell | emc_powerscale_onefs | 9.1.0.0 ≤ 𝑥 ≤ 9.1.0.20 |
dell | emc_powerscale_onefs | 9.2.1.0 ≤ 𝑥 ≤ 9.2.1.13 |
dell | emc_powerscale_onefs | 9.3.0.0 ≤ 𝑥 ≤ 9.3.0.6 |
dell | emc_powerscale_onefs | 9.4.0.0 ≤ 𝑥 ≤ 9.4.0.3 |
𝑥
= Vulnerable software versions
Common Weakness Enumeration
- CWE-23 - Relative Path TraversalThe software uses external input to construct a pathname that should be within a restricted directory, but it does not properly neutralize sequences such as ".." 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.