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-2021-47851

CVE-2021-47851: Mini Mouse 9.2.0 RCE Vulnerability

CVE-2021-47851 is a remote code execution vulnerability in Mini Mouse 9.2.0 allowing unauthenticated attackers to execute arbitrary commands via the /op=command endpoint. This article covers technical details, impact, and mitigation.

Published: January 23, 2026

CVE-2021-47851 Overview

CVE-2021-47851 is a critical remote code execution (RCE) vulnerability affecting Mini Mouse version 9.2.0, a popular remote control application for iOS devices. The vulnerability exists in an unauthenticated HTTP endpoint that allows attackers to execute arbitrary commands on the target system. By sending specially crafted JSON requests to the /op=command endpoint, malicious actors can download and execute arbitrary payloads without any authentication requirements.

Critical Impact

This vulnerability allows unauthenticated remote attackers to achieve full system compromise through arbitrary command execution, potentially leading to data theft, malware installation, or complete system takeover.

Affected Products

  • Mini Mouse 9.2.0

Discovery Timeline

  • 2026-01-21 - CVE-2021-47851 published to NVD
  • 2026-01-21 - Last updated in NVD database

Technical Details for CVE-2021-47851

Vulnerability Analysis

This vulnerability falls under CWE-78 (Improper Neutralization of Special Elements used in an OS Command), commonly known as OS Command Injection. The Mini Mouse application exposes an HTTP endpoint that processes incoming JSON requests containing script commands. The application fails to properly validate or sanitize user-supplied input before passing it to system command execution functions.

The attack surface is particularly dangerous because the vulnerable endpoint requires no authentication whatsoever. Any attacker with network access to the Mini Mouse service can exploit this vulnerability remotely. The impact is severe: successful exploitation grants the attacker the ability to execute arbitrary commands with the same privileges as the Mini Mouse application process, potentially leading to complete system compromise.

Root Cause

The root cause of this vulnerability is the lack of input validation and authentication on the /op=command HTTP endpoint. The application accepts JSON requests containing command parameters and directly executes these commands on the underlying operating system without sanitizing special characters or validating the legitimacy of the request. This design flaw allows attackers to inject malicious shell commands that are executed in the context of the application.

Attack Vector

The attack vector is network-based and requires no user interaction or prior authentication. An attacker can exploit this vulnerability by sending a crafted HTTP request to the Mini Mouse service's /op=command endpoint. The JSON payload contains malicious script commands that instruct the application to download and execute attacker-controlled payloads.

The exploitation process typically involves:

  1. Identifying a target running Mini Mouse 9.2.0
  2. Crafting a malicious JSON request containing shell commands
  3. Sending the request to the /op=command endpoint
  4. The vulnerable application executes the injected commands without validation

Technical details and proof-of-concept code are available through the Exploit-DB entry #49743 and the VulnCheck Advisory.

Detection Methods for CVE-2021-47851

Indicators of Compromise

  • Unusual HTTP requests to the Mini Mouse service containing /op=command endpoint access
  • Unexpected child processes spawned by the Mini Mouse application process
  • Network connections to suspicious external hosts initiated by the Mini Mouse application
  • Evidence of payload downloads or script execution in system logs

Detection Strategies

  • Monitor network traffic for HTTP requests to Mini Mouse services containing suspicious JSON payloads or command-related parameters
  • Deploy endpoint detection rules to identify unexpected process execution chains originating from the Mini Mouse application
  • Implement IDS/IPS signatures to detect exploitation attempts targeting the /op=command endpoint
  • Review application logs for anomalous command execution patterns

Monitoring Recommendations

  • Enable verbose logging on systems running Mini Mouse to capture all HTTP request details
  • Configure SIEM alerts for command injection attack patterns targeting known Mini Mouse endpoints
  • Monitor for unusual outbound connections from systems hosting Mini Mouse services
  • Implement file integrity monitoring on systems running the vulnerable application

How to Mitigate CVE-2021-47851

Immediate Actions Required

  • Disable or uninstall Mini Mouse 9.2.0 immediately if not required for business operations
  • Implement network segmentation to restrict access to systems running Mini Mouse
  • Deploy firewall rules to block unauthorized network access to Mini Mouse service ports
  • Conduct a security assessment to identify any systems potentially compromised through this vulnerability

Patch Information

Organizations should check for updated versions of Mini Mouse that address this vulnerability. Review the Apple App Store listing for the latest application version and security updates. If no patch is available, consider transitioning to alternative solutions that do not contain this vulnerability.

Workarounds

  • Restrict network access to the Mini Mouse service using host-based or network firewalls
  • Implement network-level authentication or VPN requirements before allowing access to systems running Mini Mouse
  • Deploy a web application firewall (WAF) to filter malicious requests targeting the vulnerable endpoint
  • Consider running Mini Mouse in an isolated network segment with no direct internet access
bash
# Example firewall rule to restrict Mini Mouse access
# Block external access to Mini Mouse default port (adjust port as needed)
iptables -A INPUT -p tcp --dport 8080 -s ! 192.168.1.0/24 -j DROP

# Allow only trusted IP addresses
iptables -A INPUT -p tcp --dport 8080 -s 192.168.1.100 -j ACCEPT
iptables -A INPUT -p tcp --dport 8080 -j DROP

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechMini Mouse

  • SeverityCRITICAL

  • CVSS Score9.3

  • EPSS Probability0.24%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-78
  • Technical References
  • Apple App Information

  • Exploit-DB #49743

  • VulnCheck Advisory - Mini Mouse RCE
  • Related CVEs
  • CVE-2021-47850: Mini Mouse Path Traversal Vulnerability

  • CVE-2021-47849: Mini Mouse 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