CVE-2022-26612

In Apache Hadoop, The unTar function uses unTarUsingJava function on Windows and the built-in tar utility on Unix and other OSes. As a result, a TAR entry may create a symlink under the expected extraction directory which points to an external directory. A subsequent TAR entry may extract an arbitrary file into the external directory using the symlink name. This however would be caught by the same targetDirPath check on Unix because of the getCanonicalPath call. However on Windows, getCanonicalPath doesn't resolve symbolic links, which bypasses the check. unpackEntries during TAR extraction follows symbolic links which allows writing outside expected base directory on Windows. This was addressed in Apache Hadoop 3.2.3
Configurations

Configuration 1 (hide)

AND
OR cpe:2.3:a:apache:hadoop:*:*:*:*:*:*:*:*
cpe:2.3:a:apache:hadoop:3.3.1:-:*:*:*:*:*:*
cpe:2.3:a:apache:hadoop:3.3.2:-:*:*:*:*:*:*
cpe:2.3:o:microsoft:windows:-:*:*:*:*:*:*:*

History

08 Aug 2023, 14:21

Type Values Removed Values Added
CWE CWE-22 CWE-59

09 Sep 2022, 16:52

Type Values Removed Values Added
References (CONFIRM) https://security.netapp.com/advisory/ntap-20220519-0004/ - (CONFIRM) https://security.netapp.com/advisory/ntap-20220519-0004/ - Third Party Advisory

19 May 2022, 20:15

Type Values Removed Values Added
References
  • (CONFIRM) https://security.netapp.com/advisory/ntap-20220519-0004/ -

15 Apr 2022, 14:58

Type Values Removed Values Added
First Time Microsoft windows
Microsoft
Apache
Apache hadoop
CVSS v2 : unknown
v3 : unknown
v2 : 7.5
v3 : 9.8
CWE CWE-22
CPE cpe:2.3:a:apache:hadoop:*:*:*:*:*:*:*:*
cpe:2.3:a:apache:hadoop:3.3.1:-:*:*:*:*:*:*
cpe:2.3:a:apache:hadoop:3.3.2:-:*:*:*:*:*:*
cpe:2.3:o:microsoft:windows:-:*:*:*:*:*:*:*
References (MISC) https://lists.apache.org/thread/hslo7wzw2449gv1jyjk8g6ttd7935fyz - (MISC) https://lists.apache.org/thread/hslo7wzw2449gv1jyjk8g6ttd7935fyz - Exploit, Vendor Advisory

07 Apr 2022, 19:50

Type Values Removed Values Added
New CVE

Information

Published : 2022-04-07 19:15

Updated : 2023-12-10 14:22


NVD link : CVE-2022-26612

Mitre link : CVE-2022-26612

CVE.ORG link : CVE-2022-26612


JSON object : View

Products Affected

microsoft

  • windows

apache

  • hadoop
CWE
CWE-59

Improper Link Resolution Before File Access ('Link Following')