CVE-2026-27194
Published: 21 February 2026
Summary
CVE-2026-27194 is a critical-severity Injection (CWE-74) vulnerability in Man D-Tale. 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 34.8th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.
The strongest mitigations our analysis identified are NIST 800-53 SC-14 (Public Access Protections) and SI-10 (Information Input Validation).
Threat & Defense at a Glance
Threat & Defense Details
Mitigating Controls (NIST 800-53 r5)AI
Directly requires timely remediation of known software flaws like this RCE vulnerability by applying the vendor patch in D-Tale version 3.20.0.
Enforces validation of all information inputs to endpoints such as /save-column-filter, preventing improper neutralization that enables RCE.
Provides protections for publicly accessible interfaces like the vulnerable D-Tale endpoint, rejecting unauthorized access or enforcing controls on public exposure.
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
CVE-2026-27194 is a remote code execution vulnerability in a public-facing web application (D-Tale), directly enabling exploitation of public-facing applications via unauthenticated network access.
NVD Description
D-Tale is a visualizer for pandas data structures. Versions prior to 3.20.0 are vulnerable to Remote Code Execution through the /save-column-filter endpoint. Users hosting D-Tale publicly can be vulnerable to remote code execution allowing attackers to run malicious code on…
more
the server. This issue has been fixed in version 3.20.0.
Deeper analysisAI
CVE-2026-27194 is a remote code execution vulnerability affecting D-Tale, a visualizer for pandas data structures, in versions prior to 3.20.0. The flaw exists in the /save-column-filter endpoint, which allows attackers to execute arbitrary code on the server. Published on 2026-02-21, it carries 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) and is associated with CWE-74 (Improper Neutralization of Special Elements used in an SQL Command).
Any unauthenticated attacker with network access to a publicly hosted D-Tale instance can exploit this vulnerability without user interaction or privileges. Successful exploitation enables remote code execution, granting high-impact access to confidentiality, integrity, and availability on the affected server by running malicious code.
The issue has been addressed in D-Tale version 3.20.0. The GitHub security advisory (GHSA-c87c-78rc-vmv2) and fixing commit (431c6148d3c799de20e1dec86c4432f48e3d0746) detail the patch, recommending immediate upgrades for exposed deployments.
Details
- CWE(s)