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

CVE-2024-39891: Twilio Authy Information Disclosure Flaw

CVE-2024-39891 is an information disclosure vulnerability in Twilio Authy API that exposed phone number registration data through an unauthenticated endpoint. This article covers technical details, affected versions, and mitigations.

Published: January 28, 2026

CVE-2024-39891 Overview

CVE-2024-39891 is an information disclosure vulnerability in the Twilio Authy API that allows unauthenticated attackers to enumerate phone numbers registered with the Authy two-factor authentication service. The vulnerability was actively exploited in the wild in June 2024, enabling threat actors to verify millions of Authy MFA phone numbers through an unsecured API endpoint.

Critical Impact

This vulnerability has been added to the CISA Known Exploited Vulnerabilities (KEV) catalog and was confirmed to be exploited in the wild. Attackers could enumerate registered phone numbers, potentially enabling targeted phishing, SIM swapping, or social engineering attacks against users relying on Authy for multi-factor authentication.

Affected Products

  • Twilio Authy Android before version 25.1.0
  • Twilio Authy iOS before version 26.1.0
  • Twilio Authy Authenticator mobile applications

Discovery Timeline

  • 2024-07-02 - CVE-2024-39891 published to NVD
  • 2025-11-05 - Last updated in NVD database

Technical Details for CVE-2024-39891

Vulnerability Analysis

This vulnerability is classified as CWE-203: Observable Discrepancy (Information Exposure Through Discrepancy). The flaw exists in an unauthenticated API endpoint within the Twilio Authy infrastructure that accepted bulk requests containing phone numbers and responded with information indicating whether each phone number was registered with the Authy service.

The vulnerability allows attackers to perform large-scale enumeration attacks without authentication, effectively creating a phone number oracle. While Authy user accounts themselves were not directly compromised, the exposed registration status data presents significant privacy and security concerns.

Root Cause

The root cause is an improperly secured API endpoint that failed to implement authentication controls and rate limiting. The endpoint was designed to check phone number registration status but lacked adequate access controls, allowing anyone to query the service. This represents a classic information disclosure vulnerability where the API response behavior differs based on whether a phone number is registered, creating an observable discrepancy that attackers can exploit.

Attack Vector

The attack is conducted over the network without requiring authentication or user interaction. Attackers can send a stream of HTTP requests to the vulnerable endpoint, each containing phone numbers to verify. The API responds with registration status information, allowing attackers to build a database of valid Authy-registered phone numbers.

The exploitation mechanism involves:

  1. Identifying the vulnerable API endpoint in the Authy backend
  2. Crafting requests with target phone numbers
  3. Analyzing responses to determine registration status
  4. Automating the process to enumerate millions of phone numbers

Attackers exploited this vulnerability in June 2024 to verify millions of phone numbers, with the resulting data potentially used for targeted attacks such as SIM swapping, phishing campaigns, or social engineering attacks against high-value targets known to use Authy MFA.

Detection Methods for CVE-2024-39891

Indicators of Compromise

  • Unusual spikes in API requests to Authy phone number verification endpoints
  • Large volumes of phone number enumeration attempts from single IP addresses or IP ranges
  • Automated or scripted access patterns querying sequential or targeted phone number lists
  • Logs showing high-frequency requests with minimal time between calls to registration check endpoints

Detection Strategies

  • Monitor API gateway logs for anomalous request patterns to phone number verification endpoints
  • Implement behavioral analysis to detect enumeration attacks with high request volumes
  • Deploy rate limiting alerts to identify potential abuse before significant data exposure
  • Cross-reference known threat actor IP addresses with API access logs
  • Review authentication logs for patterns consistent with automated enumeration tools

Monitoring Recommendations

  • Enable detailed logging on all API endpoints handling phone number data
  • Configure SIEM alerts for bulk request patterns indicative of enumeration attacks
  • Monitor for reports of Authy-related phishing or SIM swapping attempts targeting your organization's users
  • Track CISA KEV catalog updates and threat intelligence feeds for related exploitation activity

How to Mitigate CVE-2024-39891

Immediate Actions Required

  • Update Authy Android to version 25.1.0 or later immediately
  • Update Authy iOS to version 26.1.0 or later immediately
  • Audit API endpoint configurations for proper authentication requirements
  • Review and strengthen rate limiting on all user enumeration-sensitive endpoints
  • Alert users who may have been affected about potential phishing and SIM swapping risks

Patch Information

Twilio has released patched versions of the Authy mobile applications that address this vulnerability. Users should update to Authy Android version 25.1.0 or later and Authy iOS version 26.1.0 or later. The patches secure the vulnerable API endpoint by implementing proper authentication and access controls. For the latest security updates and patch information, refer to the Twilio Changelog.

Organizations using Authy for enterprise MFA should verify all deployed applications are updated and consider implementing additional security monitoring for affected users. For vulnerability reporting procedures, see the Twilio Vulnerability Reporting Guide.

Workarounds

  • Implement additional identity verification steps beyond phone-based MFA for high-risk accounts
  • Consider migrating to hardware security keys or authenticator apps not dependent on phone number verification
  • Enable SIM lock with your mobile carrier to protect against SIM swapping attacks
  • Educate users about increased phishing risks and social engineering attempts targeting Authy users
  • Monitor accounts for unauthorized access attempts following potential exposure
bash
# Verify Authy app versions on managed devices
# For Android devices via ADB
adb shell dumpsys package com.authy.authy | grep versionName

# For iOS devices via MDM, verify app version is 26.1.0 or later
# Consult your MDM documentation for specific commands

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechTwilio Authy

  • SeverityMEDIUM

  • CVSS Score5.3

  • EPSS Probability23.19%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CISA KEV Information
  • In CISA KEVYes
  • CWE References
  • CWE-203
  • Technical References
  • CWE Definition #203

  • BleepingComputer Security News

  • Twilio Vulnerability Reporting Guide

  • Twilio Changelog

  • CISA Known Exploited Vulnerability Catalog
  • Latest CVEs
  • CVE-2025-70797: LimeSurvey XSS Vulnerability

  • CVE-2025-30650: Juniper Junos OS Auth Bypass Vulnerability

  • CVE-2026-35471: Goshs Path Traversal Vulnerability

  • CVE-2026-35393: Goshs Path Traversal 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