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

CVE-2026-26060: Fleetdm Fleet Auth Bypass Vulnerability

CVE-2026-26060 is an authentication bypass flaw in Fleetdm Fleet that allows stale password reset tokens to remain valid after password changes. This article covers technical details, affected versions, and mitigation.

Published: April 2, 2026

CVE-2026-26060 Overview

CVE-2026-26060 is an Insufficient Session Expiration vulnerability affecting Fleet, the open source device management software developed by FleetDM. Prior to version 4.81.0, a flaw in Fleet's password management logic allows previously issued password reset tokens to remain valid even after a user changes their password. This enables an attacker who has obtained a stale password reset token to reuse it to reset the account password, effectively bypassing any defensive password changes made by the legitimate user.

Critical Impact

Attackers with access to old password reset tokens can take over user accounts even after the legitimate user has changed their password, potentially leading to unauthorized access to managed devices and sensitive organizational data.

Affected Products

  • FleetDM Fleet versions prior to 4.81.0

Discovery Timeline

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

Technical Details for CVE-2026-26060

Vulnerability Analysis

This vulnerability is classified under CWE-613 (Insufficient Session Expiration), which occurs when an application does not properly invalidate security tokens when they should no longer be valid. In the context of Fleet's password management system, when a user initiates a password reset flow, the system generates a reset token. However, the vulnerability allows these tokens to persist as valid even after the user successfully changes their password through other means.

The attack requires network access and a low level of prior authorization. An attacker who has intercepted or obtained a password reset token through phishing, email compromise, or other means could retain this token and use it at a later time—even if the legitimate account holder has since changed their password as a defensive measure.

Root Cause

The root cause lies in Fleet's password management logic failing to invalidate all outstanding password reset tokens when a user's password is changed. Proper session and token management should ensure that any password change event triggers the immediate invalidation of all pending password reset tokens associated with that account. Fleet versions prior to 4.81.0 did not implement this invalidation properly, leaving stale tokens active and usable.

Attack Vector

The attack is network-based and requires the attacker to first obtain a valid password reset token. This could be achieved through:

  1. Email compromise - Accessing the victim's email account to retrieve a previously sent reset link
  2. Phishing attacks - Tricking the user into clicking a malicious link that captures the reset token
  3. Man-in-the-middle interception - Intercepting password reset emails in transit

Once an attacker possesses a reset token, they can hold onto it even if the legitimate user changes their password. The stale token remains functional, allowing the attacker to reset the password at their convenience and gain unauthorized access to the Fleet management console.

The vulnerability mechanism involves the password reset token validation process not checking whether the user's password has been changed since the token was issued. For detailed technical information, refer to the GitHub Security Advisory GHSA-3458-r943-hmx4.

Detection Methods for CVE-2026-26060

Indicators of Compromise

  • Multiple password reset attempts for the same account within a short timeframe
  • Password reset token usage occurring after a recent password change event
  • Login activity from unusual IP addresses or geolocations following a password reset
  • Authentication logs showing account access patterns inconsistent with user behavior

Detection Strategies

  • Implement monitoring for password reset token usage, correlating with password change events to identify token reuse after password changes
  • Configure alerts for multiple failed or successful password resets on the same account
  • Deploy anomaly detection on authentication logs to identify suspicious login patterns following password modifications
  • Review Fleet audit logs for authentication events that may indicate account takeover attempts

Monitoring Recommendations

  • Enable comprehensive logging for all password reset and authentication events in Fleet
  • Monitor for token validation requests that occur after corresponding password change timestamps
  • Implement SIEM rules to correlate password change events with subsequent password reset token usage
  • Establish baseline user authentication patterns to detect anomalies indicative of account compromise

How to Mitigate CVE-2026-26060

Immediate Actions Required

  • Upgrade Fleet to version 4.81.0 or later immediately to address this vulnerability
  • Review audit logs for any suspicious password reset activity that may indicate exploitation
  • Force password resets for any accounts where suspicious activity is detected
  • Invalidate all existing password reset tokens by forcing users to request new ones after the upgrade

Patch Information

FleetDM has released version 4.81.0 which patches this vulnerability by ensuring that all outstanding password reset tokens are properly invalidated when a user's password is changed. Organizations running Fleet should upgrade to this version or later as soon as possible. For more details, see the FleetDM Security Advisory.

Workarounds

  • Implement short expiration times for password reset tokens at the organizational level if configurable
  • Enable multi-factor authentication (MFA) to add an additional layer of protection against account takeover
  • Monitor password reset token usage closely and investigate any anomalous patterns
  • Consider temporarily disabling self-service password reset functionality until the patch can be applied

Organizations should prioritize applying the official patch as workarounds only reduce risk and do not fully address the underlying vulnerability.

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 Score6.0

  • EPSS Probability0.05%

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