LiveActive security incident?Get immediate response
CVE Record

CVE-2020-37117: jizhiCMS 1.6.7 - Arbitrary File Download

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.

HighCVSS 8.8Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

CVE-2020-37117 affects jizhiCMS 1.6.7. An authenticated administrator can abuse a plugin update download function to retrieve arbitrary files from the server. This could expose sensitive configuration, credentials, or application data. Public exploit material exists, but the provided sources do not show active exploitation in the wild.

Executive priority

Treat this as high priority for organizations running jizhiCMS 1.6.7, especially if the admin interface is exposed. The vulnerability can expose sensitive server files after admin authentication. Prioritize inventory, access restriction, credential review, and vendor remediation checks.

Technical view

The issue is in the admin plugins update endpoint. Crafted POST parameters for file path and download URL can trigger unauthorized file download. The CVSS 3.1 score is 8.8 with low attack complexity and required low privileges. The record lists CWE-434, though the described behavior is arbitrary file download/path handling.

Likely exposure

Exposure is most likely where jizhiCMS 1.6.7 is deployed and administrator access is reachable by untrusted or compromised accounts. Internet-exposed admin panels increase risk, but exploitation still requires authenticated administrative privileges according to the source bundle.

Exploitation context

ExploitDB lists public exploit material for this vulnerability. CISA KEV status is false in the provided data, and no cited source states active exploitation. The main realistic threat is abuse by a malicious administrator or by an attacker who has already obtained admin credentials.

Researcher notes

The available sources identify jizhiCMS 1.6.7 and public exploit availability. They do not provide evidence of KEV listing or active exploitation. The CWE mapping appears imprecise for the described arbitrary file download behavior, so validate against the CVE and advisory text when tracking internally.

Mitigation direction

  • Identify any jizhiCMS 1.6.7 deployments.
  • Check vendor guidance for a fixed version or official mitigation.
  • Restrict access to jizhiCMS administrative interfaces.
  • Review and reduce administrator accounts and permissions.
  • Monitor admin activity for unusual plugin update or file download behavior.
  • Rotate secrets if sensitive files may have been exposed.

Validation and detection

  • Confirm the installed jizhiCMS version.
  • Verify whether the admin plugins update endpoint is reachable.
  • Review web server and application logs for suspicious admin download activity.
  • Check whether administrator accounts show compromise indicators.
  • Validate that any vendor-recommended update or mitigation is applied.
Prepared
Confidence
high
Sources
5

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-434: 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-37117 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
4Source 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-37117Attack 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
jizhiCMSjizhiCMS1.6.7Listed
Weakness

CWE details

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

CWE-434 · source CWE mapping

Unrestricted Upload of File with Dangerous Type

Unrestricted Upload of File with Dangerous Type represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.