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

CVE-2026-29180: Fleetdm Fleet Privilege Escalation Flaw

CVE-2026-29180 is a privilege escalation vulnerability in Fleetdm Fleet that allows team maintainers to hijack hosts from other teams and execute root-level scripts. This article covers technical details, affected versions, and fixes.

Published: April 2, 2026

CVE-2026-29180 Overview

Fleet is open source device management software used to manage and monitor devices across enterprise environments. A broken access control vulnerability exists in Fleet's host transfer API prior to version 4.81.1. This vulnerability allows a team maintainer to transfer hosts from any team into their own team, bypassing team isolation boundaries. Once transferred, the attacker gains full control over the stolen hosts, including the ability to execute scripts with root privileges.

Critical Impact

Attackers with team maintainer privileges can bypass team isolation boundaries to steal hosts from other teams and gain root-level script execution capabilities on those devices.

Affected Products

  • FleetDM Fleet versions prior to 4.81.1

Discovery Timeline

  • 2026-03-27 - CVE CVE-2026-29180 published to NVD
  • 2026-03-31 - Last updated in NVD database

Technical Details for CVE-2026-29180

Vulnerability Analysis

This vulnerability is classified as CWE-862 (Missing Authorization), indicating that the affected host transfer API endpoint fails to properly verify whether the requesting user has authorization to transfer hosts from the source team. The flaw exists in the access control logic governing host transfers between teams within Fleet's multi-tenant architecture.

The vulnerability is exploitable over the network and requires low attack complexity, though the attacker must possess authenticated access as a team maintainer. The primary security impact is to integrity, as unauthorized host transfers violate the expected team isolation model and can lead to complete compromise of the transferred devices.

Root Cause

The root cause is a missing authorization check in Fleet's host transfer API. When processing host transfer requests, the API validates that the requesting user has maintainer privileges for the destination team but fails to verify whether they have any authorization over the source team from which hosts are being transferred. This oversight allows any team maintainer to effectively "steal" hosts from teams they have no legitimate access to.

Attack Vector

An authenticated attacker with team maintainer privileges can exploit this vulnerability through the following attack sequence:

  1. The attacker authenticates to Fleet with valid team maintainer credentials for their assigned team
  2. The attacker identifies host identifiers belonging to other teams (potentially through enumeration or information disclosure)
  3. The attacker crafts an API request to the host transfer endpoint, specifying target hosts from another team and their own team as the destination
  4. The vulnerable API processes the request without validating source team authorization
  5. The hosts are transferred to the attacker's team, granting them full management capabilities
  6. The attacker can now execute scripts with root privileges on the compromised hosts

The attack leverages the network-accessible API and requires only low-privilege authenticated access as a team maintainer. No user interaction is required, and the attacker can target any host across the Fleet deployment regardless of team boundaries.

Detection Methods for CVE-2026-29180

Indicators of Compromise

  • Unexpected host transfers between teams, particularly hosts moving to teams where they don't logically belong
  • API audit logs showing host transfer requests from users who are not maintainers of the source team
  • Sudden changes in team membership for critical infrastructure hosts
  • Script execution activity on hosts shortly after unexpected team transfers

Detection Strategies

  • Implement audit logging for all host transfer API calls, capturing source team, destination team, and requesting user
  • Alert on host transfers where the requesting user lacks maintainer privileges for the source team
  • Monitor for patterns of hosts being transferred from multiple teams to a single team in a short timeframe
  • Review Fleet audit logs for anomalous host transfer activity patterns

Monitoring Recommendations

  • Enable comprehensive API request logging in Fleet deployments
  • Configure alerts for any host transfer operations involving sensitive or production hosts
  • Establish baseline metrics for normal host transfer activity and alert on deviations
  • Integrate Fleet audit logs with SIEM solutions for centralized monitoring and correlation

How to Mitigate CVE-2026-29180

Immediate Actions Required

  • Upgrade Fleet to version 4.81.1 or later immediately
  • Review audit logs for any suspicious host transfer activity prior to patching
  • Verify current team host assignments to ensure no unauthorized transfers have occurred
  • Temporarily restrict team maintainer privileges to trusted personnel until patching is complete

Patch Information

FleetDM has released version 4.81.1 which patches this vulnerability by implementing proper authorization checks on the host transfer API. The patch ensures that users can only transfer hosts from teams where they have appropriate maintainer-level access. Organizations should update to this version as soon as possible. For additional details, refer to the GitHub Security Advisory.

Workarounds

  • Restrict network access to Fleet's API endpoints using firewall rules or network segmentation
  • Implement additional authentication requirements for host transfer operations at the network layer
  • Temporarily disable or restrict the host transfer functionality if operationally feasible
  • Reduce the number of users with team maintainer privileges to minimize the attack surface
  • Monitor and alert on all host transfer API activity until the patch can be applied
bash
# Verify Fleet version after upgrade
fleetctl version
# Expected output should show version 4.81.1 or higher

# Review recent host transfer activity (example query)
fleetctl get audit-logs --type host_transfer --since 2026-03-01

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

  • Vulnerability Details
  • TypePrivilege Escalation

  • Vendor/TechFleetdm

  • SeverityMEDIUM

  • CVSS Score4.9

  • EPSS Probability0.05%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:N/VI:H/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-862
  • Vendor Resources
  • GitHub Security Advisory
  • Related CVEs
  • CVE-2026-34391: Fleetdm Fleet Information Disclosure Bug

  • CVE-2026-34389: Fleetdm Fleet Auth Bypass Vulnerability

  • CVE-2026-34388: Fleetdm Fleet DoS Vulnerability

  • CVE-2026-26061: Fleetdm Fleet DoS 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