ghsa-8wm5-8h9c-47pc
Vulnerability from github
Apache Hadoop's FileUtil.unTar(File, File)
API does not escape the input file name before being passed to the shell. An attacker can inject arbitrary commands. This is only used in Hadoop 3.3 InMemoryAliasMap.completeBootstrapTransfer, which is only ever run by a local user. It has been used in Hadoop 2.x for yarn localization, which does enable remote code execution. It is used in Apache Spark, from the SQL command ADD ARCHIVE. As the ADD ARCHIVE command adds new binaries to the classpath, being able to execute shell scripts does not confer new permissions to the caller. SPARK-38305. "Check existence of file before untarring/zipping", which is included in 3.3.0, 3.1.4, 3.2.2, prevents shell commands being executed, regardless of which version of the hadoop libraries are in use. Users should upgrade to Apache Hadoop 2.10.2, 3.2.4, 3.3.3 or upper (including HADOOP-18136).
{ "affected": [ { "package": { "ecosystem": "Maven", "name": "org.apache.hadoop:hadoop-common" }, "ranges": [ { "events": [ { "introduced": "2.0.0" }, { "fixed": "2.10.2" } ], "type": "ECOSYSTEM" } ] }, { "package": { "ecosystem": "Maven", "name": "org.apache.hadoop:hadoop-common" }, "ranges": [ { "events": [ { "introduced": "3.0.0-alpha" }, { "fixed": "3.2.4" } ], "type": "ECOSYSTEM" } ] }, { "package": { "ecosystem": "Maven", "name": "org.apache.hadoop:hadoop-common" }, "ranges": [ { "events": [ { "introduced": "3.3.0" }, { "fixed": "3.3.3" } ], "type": "ECOSYSTEM" } ] } ], "aliases": [ "CVE-2022-25168" ], "database_specific": { "cwe_ids": [ "CWE-78", "CWE-88" ], "github_reviewed": true, "github_reviewed_at": "2022-08-11T21:14:19Z", "nvd_published_at": "2022-08-04T15:15:00Z", "severity": "CRITICAL" }, "details": "Apache Hadoop\u0027s `FileUtil.unTar(File, File)` API does not escape the input file name before being passed to the shell. An attacker can inject arbitrary commands. This is only used in Hadoop 3.3 InMemoryAliasMap.completeBootstrapTransfer, which is only ever run by a local user. It has been used in Hadoop 2.x for yarn localization, which does enable remote code execution. It is used in Apache Spark, from the SQL command ADD ARCHIVE. As the ADD ARCHIVE command adds new binaries to the classpath, being able to execute shell scripts does not confer new permissions to the caller. SPARK-38305. \"Check existence of file before untarring/zipping\", which is included in 3.3.0, 3.1.4, 3.2.2, prevents shell commands being executed, regardless of which version of the hadoop libraries are in use. Users should upgrade to Apache Hadoop 2.10.2, 3.2.4, 3.3.3 or upper (including HADOOP-18136).", "id": "GHSA-8wm5-8h9c-47pc", "modified": "2022-08-11T21:14:19Z", "published": "2022-08-05T00:00:24Z", "references": [ { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-25168" }, { "type": "WEB", "url": "https://github.com/apache/hadoop/commit/cae749b076f35f0be13a926ee8cfbb7ce4402746" }, { "type": "PACKAGE", "url": "https://github.com/apache/hadoop" }, { "type": "WEB", "url": "https://lists.apache.org/thread/mxqnb39jfrwgs3j6phwvlrfq4mlox130" }, { "type": "WEB", "url": "https://security.netapp.com/advisory/ntap-20220915-0007" } ], "schema_version": "1.4.0", "severity": [ { "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", "type": "CVSS_V3" } ], "summary": "Apache Hadoop argument injection vulnerability" }
Sightings
Author | Source | Type | Date |
---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.