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-37078

CVE-2020-37078: i-doit CMDB Path Traversal Vulnerability

CVE-2020-37078 is a path traversal flaw in i-doit Open Source CMDB 1.14.1 that enables authenticated attackers to delete arbitrary files via the import module. This article covers technical details, impact, and mitigation.

Published: February 6, 2026

CVE-2020-37078 Overview

CVE-2020-37078 is an arbitrary file deletion vulnerability affecting i-doit Open Source CMDB version 1.14.1. The vulnerability exists in the import module and allows authenticated attackers to delete arbitrary files on the server's filesystem by manipulating the delete_import parameter. By sending a specially crafted POST request to the import module with a malicious filename, an attacker can remove critical system files, configuration files, or application data from the vulnerable server.

Critical Impact

Authenticated attackers can delete arbitrary files from the server filesystem, potentially causing denial of service, data loss, or facilitating further attacks by removing security controls.

Affected Products

  • i-doit Open Source CMDB 1.14.1

Discovery Timeline

  • 2026-02-03 - CVE CVE-2020-37078 published to NVD
  • 2026-02-04 - Last updated in NVD database

Technical Details for CVE-2020-37078

Vulnerability Analysis

This vulnerability is classified under CWE-73 (External Control of File Name or Path), which occurs when an application uses external input to construct a pathname that should be within a restricted directory, but the application does not properly neutralize special elements that could cause the pathname to resolve to a location outside of that directory.

In the case of i-doit Open Source CMDB 1.14.1, the import module fails to properly validate or sanitize the delete_import parameter before using it in file deletion operations. This allows authenticated users to specify arbitrary file paths, including those outside the intended import directory, enabling deletion of any file accessible to the web server process.

The network-based attack vector means exploitation can occur remotely once authentication is achieved. While authentication is required (reducing the likelihood of opportunistic attacks), any user with valid credentials to the CMDB system could potentially exploit this vulnerability. The impact is significant as it affects both integrity (arbitrary file modification/deletion) and availability (potential denial of service through deletion of critical files).

Root Cause

The root cause of this vulnerability lies in insufficient input validation within the import module's file deletion functionality. The application fails to implement proper path canonicalization and validation checks on the delete_import parameter, allowing directory traversal sequences or absolute paths to reference files outside the intended scope. The lack of a whitelist-based approach or proper sandboxing of file operations enables attackers to manipulate the file path and target arbitrary filesystem locations.

Attack Vector

The attack is conducted over the network against the i-doit web application. An authenticated attacker crafts a malicious POST request to the import module endpoint, including a manipulated delete_import parameter. This parameter typically accepts filenames for legitimate import file cleanup operations, but due to the lack of validation, attackers can include path traversal sequences (such as ../) or absolute paths to target files outside the import directory.

The attacker could target critical configuration files like .htaccess, database configuration files, or even system files if the web server has sufficient permissions. This could lead to application misconfiguration, denial of service, or create conditions for further exploitation.

For technical details and proof-of-concept information, refer to the Exploit-DB #48427 entry and the VulnCheck Advisory for i-doit.

Detection Methods for CVE-2020-37078

Indicators of Compromise

  • Unexpected POST requests to the i-doit import module containing path traversal sequences (../) in the delete_import parameter
  • Web server access logs showing requests with unusually long or suspicious file paths in import-related endpoints
  • Missing critical application or system files without explanation
  • Application errors or service disruptions following suspicious import module activity

Detection Strategies

  • Implement web application firewall (WAF) rules to detect and block requests containing path traversal patterns in POST parameters
  • Monitor application and web server logs for anomalous requests to the import module, particularly those with suspicious delete_import values
  • Deploy file integrity monitoring (FIM) on critical system and application files to detect unauthorized deletions
  • Configure intrusion detection systems (IDS) to alert on HTTP requests containing directory traversal sequences targeting i-doit endpoints

Monitoring Recommendations

  • Enable detailed logging for the i-doit import module and review logs regularly for suspicious activity
  • Set up alerts for file deletion events on the server, particularly in application directories and system paths
  • Monitor for authentication attempts followed by immediate import module access patterns that may indicate exploitation attempts
  • Implement real-time log analysis to correlate authentication events with subsequent file operations

How to Mitigate CVE-2020-37078

Immediate Actions Required

  • Upgrade i-doit Open Source CMDB to a patched version that addresses this vulnerability
  • Restrict access to the import module to only trusted administrative users
  • Implement web application firewall rules to block path traversal attempts
  • Review and limit file system permissions for the web server process to minimize the impact of potential exploitation
  • Audit user accounts and remove unnecessary access privileges

Patch Information

Organizations using i-doit Open Source CMDB 1.14.1 should check the i-doit Official Website and SourceForge Project Page for updated versions that address this vulnerability. Apply the latest security patches as they become available.

Workarounds

  • Disable or restrict access to the import module if it is not required for business operations
  • Implement additional access controls at the web server level (e.g., IP-based restrictions) to limit who can access the import functionality
  • Deploy a web application firewall configured to block requests containing path traversal sequences or suspicious file paths
  • Run the web server process with minimal file system permissions to limit the scope of potential file deletions
bash
# Example: Restrict import module access via Apache .htaccess
<Location "/i-doit/src/tools/php/import">
    Require ip 192.168.1.0/24
    Require valid-user
    # Additional authentication layer
</Location>

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

  • Vulnerability Details
  • TypePath Traversal

  • Vendor/TechIdoit

  • SeverityHIGH

  • CVSS Score7.2

  • EPSS Probability0.05%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:N/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-73
  • Technical References
  • SourceForge Project Page

  • Exploit-DB #48427

  • i-doit Official Website

  • VulnCheck Advisory for i-doit
  • Latest CVEs
  • CVE-2025-70797: LimeSurvey XSS Vulnerability

  • CVE-2025-30650: Juniper Junos OS Auth Bypass Vulnerability

  • CVE-2026-35471: Goshs Path Traversal Vulnerability

  • CVE-2026-35393: Goshs Path Traversal Vulnerability
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