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-2020-37117

CVE-2020-37117: jizhiCMS Path Traversal Vulnerability

CVE-2020-37117 is a path traversal flaw in jizhiCMS 1.6.7 allowing authenticated admins to download arbitrary files via the plugins update endpoint. This article covers technical details, affected versions, and mitigation.

Published: February 6, 2026

CVE-2020-37117 Overview

jizhiCMS 1.6.7 contains a file download vulnerability in the admin plugins update endpoint that allows authenticated administrators to download arbitrary files. Attackers can exploit the vulnerability by sending crafted POST requests with malicious filepath and download_url parameters to trigger unauthorized file downloads. This vulnerability is classified as CWE-434 (Unrestricted Upload of File with Dangerous Type).

Critical Impact

Authenticated administrators can leverage this vulnerability to download arbitrary files from the server, potentially exposing sensitive configuration files, database credentials, and other critical system data.

Affected Products

  • jizhiCMS version 1.6.7

Discovery Timeline

  • February 5, 2026 - CVE-2020-37117 published to NVD
  • February 5, 2026 - Last updated in NVD database

Technical Details for CVE-2020-37117

Vulnerability Analysis

This arbitrary file download vulnerability exists in the admin plugins update endpoint of jizhiCMS 1.6.7. The flaw stems from insufficient validation of user-supplied input in the filepath and download_url parameters. When an authenticated administrator sends a specially crafted POST request to the vulnerable endpoint, the application fails to properly sanitize or restrict the file paths that can be accessed.

The vulnerability allows attackers with administrative credentials to bypass intended access controls and download files from arbitrary locations on the server's filesystem. This could include sensitive configuration files containing database credentials, application secrets, or other confidential data that should not be accessible through the web interface.

Root Cause

The root cause of this vulnerability is inadequate input validation on the filepath and download_url parameters in the plugin update functionality. The application does not implement proper path traversal protections or whitelist validation to ensure that only legitimate plugin files can be downloaded. This allows attackers to manipulate these parameters to reference files outside the intended plugin directory structure.

Attack Vector

The attack is network-based and requires the attacker to have authenticated administrative access to the jizhiCMS installation. Once authenticated, the attacker can craft malicious POST requests to the admin plugins update endpoint, manipulating the filepath and download_url parameters to specify arbitrary file locations on the target server.

The exploitation process involves:

  1. Authenticating to the jizhiCMS admin panel with valid administrator credentials
  2. Crafting a POST request to the plugins update endpoint
  3. Manipulating the filepath parameter with path traversal sequences or absolute paths
  4. Triggering the download of sensitive files from outside the intended directory

For detailed technical analysis and exploitation methodology, see the Exploit-DB #48361 entry and the VulnCheck Advisory for JizhiCMS.

Detection Methods for CVE-2020-37117

Indicators of Compromise

  • Unusual POST requests to admin plugin update endpoints containing path traversal sequences such as ../ or absolute file paths
  • Access log entries showing requests for sensitive files like /etc/passwd, configuration files, or database credential files through the CMS
  • Anomalous download activity from administrative sessions targeting non-plugin file locations
  • Unexpected file access patterns in web server logs originating from the admin panel

Detection Strategies

  • Monitor HTTP POST requests to the admin plugins update endpoint for suspicious filepath or download_url parameter values
  • Implement web application firewall (WAF) rules to detect and block path traversal patterns in request parameters
  • Enable detailed logging on the jizhiCMS installation to capture all administrative actions
  • Deploy file integrity monitoring to detect unauthorized access to sensitive system files

Monitoring Recommendations

  • Configure alerting for unusual file download patterns from the administrative interface
  • Review authentication logs for compromised administrator accounts that may be used to exploit this vulnerability
  • Implement network-level monitoring to detect data exfiltration attempts following successful exploitation
  • Regularly audit administrative user accounts and access privileges

How to Mitigate CVE-2020-37117

Immediate Actions Required

  • Restrict administrative access to trusted IP addresses only using network-level controls
  • Review and audit all administrator accounts for unauthorized access or suspicious activity
  • Consider disabling or restricting access to the plugins update functionality until a patch is available
  • Implement additional authentication factors for administrative access

Patch Information

Consult the JizhiCMS Homepage for the latest version information and security updates. Organizations should upgrade to a patched version of jizhiCMS as soon as one becomes available. Review the VulnCheck Advisory for JizhiCMS for the most current remediation guidance.

Workarounds

  • Implement strict access controls limiting which IP addresses can access the administrative interface
  • Use a web application firewall to filter requests containing path traversal sequences in the filepath and download_url parameters
  • Consider running jizhiCMS in a containerized environment with limited filesystem access to reduce the impact of arbitrary file downloads
  • Temporarily disable the plugins update feature if it is not critical to operations
bash
# Example: Restrict admin access by IP in .htaccess
<Directory "/path/to/jizhicms/admin">
    Order Deny,Allow
    Deny from all
    Allow from 192.168.1.0/24
    Allow from 10.0.0.0/8
</Directory>

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

  • Vulnerability Details
  • TypePath Traversal

  • Vendor/TechJizhicms

  • SeverityHIGH

  • CVSS Score8.6

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:H/UI:N/VC:H/VI:H/VA:H/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
  • AvailabilityHigh
  • CWE References
  • CWE-434
  • Technical References
  • Exploit-DB #48361

  • JizhiCMS Homepage

  • VulnCheck Advisory for JizhiCMS
  • Related CVEs
  • CVE-2026-29840: Jizhicms Stored XSS Vulnerability

  • CVE-2026-3292: Jizhicms SQL Injection Vulnerability

  • CVE-2025-70397: Jizhicms SQL Injection Vulnerability
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