{"id":73424,"date":"2025-09-09T12:25:59","date_gmt":"2025-09-09T12:25:59","guid":{"rendered":""},"modified":"2025-11-03T12:18:36","modified_gmt":"2025-11-03T18:18:36","slug":"cve-2025-58176-remote-code-execution-vulnerability-in-dive-mcp-host-desktop-application","status":"publish","type":"post","link":"https:\/\/www.ameeba.com\/blog\/cve-2025-58176-remote-code-execution-vulnerability-in-dive-mcp-host-desktop-application\/","title":{"rendered":"<strong>CVE-2025-58176: Remote Code Execution Vulnerability in Dive MCP Host Desktop Application<\/strong>"},"content":{"rendered":"<p><strong>Overview<\/strong><\/p>\n<p>The vulnerability CVE-2025-58176 presents a significant threat to users of the open-source MCP Host Desktop Application, Dive, particularly those running versions 0.9.0 through 0.9.3. This vulnerability allows an attacker to execute remote code on a victim\u2019s machine through a carefully crafted URL, potentially compromising user data and system integrity. Given the wide usage of Dive in managing function-calling LLMs, this <a href=\"https:\/\/www.ameeba.com\/blog\/cve-2025-55293-high-risk-vulnerability-in-meshtastic-s-mesh-networking-solution\/\"  data-wpil-monitor-id=\"81325\">vulnerability puts a substantial number of systems at risk<\/a>.<\/p>\n<p><strong>Vulnerability Summary<\/strong><\/p>\n<p>CVE ID: CVE-2025-58176<br \/>\nSeverity: High (CVSS:8.8)<br \/>\nAttack Vector: Remote<br \/>\nPrivileges Required: None<br \/>\nUser Interaction: Required<br \/>\nImpact: <a href=\"https:\/\/www.ameeba.com\/blog\/cve-2022-45134-critical-vulnerability-in-mahara-leading-to-potential-system-compromise\/\"  data-wpil-monitor-id=\"82940\">Potential system<\/a> compromise and data leakage<\/p>\n<p><strong>Affected Products<\/strong><\/p><div id=\"ameeb-3678746064\" class=\"ameeb-content-2 ameeb-entity-placement\"><div style=\"border-left: 4px solid #555; padding-left: 20px; margin: 48px 0; font-family: Roboto, sans-serif; color: #ffffff; line-height: 1.6; max-width: 700px;\">\r\n  <h2 style=\"margin-top: 0; font-size: 20px; font-weight: 600; display: flex; align-items: center;\">\r\n    <a href=\"https:\/\/www.ameeba.com\/chat\" style=\"display: inline-flex; align-items: center; margin-right: 8px;\">\r\n      <img decoding=\"async\" src=\"https:\/\/www.ameeba.com\/blog\/wp-content\/uploads\/2025\/10\/Best-App-icon-Ameeba.png\" alt=\"Ameeba Chat Icon\" style=\"width: 40px; height: 40px;\" \/>\r\n    <\/a>\r\n    A new way to communicate\r\n  <\/h2>\r\n\r\n  <p style=\"margin-bottom: 12px;\">\r\n    Ameeba Chat is built on encrypted identity, not personal profiles.\r\n  <\/p>\r\n\r\n  <p style=\"margin-bottom: 16px;\">\r\n    Message, call, share files, and coordinate with identities kept separate.\r\n  <\/p>\r\n\r\n  <ul style=\"list-style: none; padding-left: 0; margin-bottom: 20px;\">\r\n    <li>\u2022 Encrypted identity<\/li>\r\n    <li>\u2022 Ameeba Chat authenticates access<\/li>\r\n    <li>\u2022 Aliases and categories<\/li>\r\n    <li>\u2022 End-to-end encrypted chat, calls, and files<\/li>\r\n    <li>\u2022 Secure notes for sensitive information<\/li>\r\n  <\/ul>\r\n\r\n  <p style=\"font-style: italic; font-weight: 600; margin-bottom: 24px;\">\r\n    Private communication, rethought.\r\n  <\/p>\r\n\r\n  <div style=\"display: flex; flex-wrap: wrap; gap: 12px;\">\r\n    <a href=\"https:\/\/www.ameeba.com\/chat\/download\" style=\"background-color: #ffffff; color: #000000; padding: 10px 20px; text-decoration: none; border-radius: 6px; font-weight: 500;\">Download Ameeba Chat<\/a>\r\n    <a href=\"https:\/\/www.ameeba.com\/chat\" style=\"border: 1px solid #ffffff; color: #ffffff; padding: 10px 20px; text-decoration: none; border-radius: 6px; font-weight: 500;\">Learn More<\/a>\r\n  <\/div>\r\n<\/div>\r\n<\/div>\n<p>Product | Affected Versions<\/p>\n<p>Dive MCP Host Desktop Application | 0.9.0 &#8211; 0.9.3<\/p>\n<p><strong>How the Exploit Works<\/strong><\/p>\n<p>The <a href=\"https:\/\/www.ameeba.com\/blog\/cve-2025-8309-improper-privilege-management-vulnerability-in-manageengine-products\/\"  data-wpil-monitor-id=\"85086\">vulnerability stems from Dive&#8217;s improper<\/a> handling of custom URLs. In the compromised versions, the application&#8217;s misprocessing <a href=\"https:\/\/www.ameeba.com\/blog\/cve-2025-53795-vulnerability-in-microsoft-pc-manager-allowing-unauthorized-privilege-elevation\/\"  data-wpil-monitor-id=\"81025\">allows for a one-click Remote Code Execution vulnerability<\/a>. An attacker can exploit this by embedding a malicious URL in a JSON object\u2019s `transport` field. Subsequently, when a user either visits a malicious website controlled by the attacker or clicks on a similarly crafted link on a legitimate site, the browser invokes Dive&#8217;s custom URL handler. This action launches the application and processes the malicious URL, leading to arbitrary <a href=\"https:\/\/www.ameeba.com\/blog\/cve-2025-40739-code-execution-vulnerability-in-solid-edge-se2025\/\"  data-wpil-monitor-id=\"81543\">code execution<\/a> on the victim&#8217;s machine.<\/p>\n<p><strong>Conceptual Example Code<\/strong><\/p><div id=\"ameeb-1534748373\" class=\"ameeb-content ameeb-entity-placement\"><div class=\"poptin-embedded\" data-id=\"f6b387694f681\"><\/div>\r\n\r\n\r\n\r\n\r\n\r\n<\/div>\n<p>An example of how the vulnerability could be exploited is shown below:<\/p>\n<pre><code class=\"\" data-line=\"\">GET \/malicious_page.html HTTP\/1.1\nHost: attacker-controlled-site.com\nHTML Response:\n&lt;a href=&quot;dive:\/\/malicious_site.com?transport={malicious_code}&quot;&gt;<\/code><\/pre>\n<p>In this example, the malicious_page.html contains a link that, when clicked or automatically redirected, will invoke the Dive application, processing the malicious code embedded within the URL, leading to the remote code execution.<\/p>\n<p><strong>Prevention and Mitigation<\/strong><\/p>\n<p>The most effective way to prevent exploitation of this vulnerability is to update the <a href=\"https:\/\/www.ameeba.com\/blog\/cve-2025-51055-insecure-data-storage-vulnerability-in-vedo-suite-version-2024-17\/\"  data-wpil-monitor-id=\"81573\">Dive MCP Host Desktop<\/a> Application to version 0.9.4 or later, which contains the necessary patch. For temporary mitigation, Web Application Firewalls (WAFs) or Intrusion Detection Systems (IDS) can be used to block or alert on suspicious URL handling. Users should be cautious about clicking on unknown or suspicious links, particularly those that may invoke the Dive application.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Overview The vulnerability CVE-2025-58176 presents a significant threat to users of the open-source MCP Host Desktop Application, Dive, particularly those running versions 0.9.0 through 0.9.3. This vulnerability allows an attacker to execute remote code on a victim\u2019s machine through a carefully crafted URL, potentially compromising user data and system integrity. Given the wide usage of [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"om_disable_all_campaigns":false,"footnotes":""},"categories":[1],"tags":[],"vendor":[],"product":[],"attack_vector":[80],"asset_type":[],"severity":[],"exploit_status":[],"class_list":["post-73424","post","type-post","status-publish","format-standard","hentry","category-uncategorized","attack_vector-rce"],"aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/www.ameeba.com\/blog\/wp-json\/wp\/v2\/posts\/73424","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.ameeba.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.ameeba.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.ameeba.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.ameeba.com\/blog\/wp-json\/wp\/v2\/comments?post=73424"}],"version-history":[{"count":6,"href":"https:\/\/www.ameeba.com\/blog\/wp-json\/wp\/v2\/posts\/73424\/revisions"}],"predecessor-version":[{"id":77873,"href":"https:\/\/www.ameeba.com\/blog\/wp-json\/wp\/v2\/posts\/73424\/revisions\/77873"}],"wp:attachment":[{"href":"https:\/\/www.ameeba.com\/blog\/wp-json\/wp\/v2\/media?parent=73424"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.ameeba.com\/blog\/wp-json\/wp\/v2\/categories?post=73424"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.ameeba.com\/blog\/wp-json\/wp\/v2\/tags?post=73424"},{"taxonomy":"vendor","embeddable":true,"href":"https:\/\/www.ameeba.com\/blog\/wp-json\/wp\/v2\/vendor?post=73424"},{"taxonomy":"product","embeddable":true,"href":"https:\/\/www.ameeba.com\/blog\/wp-json\/wp\/v2\/product?post=73424"},{"taxonomy":"attack_vector","embeddable":true,"href":"https:\/\/www.ameeba.com\/blog\/wp-json\/wp\/v2\/attack_vector?post=73424"},{"taxonomy":"asset_type","embeddable":true,"href":"https:\/\/www.ameeba.com\/blog\/wp-json\/wp\/v2\/asset_type?post=73424"},{"taxonomy":"severity","embeddable":true,"href":"https:\/\/www.ameeba.com\/blog\/wp-json\/wp\/v2\/severity?post=73424"},{"taxonomy":"exploit_status","embeddable":true,"href":"https:\/\/www.ameeba.com\/blog\/wp-json\/wp\/v2\/exploit_status?post=73424"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}