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
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • 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-2020-37219

CVE-2020-37219: Joomla com_fabrik Path Traversal Flaw

CVE-2020-37219 is a directory traversal vulnerability in Joomla com_fabrik 3.9.11 that lets unauthenticated attackers list arbitrary files. This article covers technical details, affected versions, and mitigation.

Published: May 17, 2026

CVE-2020-37219 Overview

CVE-2020-37219 is a directory traversal vulnerability [CWE-22] in the Joomla com_fabrik 3.9.11 extension. Unauthenticated remote attackers can list arbitrary files outside the web root by sending crafted GET requests to the onAjax_files method. The exploit manipulates the folder parameter with path traversal sequences such as ../ to enumerate sensitive system directories. Successful exploitation exposes server filesystem contents without requiring authentication or user interaction. A public proof-of-concept exists on Exploit-DB, increasing the operational risk for Joomla sites running this extension.

Critical Impact

Unauthenticated attackers can enumerate arbitrary filesystem paths on Joomla servers running com_fabrik 3.9.11, exposing configuration files and other sensitive content.

Affected Products

  • Joomla com_fabrik extension version 3.9.11
  • Joomla CMS installations with the Fabrik component installed
  • Web servers hosting vulnerable Fabrik AJAX file handlers

Discovery Timeline

  • 2026-05-13 - CVE-2020-37219 published to NVD
  • 2026-05-13 - Last updated in NVD database

Technical Details for CVE-2020-37219

Vulnerability Analysis

The vulnerability resides in the Fabrik component's AJAX endpoint that handles file listing operations. The onAjax_files method accepts a folder parameter from the HTTP request and uses it to enumerate directory contents. The component fails to canonicalize or validate this parameter against an allowed base directory. Attackers supply path traversal sequences to escape the intended directory and walk the server filesystem.

Because the endpoint does not require authentication, any remote client able to reach the Joomla site can issue the request. The response discloses the names of files in the traversed directory, enabling reconnaissance of system layout, configuration files, and credentials referenced by other components. The disclosure scope is limited to file enumeration rather than full content read, but it provides strong staging information for follow-on attacks.

Root Cause

The root cause is missing input validation on the folder parameter consumed by the onAjax_files AJAX handler. The handler concatenates user-controlled input into a filesystem path without restricting traversal characters or enforcing a chroot-style base directory. This pattern matches [CWE-22] Improper Limitation of a Pathname to a Restricted Directory.

Attack Vector

The attack vector is network-based and unauthenticated. An attacker issues a GET request to the Fabrik AJAX route invoking onAjax_files, supplying a folder value containing ../ sequences to reach directories outside the intended Fabrik upload area. The vulnerability mechanism is documented in Exploit-DB #48263 and the VulnCheck Joomla Advisory. No exploitation code is reproduced here; refer to the upstream advisories for technical specifics.

Detection Methods for CVE-2020-37219

Indicators of Compromise

  • HTTP GET requests to Fabrik AJAX endpoints containing onAjax_files in the query string
  • Requests where the folder parameter contains ../, ..%2f, or other encoded traversal sequences
  • Repeated enumeration requests from a single source IP targeting Fabrik routes

Detection Strategies

  • Inspect web server access logs for query strings combining com_fabrik, onAjax_files, and traversal patterns in the folder parameter.
  • Deploy WAF signatures that flag path traversal payloads against Joomla component routes.
  • Correlate Fabrik request volume against baselines to surface scripted enumeration activity.

Monitoring Recommendations

  • Forward Joomla and reverse proxy logs to a centralized analytics platform for query string inspection.
  • Alert on 200-OK responses to Fabrik AJAX requests carrying suspicious folder values.
  • Monitor outbound connections from web servers for anomalous follow-on activity after suspected enumeration.

How to Mitigate CVE-2020-37219

Immediate Actions Required

  • Identify all Joomla sites running the Fabrik component and confirm the installed version.
  • Disable or unpublish com_fabrik on hosts running version 3.9.11 until a fixed release is applied.
  • Block external access to Fabrik AJAX routes at the WAF or reverse proxy where the component is not required.

Patch Information

Upgrade to a fixed Fabrik release published by the vendor. Refer to the Fabrikar Downloads Section and the Fabrikar Official Site for current releases and release notes. Validate that the deployed component version is later than 3.9.11 after upgrade.

Workarounds

  • Restrict access to /index.php?option=com_fabrik AJAX endpoints using web server ACLs where Fabrik is not publicly required.
  • Add WAF rules that reject requests where the folder parameter contains traversal sequences such as ../ or URL-encoded equivalents.
  • Apply least-privilege filesystem permissions to the web server user so traversal exposes minimal sensitive content.

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 Score8.7

  • EPSS Probability0.25%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-22
  • Technical References
  • Fabrikar Official Site

  • Fabrikar Downloads Section

  • Exploit-DB #48263

  • VulnCheck Joomla Advisory
  • Related CVEs
  • CVE-2022-23793: Joomla! Path Traversal Vulnerability

  • CVE-2021-23132: Joomla! Path Traversal Vulnerability

  • CVE-2020-37224: Joomla J2 JOBS SQLi Vulnerability

  • CVE-2020-37218: Joomla com_hdwplayer SQL Injection 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