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
    • 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-34389

CVE-2026-34389: Fleetdm Fleet Auth Bypass Vulnerability

CVE-2026-34389 is an authentication bypass flaw in Fleetdm Fleet that allows attackers with invite tokens to create accounts with arbitrary emails and elevated privileges. This article covers technical details, affected versions, impact, and mitigation.

Published: April 2, 2026

CVE-2026-34389 Overview

Fleet is open source device management software. Prior to version 4.81.0, Fleet contained a critical flaw in the user invitation flow where the email address provided during invite acceptance was not validated against the email address associated with the invite. An attacker who obtained a valid invite token could create an account under an arbitrary email address while inheriting the role granted by the invite, including global admin privileges.

Critical Impact

An attacker with access to a valid invite token can bypass email validation to create an account with arbitrary credentials while gaining the permissions of the original invite, potentially achieving global admin access.

Affected Products

  • FleetDM Fleet versions prior to 4.81.0

Discovery Timeline

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

Technical Details for CVE-2026-34389

Vulnerability Analysis

This vulnerability represents an authentication bypass (CWE-287) in Fleet's user invitation workflow. The core issue lies in the server-side validation logic during the invite acceptance process. When a user attempts to accept an invitation, the system properly validates that the invite token is legitimate, but fails to verify that the email address submitted in the acceptance request matches the email address to which the invitation was originally sent.

This design flaw creates a privilege escalation path where an attacker who gains access to a valid invitation token—whether through phishing, interception, or other means—can hijack the invitation and register an account using their own email address while inheriting all the permissions that were granted to the original invitee.

Root Cause

The root cause is improper input validation in the invite acceptance endpoint. The application accepts and processes the email address from the client request without cross-referencing it against the email address stored in the invitation record. This missing validation step allows an attacker to substitute their own email address while still claiming the role and permissions associated with the original invitation.

Attack Vector

The attack requires network access and can be executed remotely. An attacker must first obtain a valid, unexpired invitation token. This could be accomplished through various means such as:

  1. Intercepting invitation emails through compromised email systems
  2. Social engineering attacks targeting users who received invitations
  3. Accessing shared communication channels where invite links may have been posted
  4. Exploiting weak email security on corporate mail servers

Once in possession of the token, the attacker crafts a request to the invite acceptance endpoint, providing their own email address instead of the legitimate invitee's email. The server processes this request, creates an account for the attacker's email, and assigns the permissions from the original invitation—which could include global administrator privileges.

Detection Methods for CVE-2026-34389

Indicators of Compromise

  • User accounts created with email addresses that differ from the original invitation target
  • Multiple account creation attempts using the same invitation token
  • Unusual patterns in user registration logs showing mismatches between invited and registered emails
  • Unexpected administrator accounts appearing without corresponding legitimate invitation workflows

Detection Strategies

  • Implement audit logging that captures both the invited email and the email used during account creation
  • Monitor for anomalies where invitation tokens are redeemed by different email addresses than originally invited
  • Review access logs for newly created admin accounts and verify their legitimacy through out-of-band confirmation

Monitoring Recommendations

  • Enable comprehensive logging for all authentication and user management events in Fleet
  • Set up alerts for any global admin account creation events
  • Regularly audit user accounts against expected invitation records
  • Monitor for patterns of invitation token reuse or rapid sequential account creation

How to Mitigate CVE-2026-34389

Immediate Actions Required

  • Upgrade Fleet to version 4.81.0 or later immediately
  • Audit all user accounts created through the invitation flow for legitimacy
  • Review and revoke any suspicious accounts, particularly those with elevated privileges
  • Invalidate all outstanding invitation tokens and reissue invitations after patching

Patch Information

FleetDM has addressed this vulnerability in version 4.81.0. The patch implements proper server-side validation to ensure the email address provided during invite acceptance matches the email address associated with the invitation token. Organizations should upgrade to version 4.81.0 or later as soon as possible. For more details, see the GitHub Security Advisory.

Workarounds

  • Limit the distribution of invitation links to secure, verified communication channels only
  • Implement short expiration times for invitation tokens to reduce the window of opportunity
  • Enable multi-factor authentication for all accounts, especially those with administrative privileges
  • Consider temporarily disabling the self-service invite acceptance workflow until patching is complete
bash
# Verify Fleet version after upgrade
fleetctl version

# Review recently created users for audit
fleetctl get users --json | jq '.[] | select(.created_at > "2026-01-01")'

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechFleetdm

  • SeverityMEDIUM

  • CVSS Score4.9

  • EPSS Probability0.04%

  • 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-287
  • Vendor Resources
  • GitHub Security Advisory
  • Related CVEs
  • CVE-2026-26060: Fleetdm Fleet Auth Bypass Vulnerability

  • CVE-2025-27509: FleetDM Auth Bypass Vulnerability

  • CVE-2026-34391: Fleetdm Fleet Information Disclosure Bug

  • CVE-2026-34388: 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