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-2025-58176

CVE-2025-58176: Openagentplatform Dive RCE Vulnerability

CVE-2025-58176 is a one-click remote code execution flaw in Openagentplatform Dive affecting versions 0.9.0 through 0.9.3. Attackers can exploit it via crafted URLs to execute arbitrary code on victim machines.

Published: April 21, 2026

CVE-2025-58176 Overview

CVE-2025-58176 is a Remote Code Execution (RCE) vulnerability affecting Dive, an open-source MCP Host Desktop Application that enables integration with function-calling LLMs. The vulnerability exists in versions 0.9.0 through 0.9.3 and is triggered through improper processing of the custom dive: URL scheme, specifically via a malicious transport value in the JSON object. An attacker can achieve one-click arbitrary code execution on a victim's machine by either redirecting them from a malicious website or embedding a crafted link on a legitimate website containing user-generated content.

Critical Impact

One-click Remote Code Execution allows attackers to execute arbitrary code on victim machines through malicious deep links, requiring only minimal user interaction.

Affected Products

  • OpenAgentPlatform Dive versions 0.9.0 through 0.9.3
  • Dive MCP Host Desktop Application with custom URL handler (dive: scheme)
  • Systems with Dive installed as registered URL handler

Discovery Timeline

  • 2025-09-03 - CVE-2025-58176 published to NVD
  • 2025-09-11 - Last updated in NVD database

Technical Details for CVE-2025-58176

Vulnerability Analysis

This vulnerability is classified as CWE-94 (Improper Control of Generation of Code / Code Injection). The root issue stems from the Dive application's custom URL handler not properly validating and sanitizing input received through deep links. When a user clicks on a malicious dive: protocol link or is redirected to one, the application processes the embedded JSON data without adequate security checks, allowing an attacker to inject arbitrary commands.

The attack requires network access and minimal user interaction—just a single click or automatic redirect. Upon successful exploitation, an attacker gains the ability to execute code with the same privileges as the Dive application, potentially leading to complete compromise of confidentiality, integrity, and availability of the victim's system.

Root Cause

The vulnerability originates from improper processing of custom URL parameters in the Dive application's deep link handler. Specifically, the transport parameter within the JSON object passed through the dive: URL scheme was not properly validated before being used in command execution contexts. This allowed attackers to craft URLs that, when processed, would execute arbitrary code on the victim's machine.

Attack Vector

The attack can be executed through two primary scenarios:

  1. Malicious Website Redirect: A victim visits an attacker-controlled website that automatically redirects to a crafted dive: URL
  2. Embedded Link: A victim clicks on a malicious link embedded in user-generated content on a legitimate website

In both cases, the browser invokes Dive's custom URL handler, which launches the Dive application and processes the crafted URL without proper validation, leading to arbitrary code execution.

The security patch introduces a confirmation popup that requires explicit user approval before processing stdio MCP server installation requests via deep links:

text
 import { router } from "./router"
 import { useAtom, useAtomValue, useSetAtom } from "jotai"
 import { removeOapConfigAtom, writeOapConfigAtom } from "./atoms/configState"
-import { useEffect } from "react"
+import { useEffect, useRef, useState } from "react"
 import { handleGlobalHotkey } from "./atoms/hotkeyState"
 import { handleWindowResizeAtom } from "./atoms/sidebarState"
 import { systemThemeAtom } from "./atoms/themeState"

Source: GitHub Commit

The patch also adds user-facing confirmation messaging:

text
     "retry": "Retry",
     "stop": "Stop",
     "tip": "If an error occurs during download, please close this window first and restart the application to re-download."
+  },
+  "deeplink": {
+    "mcpInstallConfirm": "Add stdio MCP Service - You will add MCP via the following command, please confirm:"
   }
 }

Source: GitHub Commit

Detection Methods for CVE-2025-58176

Indicators of Compromise

  • Unexpected process spawns originating from the Dive application
  • Network connections from Dive to unknown or suspicious external hosts
  • Browser history or logs showing redirects to dive: protocol URLs with suspicious JSON payloads
  • Unusual command executions with transport parameters containing shell metacharacters or encoded commands

Detection Strategies

  • Monitor for process creation events where Dive is the parent process launching unexpected child processes
  • Implement URL filtering to detect and block malicious dive: protocol links containing suspicious JSON structures
  • Deploy endpoint detection rules to identify code injection patterns through custom URL handlers
  • Review browser extension and security software logs for blocked deep link redirects

Monitoring Recommendations

  • Enable verbose logging for the Dive application to capture all deep link processing events
  • Configure SIEM rules to alert on anomalous process chains involving the Dive executable
  • Monitor for outbound connections initiated immediately after Dive application launch
  • Track file system modifications in user directories following deep link invocations

How to Mitigate CVE-2025-58176

Immediate Actions Required

  • Upgrade Dive to version 0.9.4 or later immediately
  • Audit recent activity on systems running vulnerable versions (0.9.0 through 0.9.3)
  • Review browser history for any suspicious dive: protocol link invocations
  • Consider temporarily unregistering the dive: URL handler until the patch can be applied

Patch Information

The vulnerability has been addressed in Dive version 0.9.4. The fix implements a confirmation popup that displays the exact command being requested before execution, requiring explicit user approval for stdio MCP server installations via deep links. Users should update immediately by downloading the latest release from the official repository.

For detailed information about the security fix, refer to the GitHub Security Advisory GHSA-2r34-7pgx-vvrc and review the commit changes.

Workarounds

  • Unregister the dive: custom URL handler at the operating system level until the application can be updated
  • Configure browser security settings to prompt before opening external protocol handlers
  • Implement network-level filtering to block access to known malicious domains distributing exploit links
  • Educate users about the risks of clicking unknown deep links, especially those from untrusted sources
bash
# Configuration example
# On macOS, you can inspect registered URL handlers:
defaults read ~/Library/Preferences/com.apple.LaunchServices/com.apple.launchservices.secure

# On Windows, check registry for dive: protocol handler:
reg query HKEY_CLASSES_ROOT\dive

# Consider temporarily removing the handler until patched:
# (Backup your settings before making registry changes)

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechOpenagentplatform

  • SeverityHIGH

  • CVSS Score8.8

  • EPSS Probability0.44%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityHigh
  • AvailabilityHigh
  • CWE References
  • CWE-94
  • Vendor Resources
  • GitHub Commit Changes

  • GitHub Security Advisory GHSA-2r34-7pgx-vvrc
  • Latest CVEs
  • CVE-2026-8468: Elixir Plug Library DoS Vulnerability

  • CVE-2026-8295: simdjson Information Disclosure Vulnerability

  • CVE-2025-68421: Comarch ERP Optima Auth Bypass Vulnerability

  • CVE-2025-68420: Comarch ERP Optima Privilege Escalation
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