what you don't know can hurt you
Home Files News &[SERVICES_TAB]About Contact Add New

Joomla! 4.1.0 Zip Slip File Overwrite / Path Traversal

Joomla! 4.1.0 Zip Slip File Overwrite / Path Traversal
Posted Mar 30, 2022
Authored by EgiX | Site karmainsecurity.com

Joomla! versions 4.1.0 and below suffer from path traversal and file overwrite vulnerabilities due to misplaced trust in the handling of compressed archives.

tags | exploit, vulnerability
advisories | CVE-2022-23793
SHA-256 | 3659bb2a193b54ec58750cfb109d9f00cfd739f7828d6a6d4fdff0e0ff2be911

Joomla! 4.1.0 Zip Slip File Overwrite / Path Traversal

Change Mirror Download
-------------------------------------------------
Joomla! <= 4.1.0 (Tar.php) Zip Slip Vulnerability
-------------------------------------------------


[-] Software Link:

http://www.joomla.org/


[-] Affected Versions:

Version 4.1.0 and prior versions.
Version 3.10.6 and prior versions.


[-] Vulnerability Description:

The vulnerability is located in the
/libraries/vendor/joomla/archive/src/Tar.php script. Specifically, into
the Joomla\Archive\Tar::extract() method:

113. $this->getTarInfo($this->data);
114.
115. for ($i = 0, $n = \count($this->metadata); $i < $n; $i++)
116. {
117. $type = strtolower($this->metadata[$i]['type']);
118.
119. if ($type == 'file' || $type == 'unix file')
120. {
121. $buffer = $this->metadata[$i]['data'];
122. $path = Path::clean($destination . '/' .
$this->metadata[$i]['name']);
123.
124. // Make sure the destination folder exists
125. if (!Folder::create(\dirname($path)))
126. {
127. throw new \RuntimeException('Unable to create destination
folder ' . \dirname($path));
128. }
129.
130. if (!File::write($path, $buffer))
131. {
132. throw new \RuntimeException('Unable to write entry to file ' .
$path);
133. }
134. }
135. }

The vulnerability exists because the above code is using the filename
within the Tar archive ($path variable created at line 122) to write the
extracted file by using File::write() at line 130, without properly
verifying the destination path. This could be exploited to carry out Zip
Slip (or Path Traversal) attacks and write/overwrite arbitrary files,
potentially resulting in execution of arbitrary PHP code or other
dangerous impacts. In the Joomla! core, successful exploitation of this
vulnerability would require administrator privileges. However, there
could be third-party components using the
Joomla\Archive\Archive::extract() method. In such cases, this might
potentially be exploited also by unauthenticated attackers, depending on
the context.



[-] Solution:

Upgrade to version 3.10.7, 4.1.1, or later.


[-] Disclosure Timeline:

[19/02/2021] - Vendor notified
[21/02/2021] - Vulnerability acknowledged by the vendor
[21/02/2021] - Vendor sent details about a proposed patch
[21/02/2021] - Sent feedback about the patch correctness
[29/03/2022] - Vendor update released
[29/03/2022] - Public disclosure


[-] CVE Reference:

The Common Vulnerabilities and Exposures project (cve.mitre.org)
has assigned the name CVE-2022-23793 to this vulnerability.


[-] Credits:

Vulnerability discovered by Egidio Romano.


[-] Other References:

https://developer.joomla.org/security-centre/870-20220301


[-] Original Advisory:

http://karmainsecurity.com/KIS-2022-05

Login or Register to add favorites

File Archive:

April 2024

  • Su
  • Mo
  • Tu
  • We
  • Th
  • Fr
  • Sa
  • 1
    Apr 1st
    10 Files
  • 2
    Apr 2nd
    26 Files
  • 3
    Apr 3rd
    40 Files
  • 4
    Apr 4th
    6 Files
  • 5
    Apr 5th
    26 Files
  • 6
    Apr 6th
    0 Files
  • 7
    Apr 7th
    0 Files
  • 8
    Apr 8th
    22 Files
  • 9
    Apr 9th
    14 Files
  • 10
    Apr 10th
    10 Files
  • 11
    Apr 11th
    13 Files
  • 12
    Apr 12th
    14 Files
  • 13
    Apr 13th
    0 Files
  • 14
    Apr 14th
    0 Files
  • 15
    Apr 15th
    30 Files
  • 16
    Apr 16th
    10 Files
  • 17
    Apr 17th
    22 Files
  • 18
    Apr 18th
    0 Files
  • 19
    Apr 19th
    0 Files
  • 20
    Apr 20th
    0 Files
  • 21
    Apr 21st
    0 Files
  • 22
    Apr 22nd
    0 Files
  • 23
    Apr 23rd
    0 Files
  • 24
    Apr 24th
    0 Files
  • 25
    Apr 25th
    0 Files
  • 26
    Apr 26th
    0 Files
  • 27
    Apr 27th
    0 Files
  • 28
    Apr 28th
    0 Files
  • 29
    Apr 29th
    0 Files
  • 30
    Apr 30th
    0 Files

Top Authors In Last 30 Days

File Tags

Systems

packet storm

© 2022 Packet Storm. All rights reserved.

Services
Security Services
Hosting By
Rokasec
close