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-2024-21390

CVE-2024-21390: Microsoft Authenticator Elevation Vulnerability

CVE-2024-21390 is an elevation of privilege vulnerability in Microsoft Authenticator that allows attackers to gain elevated permissions. This article covers the technical details, affected versions, and mitigation steps.

Updated: January 22, 2026

CVE-2024-21390 Overview

CVE-2024-21390 is an elevation of privilege vulnerability affecting Microsoft Authenticator, the widely-used multi-factor authentication (MFA) application. This vulnerability allows an attacker with local access to potentially elevate their privileges, compromising the confidentiality and integrity of authentication credentials stored within the application.

Critical Impact

Successful exploitation could allow attackers to bypass authentication controls and gain unauthorized access to accounts protected by Microsoft Authenticator, potentially compromising enterprise and personal authentication workflows.

Affected Products

  • Microsoft Authenticator (all versions prior to patch)

Discovery Timeline

  • 2024-03-12 - CVE-2024-21390 published to NVD
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2024-21390

Vulnerability Analysis

This elevation of privilege vulnerability in Microsoft Authenticator stems from an improper authentication weakness (CWE-287). The vulnerability requires local access to the target device and user interaction to exploit, meaning an attacker must already have some level of access to the system where Microsoft Authenticator is installed.

The attack exploits flaws in how the application validates authentication or authorization decisions. Once exploited, an attacker can gain elevated privileges within the context of the Authenticator application, potentially accessing stored authentication tokens, one-time passwords (OTPs), or other sensitive credentials managed by the app.

Root Cause

The root cause of CVE-2024-21390 is categorized as Improper Authentication (CWE-287). This weakness indicates that the Microsoft Authenticator application does not properly verify user identity or authorization in certain scenarios, allowing an attacker to bypass security controls that should prevent unauthorized privilege escalation.

Attack Vector

The attack vector for this vulnerability is local, meaning an attacker needs either physical access to the device or prior compromise of the system through malware or another attack vector. User interaction is required for successful exploitation, which could involve social engineering tactics to convince users to perform specific actions.

The exploitation scenario typically involves:

  1. An attacker gaining initial access to a device with Microsoft Authenticator installed
  2. Leveraging the authentication bypass to escalate privileges within the application
  3. Accessing sensitive authentication data that could be used for account takeover

Detection Methods for CVE-2024-21390

Indicators of Compromise

  • Unexpected modifications to Microsoft Authenticator application files or data storage
  • Unusual process behavior or privilege escalation attempts associated with the Authenticator app
  • Anomalous authentication attempts using credentials that may have been extracted from a compromised device

Detection Strategies

  • Monitor mobile device management (MDM) solutions for unauthorized changes to Microsoft Authenticator configurations
  • Implement endpoint detection and response (EDR) capabilities to identify suspicious local privilege escalation activities
  • Review authentication logs for anomalies that could indicate compromised MFA credentials

Monitoring Recommendations

  • Enable detailed logging for Microsoft Entra ID (Azure AD) sign-in events to detect suspicious authentication patterns
  • Configure alerts for multiple failed authentication attempts followed by successful logins from new locations
  • Monitor for unusual app store activity or sideloading attempts on managed devices

How to Mitigate CVE-2024-21390

Immediate Actions Required

  • Update Microsoft Authenticator to the latest version from official app stores immediately
  • Review device security policies to ensure only managed and secure devices can access corporate resources
  • Audit accounts that may have been accessed from potentially compromised devices
  • Consider implementing additional security controls such as Conditional Access policies

Patch Information

Microsoft has addressed this vulnerability through updates to the Microsoft Authenticator application. Organizations and users should ensure they are running the latest version of the application available through the Google Play Store (Android) or Apple App Store (iOS). For detailed patch information, refer to the Microsoft Security Update Guide.

Workarounds

  • Restrict physical access to devices with Microsoft Authenticator installed
  • Implement mobile device management (MDM) policies to prevent unauthorized application modifications
  • Enable device encryption and strong authentication mechanisms (biometrics, PIN) on all devices running Microsoft Authenticator
  • Consider using hardware security keys as an alternative or supplementary MFA method for high-value accounts
bash
# Example: Verifying Microsoft Authenticator version on managed devices
# Use your MDM solution to query installed app versions
# Ensure Microsoft Authenticator is updated to the latest available version
# Check vendor advisory for specific patched version numbers

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

  • Vulnerability Details
  • TypePrivilege Escalation

  • Vendor/TechMicrosoft Authenticator

  • SeverityHIGH

  • CVSS Score7.1

  • EPSS Probability1.10%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityHigh
  • AvailabilityNone
  • CWE References
  • CWE-287

  • NVD-CWE-noinfo
  • Vendor Resources
  • Microsoft Update Guide for CVE-2024-21390
  • Related CVEs
  • CVE-2026-26123: Microsoft Authenticator Disclosure 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