CVE-2021-33036
15.06.2022, 15:15
In Apache Hadoop 2.2.0 to 2.10.1, 3.0.0-alpha1 to 3.1.4, 3.2.0 to 3.2.2, and 3.3.0 to 3.3.1, a user who can escalate to yarn user can possibly run arbitrary commands as root user. Users should upgrade to Apache Hadoop 2.10.2, 3.2.3, 3.3.2 or higher.
Vendor | Product | Version |
---|---|---|
apache | hadoop | 2.2.0 ≤ 𝑥 < 2.10.2 |
apache | hadoop | 3.0.1 ≤ 𝑥 < 3.2.3 |
apache | hadoop | 3.3.0 ≤ 𝑥 < 3.3.2 |
apache | hadoop | 3.0.0:alpha1 |
apache | hadoop | 3.0.0:alpha2 |
apache | hadoop | 3.0.0:alpha3 |
apache | hadoop | 3.0.0:alpha4 |
𝑥
= Vulnerable software versions
Common Weakness Enumeration
- CWE-24 - Path Traversal: '../filedir'The software uses external input to construct a pathname that should be within a restricted directory, but it does not properly neutralize "../" 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.
References