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

CVE-2026-34391: Fleetdm Fleet Information Disclosure Bug

CVE-2026-34391 is an information disclosure flaw in Fleetdm Fleet that allows malicious devices to access MDM commands meant for others, exposing WiFi credentials and secrets. This article covers affected versions and fixes.

Published: April 2, 2026

CVE-2026-34391 Overview

Fleet is open source device management software. A vulnerability in Fleet's Windows MDM command processing allows a malicious enrolled device to access MDM commands intended for other devices, potentially exposing sensitive configuration data such as WiFi credentials, VPN secrets, and certificate payloads across the entire Windows fleet. This vulnerability affects versions prior to 4.81.1.

Critical Impact

A malicious enrolled device can access sensitive MDM commands intended for other devices, potentially exposing WiFi credentials, VPN secrets, and certificate payloads across the entire Windows fleet.

Affected Products

  • FleetDM Fleet versions prior to 4.81.1

Discovery Timeline

  • 2026-03-27 - CVE CVE-2026-34391 published to NVD
  • 2026-04-02 - Last updated in NVD database

Technical Details for CVE-2026-34391

Vulnerability Analysis

This vulnerability is classified under CWE-488 (Exposure of Data Element to Wrong Session), which occurs when data intended for one session or component is accessible by another unauthorized session. In the context of Fleet's Windows MDM implementation, the command processing mechanism fails to properly validate device identity before delivering MDM commands, allowing any enrolled device to potentially retrieve commands destined for other devices in the fleet.

The vulnerability is network-accessible with low attack complexity, requiring no privileges or user interaction to exploit. The primary impact is on confidentiality, as attackers can access sensitive configuration data without the ability to modify or disrupt system availability.

Root Cause

The root cause stems from improper session isolation in Fleet's MDM command queue processing. The system fails to enforce adequate access controls when enrolled devices poll for pending MDM commands, allowing cross-device command access. This represents a classic data element exposure to wrong session issue where the authentication context of the requesting device is not properly validated against the intended recipient of MDM commands.

Attack Vector

The attack vector involves a malicious actor enrolling a device into the Fleet MDM environment through legitimate means. Once enrolled, the attacker can exploit the command processing vulnerability to intercept MDM commands intended for other enrolled Windows devices. This network-based attack requires no special privileges beyond being an enrolled device in the fleet.

The attacker can systematically retrieve configuration payloads containing WiFi credentials, VPN connection secrets, and certificate data that was intended for other devices. This could lead to lateral movement capabilities, credential harvesting for subsequent attacks, or compromise of network access controls.

Detection Methods for CVE-2026-34391

Indicators of Compromise

  • Unusual patterns of MDM command requests from a single device that don't correlate with expected device configuration activities
  • Devices receiving or acknowledging commands that were not intended for their device identifier
  • Anomalous spikes in MDM command polling frequency from specific enrolled devices
  • Log entries showing command retrieval for device identifiers that don't match the requesting device

Detection Strategies

  • Monitor Fleet server logs for command retrieval patterns that show devices accessing commands with mismatched device identifiers
  • Implement anomaly detection on MDM command request frequency and timing patterns
  • Alert on devices that successfully retrieve multiple configuration profiles in a short timeframe
  • Cross-reference MDM command delivery logs with intended device targets to identify unauthorized access

Monitoring Recommendations

  • Enable detailed audit logging for all MDM command processing activities
  • Monitor for devices polling for commands at unusual intervals or outside expected maintenance windows
  • Implement real-time alerting for any command retrieval where the requesting device ID doesn't match the command target
  • Review Fleet server access logs regularly for suspicious enrollment or command request patterns

How to Mitigate CVE-2026-34391

Immediate Actions Required

  • Upgrade Fleet to version 4.81.1 or later immediately to patch this vulnerability
  • Review MDM command logs to identify any potential unauthorized command access prior to patching
  • Rotate any sensitive credentials (WiFi passwords, VPN secrets) that may have been exposed through MDM commands
  • Audit enrolled device list to ensure all devices are legitimate and authorized

Patch Information

FleetDM has released version 4.81.1 which patches this vulnerability. Organizations should upgrade to this version or later immediately. For detailed information about the security fix, refer to the GitHub Security Advisory.

Workarounds

  • Limit the scope of sensitive data distributed through MDM commands until the patch can be applied
  • Implement network segmentation to isolate the Fleet MDM server from untrusted devices
  • Consider temporarily suspending Windows MDM operations for non-critical deployments until the upgrade is complete
  • Enhance monitoring of MDM command retrieval activities to detect potential exploitation attempts

The vulnerability manifests in the MDM command processing flow where device identity validation is insufficient. For complete technical details and patch implementation, refer to the GitHub Security Advisory.

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechFleetdm

  • SeverityMEDIUM

  • CVSS Score6.6

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N/E:U/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-488
  • Vendor Resources
  • GitHub Security Advisory
  • Related CVEs
  • CVE-2026-34389: Fleetdm Fleet Auth Bypass Vulnerability

  • CVE-2026-34388: Fleetdm Fleet DoS Vulnerability

  • CVE-2026-26061: Fleetdm Fleet DoS Vulnerability

  • CVE-2026-29180: Fleetdm Fleet Privilege Escalation Flaw
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