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.
Public sources used
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
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-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 lookupFile 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 lookupCVE-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- 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
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.
CVSS vector scores
1 official scoreWe 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.
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H2.85.9Primary CVE scoreVulnerability scoring details
Base CVSS 3.1 score
8.8HighVector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Source materials
- CVE List V5 sourceCVE List V5
- ExploitDB-48361CVE reference · exploit
- Official Vendor HomepageCVE reference · product
- VulnCheck Advisory: jizhiCMS 1.6.7 - Arbitrary File DownloadCVE reference · third-party-advisory
Products and packages named in the record
CWE details
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
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.
