CVE-2020-37186
Published: 11 February 2026
Summary
CVE-2020-37186 is a critical-severity Code Injection (CWE-94) vulnerability in Chevereto (inferred from references). Its CVSS base score is 9.8 (Critical).
Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 33.2th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.
The strongest mitigations our analysis identified are NIST 800-53 SI-10 (Information Input Validation) and SI-2 (Flaw Remediation).
Threat & Defense at a Glance
Threat & Defense Details
Mitigating Controls (NIST 800-53 r5)AI
Requires validation and sanitization of the database table prefix parameter to directly prevent malicious code injection during the installation process.
Enforces restrictions on information inputs like the table prefix to prohibit malicious payloads that could create PHP shell files.
Mandates timely flaw remediation by applying patches to fix the RCE vulnerability in Chevereto's database configuration installation.
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
The vulnerability is a public-facing web application RCE (T1190) that allows unauthenticated attackers to write a PHP web shell to disk (T1100), enabling arbitrary command execution.
NVD Description
Chevereto 3.13.4 Core contains a remote code execution vulnerability that allows attackers to inject malicious code during database configuration installation. Attackers can manipulate the database table prefix parameter to write a PHP shell file and execute arbitrary system commands through…
more
a crafted POST request.
Deeper analysisAI
CVE-2020-37186, published on 2026-02-11, is a remote code execution vulnerability (CWE-94) affecting Chevereto 3.13.4 Core, with a CVSS v3.1 base score of 9.8 (AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H). The flaw occurs during the database configuration installation process, where attackers can manipulate the database table prefix parameter in a crafted POST request to inject malicious code, resulting in the creation of a PHP shell file.
Remote attackers require no privileges, authentication, or user interaction to exploit this vulnerability over the network with low complexity. Successful exploitation allows attackers to execute arbitrary system commands on the target server, potentially leading to full compromise including high confidentiality, integrity, and availability impacts.
Advisories and patches are referenced across provided sources, including the official Chevereto website, GitHub releases for Chevereto-Free, an Exploit-DB entry (47903) detailing a public proof-of-concept, and a Vulncheck advisory on the Chevereto Core remote code execution issue. Security practitioners should consult these for mitigation steps, such as applying updated releases.
Details
- CWE(s)