LiveActive security incident?Get immediate response
CVE Record

CVE-2020-37078: i-doit Open Source CMDB 1.14.1 - Arbitrary File Deletion

i-doit Open Source CMDB 1.14.1 contains a file deletion vulnerability in the import module that allows authenticated attackers to delete arbitrary files by manipulating the delete_import parameter. Attackers can send a POST request to the import module with a crafted filename to remove files from the server's filesystem.

HighCVSS 8.8Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

An authenticated user of i-doit Open Source CMDB 1.14.1 may be able to delete arbitrary server files through the import module. For a CMDB, this can disrupt operations, corrupt configuration records, or damage the application host. The issue is high urgency where this version is still deployed and reachable by untrusted or weakly controlled accounts.

Executive priority

Prioritize remediation for exposed or business-critical CMDB deployments. Although active exploitation is not confirmed, public exploit information and high potential impact make this a near-term risk, especially where authentication controls are weak or many users have application access.

Technical view

CVE-2020-37078 is a CWE-73 file deletion flaw in i-doit Open Source CMDB 1.14.1. Sources describe manipulation of the delete_import parameter in the import module via POST, allowing authenticated network attackers to remove files from the server filesystem. CVSS 3.1 is 8.8, with low complexity, low privileges, no user interaction, and high CIA impact.

Likely exposure

Exposure is most likely in internet-facing or broadly accessible i-doit Open Source CMDB 1.14.1 instances where users can authenticate to the application. Risk increases if accounts are shared, weakly managed, or granted access to import functionality. The provided sources identify only version 1.14.1 as affected.

Exploitation context

The source bundle includes an ExploitDB reference, indicating public exploit information exists. CISA KEV status is false in the provided data, and no cited source states active exploitation. Exploitation requires authentication but does not require user interaction, making compromised or low-privilege accounts a practical concern.

Researcher notes

Evidence is limited to the cited CVE, advisory, and exploit reference. The bundle does not name a fixed version or vendor mitigation. Do not assume broader version impact beyond 1.14.1 without vendor confirmation. Treat ExploitDB as public exploit availability, not proof of active exploitation.

Mitigation direction

  • Identify any deployed i-doit Open Source CMDB 1.14.1 instances.
  • Check vendor guidance for fixed versions or official remediation.
  • Upgrade if the vendor identifies a non-affected release.
  • Restrict access to the application and import module to trusted users.
  • Review and reduce unnecessary user privileges.
  • Ensure current backups exist for application files and CMDB data.

Validation and detection

  • Confirm product name and version on all i-doit deployments.
  • Verify whether the import module is enabled or accessible.
  • Review application logs for suspicious POST activity involving delete_import.
  • Check filesystem integrity against known-good backups or baselines.
  • Confirm user accounts with import access are legitimate and necessary.
Prepared
Confidence
high
Sources
6

Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.

Potential ATT&CK relevance

Conservative CVE-to-ATT&CK context

These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.

ATT&CK lookup starting points

Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.

cwe · medium confidence lookup

CWE-73: File access and web shell behavior lookup

File traversal and upload weaknesses can lead teams to review file, web shell, execution, and collection telemetry. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.

Open ATT&CK lookup
description · low confidence lookup

File access behavior lookup

The CVE wording references file access or upload behavior, so file telemetry and web shell review may help. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2020-37078 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
High
CVSS
8.8 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H

Official CVE source material

CNA and ADP enrichment extracted from CVE v5

These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.

1CVSS vectors
0Timeline events
0ADP providers
5Source links

CVSS vector scores

1 official score

We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.

ScoreVersionSeverityVectorExploitImpactSource
8.8CVSS 3.1HighCVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H2.85.9Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

8.8High
CVSS 3.1 vector shape for CVE-2020-37078Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Privileges Required
NoneLowHigh
User Interaction
NoneRequired
Scope
ChangedUnchanged
Confidentiality Impact
HighLowNone
Integrity Impact
HighLowNone
Availability Impact
HighLowNone

Source materials

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
i-doit GmbHi-doit Open Source CMDB1.14.1Listed
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.

CWE-73 · source CWE mapping

External Control of File Name or Path

External Control of File Name or Path represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.