Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
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-61929

CVE-2025-61929: Cherry Studio Custom Protocol RCE Flaw

CVE-2025-61929 is a remote code execution vulnerability in Cherry Studio that exploits the custom cherrystudio:// protocol to execute malicious commands. This article covers the technical details, affected versions, and mitigation.

Published: March 11, 2026

CVE-2025-61929 Overview

CVE-2025-61929 is a critical code injection vulnerability in Cherry Studio, a desktop client that supports multiple LLM providers. The vulnerability exists in the custom protocol handler cherrystudio:// which improperly handles MCP installation URLs. When processing URLs of the cherrystudio://mcp type, the application parses base64-encoded configuration data and directly executes commands contained within it, enabling remote attackers to execute arbitrary commands on the victim's system.

Critical Impact

Remote attackers can achieve arbitrary command execution on victim systems by crafting malicious cherrystudio://mcp URLs. A single click on a malicious link or button triggers command execution with no additional user interaction required beyond the initial click.

Affected Products

  • Cherry-ai Cherry Studio (all versions as of publication)

Discovery Timeline

  • 2025-10-10 - CVE CVE-2025-61929 published to NVD
  • 2025-12-04 - Last updated in NVD database

Technical Details for CVE-2025-61929

Vulnerability Analysis

This vulnerability represents a severe code injection flaw (CWE-94) in Cherry Studio's custom protocol implementation. The application registers a URL scheme handler for cherrystudio:// protocols, which is intended to simplify MCP (Model Context Protocol) installation workflows. However, the implementation fails to properly validate or sanitize the command data embedded within these URLs before execution.

The attack requires network access and user interaction in the form of clicking a malicious link. While user interaction is required, the pop-up window displayed to users contains seemingly normal content, making it difficult for users to distinguish malicious requests from legitimate ones. The scope is changed, meaning the vulnerability can affect resources beyond the vulnerable component's security scope, potentially compromising the entire host system.

Root Cause

The root cause lies in the improper handling of user-controlled input in the URL protocol handler. Specifically, within src/main/services/ProtocolClient.ts and src/main/services/urlschema/mcp-install.ts, the handleMcpProtocolUrl function processes incoming cherrystudio://mcp URLs by extracting and decoding base64-encoded configuration data. This decoded data contains commands that are directly executed without proper validation, sanitization, or sandboxing.

The fundamental security flaw is the trust placed in externally-provided URL data. The application treats the base64-encoded content as trusted input and executes embedded commands, violating the principle of least privilege and failing to implement proper input validation.

Attack Vector

The attack exploits the custom protocol registration that allows web browsers and other applications to invoke Cherry Studio via cherrystudio:// URLs. An attacker crafts a malicious URL containing base64-encoded command payloads and distributes it through various channels such as:

  • Malicious websites with deceptive buttons or links
  • Phishing emails containing the crafted URL
  • Social engineering through messaging platforms
  • Injected content on compromised legitimate websites

When a user clicks the malicious link, their browser invokes Cherry Studio's protocol handler. The application presents a pop-up that appears to contain normal installation content, masking the malicious nature of the request. Upon user confirmation (which appears to be a routine action), the embedded commands execute with the privileges of the Cherry Studio application, potentially leading to full system compromise.

The vulnerability is particularly dangerous because it leverages the trust users place in the application's native functionality, making social engineering attacks highly effective.

Detection Methods for CVE-2025-61929

Indicators of Compromise

  • Unexpected process spawning from Cherry Studio application processes
  • Suspicious command-line arguments in processes launched by Cherry Studio
  • Network connections to unknown destinations initiated after Cherry Studio protocol handler invocation
  • Unusual file system modifications following interaction with cherrystudio:// URLs

Detection Strategies

  • Monitor process creation events where Cherry Studio is the parent process, looking for shell interpreters or unusual child processes
  • Implement URL logging to capture and analyze cherrystudio://mcp protocol invocations
  • Deploy application-level monitoring to detect base64-encoded payloads in protocol handler arguments
  • Correlate browser navigation events with Cherry Studio process activity for anomaly detection

Monitoring Recommendations

  • Enable detailed logging for custom protocol handler invocations within the application
  • Implement endpoint detection rules to alert on command execution patterns originating from Electron-based applications
  • Monitor for registry modifications related to custom URL protocol handlers
  • Review network traffic following Cherry Studio launch for suspicious outbound connections

How to Mitigate CVE-2025-61929

Immediate Actions Required

  • Consider disabling or uninstalling Cherry Studio until a patched version is available
  • Remove or disable the cherrystudio:// URL protocol handler registration from the system
  • Educate users about the risks of clicking unknown links that invoke desktop applications
  • Implement network-level blocking for known malicious URLs targeting this vulnerability
  • Deploy endpoint protection solutions capable of detecting command injection patterns

Patch Information

As of the publication date, no known patched versions exist for this vulnerability. Organizations should monitor the GitHub Security Advisory for updates on available patches. Until a fix is released, implementing the workarounds below is strongly recommended.

Workarounds

  • Unregister the cherrystudio:// protocol handler from the operating system to prevent exploitation
  • Use browser extensions or security tools to block custom protocol invocations
  • Restrict Cherry Studio network access using host-based firewalls
  • Deploy application allowlisting to control which applications can be invoked via URL protocols
  • Consider running Cherry Studio in a sandboxed environment if continued use is necessary
bash
# Windows: Remove protocol handler registration (run as Administrator)
reg delete "HKEY_CLASSES_ROOT\cherrystudio" /f

# macOS: Modify Info.plist to remove URL scheme (requires app modification)
# Navigate to Cherry Studio.app/Contents/Info.plist and remove CFBundleURLTypes entry

# Linux: Remove .desktop file URL handler or modify MimeType entries
# Location varies by distribution, typically in ~/.local/share/applications/

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechCherry Studio

  • SeverityCRITICAL

  • CVSS Score9.6

  • EPSS Probability0.06%

  • 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 Security Advisory
  • Related CVEs
  • CVE-2025-54074: Cherry Studio RCE Vulnerability

  • CVE-2025-54382: Cherry Studio RCE 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