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

CVE-2026-23866: WhatsApp SSRF Vulnerability in iOS/Android

CVE-2026-23866 is an SSRF flaw in WhatsApp for iOS and Android that allows attackers to trigger unauthorized media processing from arbitrary URLs. This post covers technical details, affected versions, and mitigations.

Published: May 7, 2026

CVE-2026-23866 Overview

CVE-2026-23866 is a medium-severity input validation flaw affecting WhatsApp for iOS and Android. The vulnerability resides in the handling of AI rich response messages for Instagram Reels. Incomplete validation of these messages allowed a remote user to trigger processing of media content from an arbitrary URL on another user's device. The flaw also permitted invocation of operating-system controlled custom URL scheme handlers, exposing additional attack surface beyond the messaging client itself. The issue is tracked under [CWE-940] (Improper Verification of Source of a Communication Channel).

Critical Impact

A remote authenticated WhatsApp user can force a recipient device to fetch media from an attacker-chosen URL and trigger OS-level custom URL scheme handlers without recipient interaction.

Affected Products

  • WhatsApp for iOS versions v2.25.8.0 through v2.26.15.72
  • WhatsApp for Android versions v2.25.8.0 through v2.26.7.10
  • AI rich response message component for Instagram Reels

Discovery Timeline

  • 2026-05-01 - CVE-2026-23866 published to NVD
  • 2026-05-04 - Last updated in NVD database

Technical Details for CVE-2026-23866

Vulnerability Analysis

The flaw exists in the WhatsApp client logic that processes AI rich response messages for Instagram Reels. The client fails to fully validate the source and content of media URLs embedded in these structured messages. An attacker who sends a crafted message can cause the recipient's WhatsApp client to fetch media from an arbitrary URL controlled by the attacker. The same code path also dispatches custom URL schemes to the underlying operating system, which can launch handlers registered by other installed applications.

Root Cause

The root cause is incomplete validation of fields inside AI rich response message payloads associated with Instagram Reels content. The client trusts URL and scheme values delivered through the message structure rather than restricting them to a vetted allowlist of media origins and approved schemes. This trust boundary error aligns with [CWE-940], where the application accepts data from a communication channel without sufficiently verifying its legitimacy.

Attack Vector

The attack vector is network-based with low attack complexity and low privileges required. An attacker only needs the ability to send a WhatsApp message to the target. No user interaction is required to trigger media fetching. Exploitation produces low confidentiality impact through forced outbound requests that can leak network metadata such as IP address, and through invocation of OS-controlled custom URL scheme handlers that may pass attacker-supplied parameters to other apps.

No verified public proof-of-concept code is available. Meta and WhatsApp have not reported evidence of exploitation in the wild. Refer to the Facebook Security Advisory CVE-2026-23866 and the WhatsApp Security Advisory 2026 for vendor technical details.

Detection Methods for CVE-2026-23866

Indicators of Compromise

  • Outbound HTTP or HTTPS requests from mobile devices to unexpected hosts immediately following receipt of WhatsApp messages containing Instagram Reels content.
  • Mobile telemetry showing custom URL scheme handlers launched by WhatsApp without user interaction.
  • Installed WhatsApp build numbers within v2.25.8.0 to v2.26.15.72 (iOS) or v2.25.8.0 to v2.26.7.10 (Android).

Detection Strategies

  • Inventory mobile endpoints to identify devices running vulnerable WhatsApp versions through MDM or UEM platforms.
  • Inspect mobile DNS and proxy logs for connections to non-Meta CDN domains correlated with WhatsApp process activity.
  • Hunt for anomalous inter-app launches initiated by WhatsApp using mobile EDR or MTD telemetry.

Monitoring Recommendations

  • Forward mobile network and application telemetry into a centralized analytics platform for cross-device correlation.
  • Alert on WhatsApp client versions that fall within the affected ranges and have not received the vendor update.
  • Track outbound connections to newly registered or low-reputation domains originating from messaging applications.

How to Mitigate CVE-2026-23866

Immediate Actions Required

  • Update WhatsApp on iOS to a version newer than v2.26.15.72 and on Android to a version newer than v2.26.7.10.
  • Enforce minimum WhatsApp version policies through MDM to block usage of vulnerable builds on managed devices.
  • Communicate the issue to users who handle sensitive accounts and instruct them to verify their app version.

Patch Information

Meta has issued fixed builds for WhatsApp on iOS and Android that fully validate AI rich response message fields for Instagram Reels. Consult the Facebook Security Advisory CVE-2026-23866 and the WhatsApp Security Advisory 2026 for the exact patched versions and release notes.

Workarounds

  • Restrict outbound traffic from corporate mobile devices through a VPN or secure web gateway that filters unknown destinations.
  • Disable or restrict custom URL scheme handlers on managed devices where business requirements permit.
  • Apply MDM configuration profiles that prevent installation or downgrade to WhatsApp builds within the affected version ranges.
bash
# Configuration example: enforce minimum WhatsApp version via MDM compliance policy
# Example policy fields (vendor-agnostic pseudocode)
app.bundle_id = "net.whatsapp.WhatsApp"
app.min_version_ios = "2.26.15.73"
app.min_version_android = "2.26.7.11"
compliance.action_on_violation = "block_and_notify"

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

  • Vulnerability Details
  • TypeSSRF

  • Vendor/TechWhatsapp

  • SeverityMEDIUM

  • CVSS Score4.3

  • EPSS Probability0.01%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-940
  • Technical References
  • Facebook Security Advisory CVE-2026-23866

  • WhatsApp Security Advisory 2026
  • Related CVEs
  • CVE-2026-23863: WhatsApp for Windows RCE Vulnerability

  • CVE-2025-55177: WhatsApp Authorization Bypass Vulnerability

  • CVE-2025-30401: WhatsApp for Windows RCE Vulnerability

  • CVE-2023-38537: WhatsApp Use-After-Free 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