CVE-2022-25168

CVSS V2 None CVSS V3 Critical 9.8
Description
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).
Overview
  • CVE ID
  • CVE-2022-25168
  • Assigner
  • security@apache.org
  • Vulnerability Status
  • Analyzed
  • Published Version
  • 2022-08-04T15:15:08
  • Last Modified Date
  • 2022-10-28T18:33:24
CPE Configuration (Product)
CPE Vulnerable Operator Version Start Version End
cpe:2.3:a:apache:hadoop:*:*:*:*:*:*:*:* 1 OR 2.0.0 2.10.1
cpe:2.3:a:apache:hadoop:*:*:*:*:*:*:*:* 1 OR 3.0.0 3.2.3
cpe:2.3:a:apache:hadoop:*:*:*:*:*:*:*:* 1 OR 3.3.0 3.3.2
CVSS Version 3
  • Version
  • 3.1
  • Vector String
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
  • Attack Vector
  • NETWORK
  • Attack Compatibility
  • LOW
  • Privileges Required
  • NONE
  • User Interaction
  • NONE
  • Scope
  • UNCHANGED
  • Confidentiality Impact
  • HIGH
  • Availability Impact
  • HIGH
  • Base Score
  • 9.8
  • Base Severity
  • CRITICAL
  • Exploitability Score
  • 3.9
  • Impact Score
  • 5.9
References
Reference URL Reference Tags
https://lists.apache.org/thread/mxqnb39jfrwgs3j6phwvlrfq4mlox130 Mailing List Vendor Advisory
https://security.netapp.com/advisory/ntap-20220915-0007/ Third Party Advisory
History
Created Old Value New Value Data Type Notes
2022-08-04 16:00:16 Added to TrackCVE