Cyber Posture

CVE-2020-37186

CriticalPublic PoCRCE

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

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

What attackers do: exploitation maps to Exploit Public-Facing Application (T1190) and 1 other technique. What defenders deploy: see the NIST 800-53 controls recommended below.
Threat & Defense Details

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.

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

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)

Affected Products

Chevereto
inferred from references and description; NVD did not file a CPE for this CVE

CVEs Like This One

CVE-2024-13890Shared CWE-94
CVE-2025-56399Shared CWE-94
CVE-2025-70073Shared CWE-94
CVE-2026-1540Shared CWE-94
CVE-2025-70995Shared CWE-94
CVE-2025-69319Shared CWE-94
CVE-2026-27760Shared CWE-94
CVE-2024-13900Shared CWE-94
CVE-2026-2296Shared CWE-94
CVE-2023-53888Shared CWE-94

References