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-2023-28131

CVE-2023-28131: Expo SDK Auth Bypass Vulnerability

CVE-2023-28131 is an authentication bypass vulnerability in Expo SDK's AuthSession Redirect Proxy that enables account takeover through malicious links. This article covers the technical details, affected versions, and mitigation.

Published: February 4, 2026

CVE-2023-28131 Overview

A vulnerability in the Expo framework allows attackers to take over user accounts and steal credentials on applications and websites that have configured the "Expo AuthSession Redirect Proxy" for social sign-in functionality. This authentication bypass vulnerability can be exploited when a victim clicks a malicious link, which can be delivered through various channels including email, text messages, or attacker-controlled websites.

Critical Impact

Successful exploitation enables complete account takeover and credential theft for applications using Expo's AuthSession proxy service, potentially affecting hundreds of third-party sites and mobile applications.

Affected Products

  • Expo Software Development Kit (all versions using AuthSession Redirect Proxy)
  • Applications using auth.expo.io proxy service
  • Mobile and web applications configured with useProxy option in AuthSession

Discovery Timeline

  • 2023-04-24 - CVE CVE-2023-28131 published to NVD
  • 2025-02-04 - Last updated in NVD database

Technical Details for CVE-2023-28131

Vulnerability Analysis

This vulnerability stems from an OAuth implementation flaw in Expo's AuthSession redirect proxy service (auth.expo.io). When developers configure their applications to use the proxy service for social sign-in (OAuth flows with providers like Google, Facebook, etc.), the authentication tokens and credentials pass through Expo's redirect proxy. The vulnerability allows an attacker to intercept or redirect these authentication flows, capturing OAuth tokens and session credentials.

The flaw falls under CWE-522 (Insufficiently Protected Credentials), indicating that sensitive authentication data is not adequately protected during the OAuth redirect process. This architectural weakness means that any application relying on the Expo AuthSession proxy for OAuth authentication could have its users' credentials exposed to attackers.

Root Cause

The root cause lies in the design of the Expo AuthSession Redirect Proxy service at auth.expo.io. The proxy service insufficiently validates the redirect destinations and origin of authentication requests, allowing attackers to craft malicious URLs that redirect OAuth callbacks to attacker-controlled endpoints. This enables the theft of authentication tokens that should only be accessible to the legitimate application.

Attack Vector

The attack requires minimal attacker effort and leverages social engineering to deliver the malicious link to victims. The attack flow proceeds as follows:

  1. An attacker identifies an application using Expo's AuthSession proxy (indicated by OAuth flows through auth.expo.io)
  2. The attacker crafts a malicious authentication URL that exploits the redirect proxy vulnerability
  3. The victim receives the link via email, SMS, social media, or visits an attacker-controlled website
  4. When the victim clicks the link and attempts to authenticate, their OAuth tokens are redirected to the attacker
  5. The attacker uses the captured tokens to gain full access to the victim's account

The attack is particularly dangerous because it occurs transparently during what appears to be a legitimate social login process. Users who regularly use "Sign in with Google" or similar OAuth options may not notice anything unusual until their accounts are compromised.

Detection Methods for CVE-2023-28131

Indicators of Compromise

  • Unexpected OAuth authentication requests through auth.expo.io originating from suspicious referrers
  • Authentication tokens being redirected to domains other than the legitimate application domain
  • User reports of unauthorized account access following social sign-in attempts
  • Suspicious redirect URLs containing manipulated callback parameters in application logs

Detection Strategies

  • Monitor OAuth callback logs for redirect destinations that don't match your registered application domains
  • Implement logging for all AuthSession authentication attempts and review for anomalous patterns
  • Use web application firewalls (WAF) to detect and block malicious OAuth redirect manipulations
  • Review application traffic for unusual authentication flows involving auth.expo.io

Monitoring Recommendations

  • Enable verbose logging for OAuth authentication flows in your Expo application
  • Set up alerts for authentication events with mismatched or unexpected redirect URIs
  • Monitor user support tickets for reports of account compromise following social login
  • Track changes to OAuth configuration and proxy settings in your deployment pipeline

How to Mitigate CVE-2023-28131

Immediate Actions Required

  • Stop using the useProxy option in Expo AuthSession immediately
  • Review and audit all social login implementations in your Expo applications
  • Implement direct OAuth flows instead of relying on the Expo redirect proxy
  • Notify users who may have been affected to reset their credentials and review account activity

Patch Information

Expo has addressed this vulnerability by recommending developers discontinue use of the auth.expo.io proxy service. Developers should migrate to direct OAuth implementations that do not rely on the redirect proxy. Detailed migration guidance is available in the Expo Blog Security Advisory.

Workarounds

  • Remove useProxy: true from AuthSession configuration and implement direct OAuth flows with your identity providers
  • Configure OAuth redirect URIs to point directly to your application's registered callback endpoints
  • Use Expo's updated authentication patterns that bypass the vulnerable proxy service
  • Consider implementing additional verification steps for social sign-in to detect potentially compromised sessions

To migrate away from the vulnerable proxy configuration, update your AuthSession implementation to use direct OAuth flows:

javascript
// Remove useProxy option and configure direct OAuth
// Old vulnerable configuration:
// const result = await AuthSession.startAsync({
//   authUrl: authUrl,
//   useProxy: true  // REMOVE THIS
// });

// Updated secure configuration - use direct OAuth redirect
import * as AuthSession from 'expo-auth-session';

const redirectUri = AuthSession.makeRedirectUri({
  native: 'your-app://redirect'
});

// Configure direct OAuth with your provider

For detailed migration instructions, refer to the Expo Blog Security Advisory and DarkReading OAuth Flaw Analysis for additional context on the vulnerability impact.

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechExpo

  • SeverityCRITICAL

  • CVSS Score9.6

  • EPSS Probability1.04%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityHigh
  • AvailabilityHigh
  • CWE References
  • CWE-522
  • Technical References
  • DarkReading OAuth Flaw Analysis
  • Vendor Resources
  • Expo Blog Security Advisory
  • Latest CVEs
  • CVE-2026-35467: Browser API Key Information Disclosure

  • CVE-2026-35466: cveInterface.js XSS Vulnerability

  • CVE-2026-30252: ZenShare Suite XSS Vulnerability

  • CVE-2026-30251: ZenShare Suite v17.0 XSS Vulnerability
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