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-41094

CVE-2026-41094: Microsoft Data Formulator RCE Vulnerability

CVE-2026-41094 is a remote code execution vulnerability in Microsoft Data Formulator caused by code injection flaws. Attackers can exploit this to execute unauthorized code over a network. This article covers technical details, affected versions, impact assessment, and mitigation strategies.

Published: May 17, 2026

CVE-2026-41094 Overview

CVE-2026-41094 is a code injection vulnerability in Microsoft Data Formulator, an AI-assisted data visualization tool. The flaw stems from improper control of generated code [CWE-94], allowing an unauthorized attacker to execute arbitrary code over a network. Exploitation requires user interaction, but no privileges or authentication on the target system. Successful exploitation impacts confidentiality, integrity, and availability of the affected host. Microsoft published the advisory on May 12, 2026, and tracks the issue under Microsoft Vulnerability Advisory CVE-2026-41094.

Critical Impact

Attackers can execute arbitrary code on systems running Microsoft Data Formulator by tricking a user into processing a crafted input, gaining full read, write, and disruption capabilities on the host.

Affected Products

  • Microsoft Data Formulator

Discovery Timeline

  • 2026-05-12 - CVE-2026-41094 published to the National Vulnerability Database (NVD)
  • 2026-05-16 - Last updated in NVD database

Technical Details for CVE-2026-41094

Vulnerability Analysis

Microsoft Data Formulator generates and executes code derived from user-supplied input as part of its AI-driven data transformation workflow. The product fails to properly neutralize directives embedded within that input before passing them to a code generation or execution stage. An attacker who supplies crafted content can inject syntactically valid code that the application later executes in its own process context.

The vulnerability is classified under CWE-94: Improper Control of Generation of Code. Because Data Formulator processes data files, prompts, and transformation specifications, the injection surface spans multiple ingest paths. The attacker does not need credentials, but a legitimate user must open or process the malicious artifact.

Root Cause

The root cause is unsafe construction of executable code from untrusted input. Data Formulator integrates AI prompts with code emission for tasks such as Python data transformation and chart generation. When attacker-controlled tokens flow into that emission step without isolation or sandboxing, they become part of the executed program rather than data values.

Attack Vector

The attack vector is network-based with user interaction required. An attacker delivers a malicious dataset, prompt, configuration file, or transformation specification to a victim. When the victim loads the artifact in Data Formulator, the embedded payload is interpreted as code and runs with the privileges of the user. This grants the attacker control over local files, network access from the host, and the ability to pivot into connected systems.

No public proof-of-concept exploit, CISA KEV listing, or in-the-wild exploitation has been reported at the time of publication. The EPSS probability is 0.063%.

The vulnerability mechanism is not accompanied by verified exploit code. See the Microsoft Security Response Center advisory for vendor-confirmed technical details.

Detection Methods for CVE-2026-41094

Indicators of Compromise

  • Unexpected child processes spawned by the Data Formulator process, particularly python.exe, cmd.exe, powershell.exe, or shell interpreters with non-standard command lines.
  • Outbound network connections from Data Formulator host processes to unfamiliar domains or IP addresses immediately after a dataset or prompt is loaded.
  • New or modified files in user profile directories created shortly after Data Formulator opens an externally sourced artifact.

Detection Strategies

  • Hunt for process lineage where Data Formulator is the parent of script interpreters or LOLBins, which deviates from normal visualization workflows.
  • Inspect Data Formulator session logs and generated code artifacts for embedded shell commands, os.system, subprocess, eval, or exec calls that were not authored by the user.
  • Correlate file open events on .csv, .json, or prompt files received from external sources with subsequent process and network activity.

Monitoring Recommendations

  • Enable command-line and process creation auditing on hosts running Data Formulator so generated code execution is captured.
  • Forward endpoint telemetry to a centralized analytics platform to correlate suspicious child process and network behavior across users.
  • Alert on Data Formulator processes establishing outbound connections to non-Microsoft destinations during data import operations.

How to Mitigate CVE-2026-41094

Immediate Actions Required

  • Apply the update referenced in the Microsoft advisory for CVE-2026-41094 to all systems running Data Formulator.
  • Inventory hosts and user accounts with Data Formulator installed to confirm patch coverage.
  • Instruct users to avoid opening datasets, prompts, or configuration files from untrusted or unsolicited sources until patching is complete.

Patch Information

Microsoft has published remediation guidance through the Microsoft Security Response Center. Refer to the Microsoft Vulnerability Advisory CVE-2026-41094 for the fixed version and installation instructions. Update to the latest released build of Microsoft Data Formulator.

Workarounds

  • Restrict Data Formulator execution to dedicated, low-privilege user accounts that cannot access sensitive data or administrative functions.
  • Run Data Formulator inside an isolated virtual machine or container to contain the impact of code execution from crafted inputs.
  • Block network egress from Data Formulator hosts to all destinations except required Microsoft service endpoints until the patch is deployed.
bash
# Example: restrict outbound traffic from a Data Formulator host on Windows
New-NetFirewallRule -DisplayName "Block DataFormulator Egress" `
  -Direction Outbound `
  -Program "C:\Path\To\DataFormulator.exe" `
  -Action Block

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechMicrosoft Data Formulator

  • SeverityHIGH

  • CVSS Score8.8

  • EPSS Probability0.06%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityHigh
  • AvailabilityHigh
  • CWE References
  • CWE-94
  • Vendor Resources
  • Microsoft Vulnerability Advisory CVE-2026-41094
  • Latest CVEs
  • CVE-2026-43328: Linux Kernel Use-After-Free Vulnerability

  • CVE-2026-43329: Linux Kernel Netfilter DoS Vulnerability

  • CVE-2026-43330: Linux Kernel Buffer Overflow Vulnerability

  • CVE-2026-43331: Linux Kernel DOS Vulnerability
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