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-2026-23523

CVE-2026-23523: Dive MCP Host RCE Vulnerability

CVE-2026-23523 is a remote code execution flaw in Dive MCP Host Desktop Application that allows attackers to execute arbitrary commands via crafted deeplinks. This post covers technical details, affected versions, and mitigation.

Published: January 23, 2026

CVE-2026-23523 Overview

CVE-2026-23523 is a code injection vulnerability in Dive, an open-source MCP Host Desktop Application that enables integration with function-calling LLMs. Prior to version 0.13.0, a crafted deeplink can install an attacker-controlled MCP server configuration without sufficient user confirmation, leading to arbitrary local command execution on the victim's machine.

Critical Impact

This vulnerability allows remote attackers to achieve arbitrary command execution on victim machines through malicious deeplinks that bypass user confirmation dialogs, potentially leading to complete system compromise.

Affected Products

  • Dive MCP Host Desktop Application versions prior to 0.13.0
  • Systems running Dive with deeplink handling enabled
  • Environments integrating Dive with function-calling LLMs

Discovery Timeline

  • January 16, 2026 - CVE-2026-23523 published to NVD
  • January 16, 2026 - Last updated in NVD database

Technical Details for CVE-2026-23523

Vulnerability Analysis

This vulnerability is classified as CWE-94 (Improper Control of Generation of Code), commonly known as Code Injection. The flaw exists in how Dive processes deeplink requests for MCP server configuration installation. The application fails to properly validate and prompt user confirmation when processing deeplinks that contain command execution parameters.

The vulnerability allows an attacker to craft a malicious deeplink that, when clicked by a victim, silently installs an attacker-controlled MCP server configuration. This configuration can then execute arbitrary commands on the local system without adequate user consent or awareness.

Root Cause

The root cause lies in the incomplete validation logic within the application's deeplink handling code. Prior to the fix, the application only triggered a confirmation popup when the transport type was set to stdio. However, configurations containing command or args fields could bypass this check, allowing malicious server configurations to be installed silently.

Attack Vector

The attack leverages the network-accessible deeplink mechanism. An attacker crafts a malicious deeplink URL containing a specially configured MCP server definition with embedded command execution parameters. When a victim clicks this link (typically delivered through phishing, malicious websites, or social engineering), the Dive application processes the deeplink and installs the malicious configuration without proper user confirmation, enabling arbitrary command execution.

text
         return
       }
 
-      if (_config.transport === "stdio") {
+      if (_config.transport === "stdio" || _config.command || "args" in _config) {
         setInstallToolConfirm(true)
         installToolBuffer.current = { name: data.name, config: _config }
         return

Source: GitHub Commit Update

The patch expands the condition for displaying the installation confirmation popup to include configurations that contain command or args properties, ensuring user confirmation is always required for potentially dangerous server configurations.

Detection Methods for CVE-2026-23523

Indicators of Compromise

  • Unexpected MCP server configurations appearing in Dive application settings
  • Unusual command execution activity originating from the Dive application process
  • Suspicious deeplink activity or URL handler invocations for Dive
  • Unauthorized network connections initiated by MCP server configurations

Detection Strategies

  • Monitor process creation events from the Dive application for unexpected child processes
  • Analyze application logs for deeplink handling events that install new MCP server configurations
  • Implement endpoint detection rules to flag command execution through MCP server configurations
  • Review installed MCP server configurations for unknown or suspicious entries

Monitoring Recommendations

  • Enable verbose logging within Dive application to capture deeplink processing events
  • Deploy endpoint detection and response (EDR) solutions to monitor for suspicious command execution chains
  • Configure network monitoring to detect unusual outbound connections from MCP server processes
  • Implement user behavior analytics to identify anomalous Dive application usage patterns

How to Mitigate CVE-2026-23523

Immediate Actions Required

  • Upgrade Dive to version 0.13.0 or later immediately
  • Audit existing MCP server configurations for unauthorized or suspicious entries
  • Educate users about the risks of clicking untrusted deeplinks
  • Consider temporarily disabling deeplink handling until the patch is applied

Patch Information

The vulnerability has been fixed in Dive version 0.13.0. The patch ensures that the confirmation popup is displayed whenever an MCP server configuration contains potentially dangerous elements such as command fields or args parameters, regardless of the transport type. Organizations should update to the patched version immediately.

For detailed patch information, refer to the GitHub Commit Update and the GitHub Security Advisory GHSA-pjj5-f3wm-f9m8.

Workarounds

  • Disable or restrict deeplink handling for Dive until the patch can be applied
  • Implement application whitelisting to control which MCP server configurations can be installed
  • Configure network-level controls to block suspicious deeplink traffic
  • Use endpoint protection to prevent unauthorized command execution from application contexts
bash
# Configuration example
# Verify Dive version to ensure patched release is installed
# Check installed version in application settings or via package manager
# For npm-based installations:
npm list dive | grep "0.13.0"

# Review MCP server configurations directory for suspicious entries
# Location varies by platform - check Dive documentation for config paths

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechDive

  • SeverityCRITICAL

  • CVSS Score9.6

  • EPSS Probability0.05%

  • 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-94
  • Technical References
  • GitHub Commit Update

  • GitHub Security Advisory GHSA-pjj5-f3wm-f9m8
  • 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