Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2026-35052

CVE-2026-35052: D-Tale RCE Vulnerability

CVE-2026-35052 is a remote code execution flaw in D-Tale affecting publicly hosted instances using redis or shelf storage. Attackers can run malicious code on the server. This article covers technical details, impact, and mitigation.

Published: April 10, 2026

CVE-2026-35052 Overview

D-Tale is a powerful data visualization tool combining a Flask back-end with a React front-end for viewing and analyzing Pandas data structures. A critical vulnerability exists in versions prior to 3.22.0 that affects users hosting D-Tale publicly while using redis or shelf storage layers. This vulnerability enables remote code execution, allowing attackers to run malicious code on the server.

Critical Impact

Attackers can achieve remote code execution on D-Tale servers configured with redis or shelf storage layers when exposed to public networks, potentially leading to complete system compromise.

Affected Products

  • D-Tale versions prior to 3.22.0
  • D-Tale deployments using redis storage layer
  • D-Tale deployments using shelf storage layer

Discovery Timeline

  • 2026-04-06 - CVE CVE-2026-35052 published to NVD
  • 2026-04-07 - Last updated in NVD database

Technical Details for CVE-2026-35052

Vulnerability Analysis

This vulnerability is classified under CWE-79, indicating cross-site scripting characteristics, though the primary impact described is remote code execution. The vulnerability affects D-Tale installations that are publicly accessible and utilize either redis or shelf storage backends for data persistence. The combination of public exposure and these specific storage configurations creates an attack surface that allows remote attackers to inject and execute malicious code on the target server.

The attack requires network access and some user interaction, but no authentication is necessary to exploit the vulnerability. While the direct impact on the vulnerable system's confidentiality, integrity, and availability is limited, the vulnerability enables attackers to affect subsequent systems through the compromised D-Tale instance.

Root Cause

The root cause lies in improper handling of user-supplied input when D-Tale processes data through redis or shelf storage layers. When these storage backends are configured, the application fails to properly sanitize or validate data before processing, creating an injection point that attackers can exploit to execute arbitrary code on the server.

Attack Vector

The attack vector is network-based, targeting publicly accessible D-Tale instances. An attacker can exploit this vulnerability by sending specially crafted requests to the D-Tale server that leverage the redis or shelf storage processing pipeline. The malicious payload bypasses input validation and gets executed in the server context.

The vulnerability mechanism involves the storage layer processing untrusted input without adequate sanitization. When D-Tale retrieves or processes data from redis or shelf storage, attackers can inject code that gets executed on the server. For technical details on the exploitation mechanism, refer to the GitHub Security Advisory.

Detection Methods for CVE-2026-35052

Indicators of Compromise

  • Unexpected network connections from D-Tale server processes to external hosts
  • Anomalous process execution spawned by Flask/Python worker processes
  • Unusual redis or shelf storage access patterns outside normal application behavior
  • Modified or newly created files in D-Tale server directories

Detection Strategies

  • Monitor web application logs for suspicious request patterns targeting D-Tale endpoints
  • Implement network intrusion detection rules for anomalous traffic to D-Tale instances
  • Deploy file integrity monitoring on D-Tale server directories
  • Audit redis storage access logs for unauthorized or malformed commands

Monitoring Recommendations

  • Configure alerts for D-Tale processes spawning child processes or executing system commands
  • Implement rate limiting and request analysis on publicly exposed D-Tale endpoints
  • Monitor system resource utilization for signs of unauthorized code execution
  • Review Flask application logs for error patterns that may indicate exploitation attempts

How to Mitigate CVE-2026-35052

Immediate Actions Required

  • Upgrade D-Tale to version 3.22.0 or later immediately
  • Restrict public access to D-Tale instances until patching is complete
  • Implement network-level access controls to limit exposure of D-Tale services
  • Review server logs for signs of prior exploitation attempts

Patch Information

The vulnerability has been addressed in D-Tale version 3.22.0. Organizations should update to this version or later to remediate the vulnerability. The fix is available through standard package management channels. For detailed information about the security fix, refer to the GitHub Security Advisory.

Workarounds

  • Avoid exposing D-Tale instances directly to public networks; use VPN or internal network access only
  • Consider switching from redis or shelf storage layers to alternative storage configurations until patching
  • Implement a reverse proxy with Web Application Firewall (WAF) rules in front of D-Tale
  • Enable authentication mechanisms to restrict access to authorized users only
bash
# Configuration example - Restrict D-Tale to localhost only
# Start D-Tale bound to localhost instead of all interfaces
dtale --host 127.0.0.1 --port 40000

# Use nginx as a reverse proxy with access controls
# /etc/nginx/conf.d/dtale.conf
# server {
#     listen 443 ssl;
#     server_name dtale.internal.example.com;
#     
#     # Restrict access to internal network
#     allow 10.0.0.0/8;
#     allow 192.168.0.0/16;
#     deny all;
#     
#     location / {
#         proxy_pass http://127.0.0.1:40000;
#     }
# }

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechD Tale

  • SeverityMEDIUM

  • CVSS Score5.3

  • EPSS Probability0.45%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:P/VC:N/VI:N/VA:N/SC:L/SI:L/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-79
  • Technical References
  • GitHub Security Advisory
  • Related CVEs
  • CVE-2026-27194: D-Tale RCE Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English