Cyber Posture

CVE-2020-37186

CriticalPublic PoC

Published: 11 February 2026

Published
11 February 2026
Modified
15 April 2026
KEV Added
Patch
CVSS Score 9.8 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.0014 33.2th percentile
Risk Priority 20 60% EPSS · 20% KEV · 20% CVSS

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

prevent

Requires validation and sanitization of the database table prefix parameter to directly prevent malicious code injection during the installation process.

prevent

Enforces restrictions on information inputs like the table prefix to prohibit malicious payloads that could create PHP shell files.

prevent

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

T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
T1505.003 Web Shell Persistence
Adversaries may backdoor web servers with web shells to establish persistent access to systems.
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.

Confidence: HIGH · MITRE ATT&CK Enterprise v19.0

References