CVE-2020-37186
Published: 11 February 2026
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.
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.
Security SummaryAI
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)
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.