The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2022-23793

CVE-2022-23793: Joomla! Path Traversal Vulnerability

CVE-2022-23793 is a path traversal vulnerability in Joomla! CMS that allows attackers to write files outside the intended directory when extracting crafted tar packages. This article covers technical details, affected versions, and mitigation.

Published: February 11, 2026

CVE-2022-23793 Overview

CVE-2022-23793 is a Path Traversal vulnerability (also known as "Zip Slip") affecting Joomla! content management system versions 3.0.0 through 3.10.6 and 4.0.0 through 4.1.0. The vulnerability exists in the TAR archive extractor component, allowing attackers to craft malicious tar packages that, when extracted, write files to arbitrary locations outside the intended extraction directory. This can lead to overwriting critical system files, configuration manipulation, or achieving remote code execution through webshell placement.

Critical Impact

Attackers can exploit this vulnerability to write arbitrary files outside the intended extraction path, potentially overwriting critical configuration files or planting malicious code for remote code execution.

Affected Products

  • Joomla! 3.0.0 through 3.10.6
  • Joomla! 4.0.0 through 4.1.0
  • Any applications utilizing Joomla's TAR archive extraction functionality

Discovery Timeline

  • 2022-03-30 - CVE-2022-23793 published to NVD
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2022-23793

Vulnerability Analysis

This vulnerability falls under CWE-22 (Improper Limitation of a Pathname to a Restricted Directory), commonly referred to as a Path Traversal or "Zip Slip" vulnerability. The flaw resides in Joomla's TAR archive extraction mechanism, which fails to properly validate and sanitize file paths contained within tar archives before writing extracted files to the filesystem.

When a TAR archive is processed, the extraction routine reads the file path information stored within the archive headers. A malicious actor can craft a tar package containing entries with path traversal sequences (such as ../) in the filename. Without proper validation, the extraction process follows these relative path components, allowing files to be written to directories above or outside the intended extraction root.

The vulnerability enables network-based attacks where an authenticated user with extension installation privileges, or an attacker who can influence archive extraction operations, could deploy malicious files to arbitrary filesystem locations.

Root Cause

The root cause is insufficient input validation in Joomla's TAR archive extraction implementation. The extractor does not properly sanitize or validate the destination paths derived from archive entry names before writing files. Specifically, the code fails to:

  1. Normalize and resolve the final destination path
  2. Verify that the resolved path remains within the intended extraction directory
  3. Reject or sanitize entries containing path traversal sequences like ../ or absolute paths

This allows archive entries with crafted filenames to escape the extraction sandbox and write to arbitrary locations accessible by the web server process.

Attack Vector

The attack vector is network-based, requiring no user interaction beyond the initial archive extraction trigger. An attacker would:

  1. Craft a malicious TAR archive containing files with path traversal sequences in their names (e.g., ../../configuration.php or ../../../tmp/shell.php)
  2. Upload or deliver the malicious archive through an extension installation mechanism, template upload, or any functionality that processes TAR archives
  3. When the archive is extracted, the malicious files are written to locations outside the intended extraction directory

The vulnerability mechanism works by embedding traversal sequences within the tar archive structure. When the TAR extractor processes entries, it concatenates the extraction directory with the entry's stored filename. Without proper path canonicalization and boundary checking, a filename like ../../../config/settings.php would cause the extractor to write outside the intended directory.

For detailed technical analysis and proof-of-concept information, refer to the Packet Storm Exploit Analysis.

Detection Methods for CVE-2022-23793

Indicators of Compromise

  • Unexpected file modifications or new files appearing outside Joomla's installation directories
  • Web server access logs showing requests to newly created files in non-standard locations
  • Modified configuration.php or other critical Joomla configuration files with unexpected timestamps
  • Presence of suspicious PHP files in system directories (e.g., /tmp/, web root parent directories)
  • Audit logs indicating archive extraction operations followed by unauthorized file access

Detection Strategies

  • Monitor file integrity for critical Joomla files including configuration.php, index.php, and files in the administrator/ directory
  • Implement web application firewall (WAF) rules to detect and block malicious archive uploads containing path traversal patterns
  • Deploy endpoint detection solutions like SentinelOne to identify anomalous file write operations by the web server process
  • Analyze archive uploads for entries containing ../ sequences before processing

Monitoring Recommendations

  • Enable comprehensive file system auditing on Joomla installation directories and parent paths
  • Configure real-time alerting for any file modifications outside expected update windows
  • Monitor web server error logs for path-related errors that may indicate exploitation attempts
  • Implement behavioral analysis to detect archive extraction processes writing to unexpected locations

How to Mitigate CVE-2022-23793

Immediate Actions Required

  • Update Joomla! 3.x installations to version 3.10.7 or later immediately
  • Update Joomla! 4.x installations to version 4.1.1 or later immediately
  • Review web server filesystem permissions to minimize the impact of potential file write exploits
  • Audit recently extracted archives and verify no unauthorized files were created outside expected directories

Patch Information

Joomla has released security updates addressing this vulnerability. Organizations should apply the official patches as follows:

  • Joomla 3.x: Upgrade to version 3.10.7 or later
  • Joomla 4.x: Upgrade to version 4.1.1 or later

The patch implements proper path validation and sanitization in the TAR extraction routine, ensuring that extracted files cannot be written outside the designated extraction directory. For complete patch details and download links, consult the Joomla Security Advisory.

Workarounds

  • Restrict extension installation capabilities to only trusted administrators until patches can be applied
  • Implement file system permissions that prevent the web server process from writing to directories outside the Joomla installation
  • Use a web application firewall (WAF) to filter archive uploads and reject those containing path traversal patterns
  • Disable or restrict TAR archive processing functionality if not required for operations
bash
# Restrict web server write permissions to Joomla directories only
# Example for Apache with Joomla installed in /var/www/joomla
chown -R www-data:www-data /var/www/joomla
chmod -R 755 /var/www/joomla
# Ensure parent directories are not writable by web server
chmod 755 /var/www
chown root:root /var/www

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypePath Traversal

  • Vendor/TechJoomla

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability0.05%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-22
  • Technical References
  • Packet Storm Exploit Analysis
  • Vendor Resources
  • Joomla Security Advisory
  • Related CVEs
  • CVE-2021-23132: Joomla! Path Traversal Vulnerability

  • CVE-2026-21627: Tassos Framework Auth Bypass Vulnerability

  • CVE-2026-21623: Easy Discuss for Joomla XSS Vulnerability

  • CVE-2026-21625: Easy Discuss Joomla File Upload Flaw
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English