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

CVE-2025-11953: React Native Community CLI RCE Vulnerability

CVE-2025-11953 is a remote code execution flaw in React Native Community CLI's Metro Development Server that allows unauthenticated attackers to execute arbitrary commands. This article covers technical details, impact, and mitigation.

Published: March 11, 2026

CVE-2025-11953 Overview

The Metro Development Server, which is opened by the React Native Community CLI, binds to external interfaces by default. The server exposes an endpoint that is vulnerable to OS command injection (CWE-78). This allows unauthenticated network attackers to send a POST request to the server and run arbitrary executables. On Windows, the attackers can also execute arbitrary shell commands with fully controlled arguments.

Critical Impact

This vulnerability enables unauthenticated remote code execution through OS command injection, allowing attackers to compromise development environments and potentially gain full system access. CISA has added this vulnerability to their Known Exploited Vulnerabilities catalog, confirming active exploitation in the wild.

Affected Products

  • React Native Community CLI (all versions prior to patch)
  • React Native Community CLI version 18.0.0
  • React Native Community CLI version 20.0.0-alpha0, 20.0.0-alpha1, 20.0.0-alpha2

Discovery Timeline

  • 2025-11-03 - CVE-2025-11953 published to NVD
  • 2026-02-06 - Last updated in NVD database

Technical Details for CVE-2025-11953

Vulnerability Analysis

This vulnerability affects the Metro Development Server component of the React Native Community CLI. The core issue lies in insufficient URL validation in the openURLMiddleware.ts endpoint. When the Metro server starts, it binds to external network interfaces by default rather than localhost only, exposing the vulnerable endpoint to network-accessible attackers.

The openURLMiddleware accepts URL parameters from POST requests without proper protocol validation, allowing attackers to inject malicious payloads that are passed to the system's open command. This design flaw enables unauthenticated command injection attacks from any network-reachable attacker.

Root Cause

The root cause is improper input validation (CWE-78: OS Command Injection) in the URL handling middleware. The vulnerable code path accepts arbitrary URL schemes and passes them directly to the open() function without validating the protocol. This allows attackers to craft malicious URLs with unexpected protocols or command injection payloads that are then executed by the underlying operating system.

Attack Vector

Attackers can exploit this vulnerability by sending crafted POST requests to the Metro Development Server's open URL endpoint. Since the server binds to external interfaces by default, any unauthenticated user on the same network can reach the vulnerable endpoint. The attack is particularly severe on Windows systems where attackers can execute arbitrary shell commands with fully controlled arguments, enabling complete system compromise.

typescript
// Security patch in packages/cli-server-api/src/openURLMiddleware.ts
// Source: https://github.com/react-native-community/cli/commit/15089907d1f1301b22c72d7f68846a2ef20df547
 
    const {url} = req.body as {url: string};
 
+    try {
+      const parsedUrl = new URL(url);
+      if (parsedUrl.protocol !== 'http:' && parsedUrl.protocol !== 'https:') {
+        res.writeHead(400);
+        res.end('Invalid URL protocol');
+        return;
+      }
+    } catch (error) {
+      res.writeHead(400);
+      res.end('Invalid URL format');
+      return;
+    }
+
     await open(url);
 
     res.writeHead(200);

The patch adds strict URL validation to ensure only http: and https: protocols are accepted, preventing command injection through malicious URL schemes.

Detection Methods for CVE-2025-11953

Indicators of Compromise

  • Unexpected POST requests to Metro Development Server endpoints (typically port 8081)
  • Unusual process spawning from Metro server or Node.js processes
  • Network connections to development servers from external IP addresses
  • System command execution logs showing suspicious open command invocations

Detection Strategies

  • Monitor network traffic for POST requests to Metro server endpoints from non-localhost sources
  • Implement network segmentation to isolate development environments from untrusted networks
  • Review system process trees for unexpected child processes spawned by Metro/Node.js
  • Configure host-based intrusion detection to alert on command injection patterns

Monitoring Recommendations

  • Enable logging on Metro Development Server instances to capture incoming requests
  • Deploy network monitoring to detect external access attempts to port 8081 (default Metro port)
  • Implement endpoint detection and response (EDR) solutions to monitor for suspicious process chains
  • Review firewall logs for connections to development server ports from external networks

How to Mitigate CVE-2025-11953

Immediate Actions Required

  • Update React Native Community CLI to a patched version immediately
  • Configure Metro Development Server to bind only to localhost (127.0.0.1) instead of all interfaces
  • Implement network-level access controls to restrict access to development servers
  • Audit systems for signs of compromise if development servers were exposed to untrusted networks

Patch Information

React Native Community has released a security patch that adds stricter URL validation to the openURLMiddleware. The fix validates that only http: and https: protocols are accepted before passing URLs to the system's open command. The patch is available in commit 15089907d1f1301b22c72d7f68846a2ef20df547.

Organizations should update their React Native Community CLI installations to incorporate this security fix. Additional technical analysis is available from JFrog's security research blog and VulnCheck's analysis.

Workarounds

  • Configure Metro to bind to localhost only by modifying the server configuration
  • Use firewall rules to block external access to Metro Development Server ports (default 8081)
  • Run development servers within isolated network segments or VPNs
  • Consider using containerized development environments with network isolation
bash
# Configuration example - Bind Metro server to localhost only
# In metro.config.js or via CLI arguments
npx react-native start --host 127.0.0.1

# Alternatively, configure firewall to block external access to port 8081
# Linux (iptables)
iptables -A INPUT -p tcp --dport 8081 -s 127.0.0.1 -j ACCEPT
iptables -A INPUT -p tcp --dport 8081 -j DROP

# Windows (PowerShell)
New-NetFirewallRule -DisplayName "Block Metro External" -Direction Inbound -LocalPort 8081 -Protocol TCP -RemoteAddress "!127.0.0.1" -Action Block

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechReact Native Community Cli

  • SeverityCRITICAL

  • CVSS Score9.8

  • EPSS Probability3.36%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CISA KEV Information
  • In CISA KEVYes
  • CWE References
  • CWE-78
  • Technical References
  • X Status Update by Szymon

  • X Status Update by Thymikee

  • CISA Exploit Catalog Entry

  • VulnCheck Blog Analysis
  • Vendor Resources
  • GitHub Commit Changes

  • JFrog Blog CVE Analysis
  • Latest CVEs
  • CVE-2026-35467: Browser API Key Information Disclosure

  • CVE-2026-35466: cveInterface.js XSS Vulnerability

  • CVE-2026-30252: ZenShare Suite XSS Vulnerability

  • CVE-2026-30251: ZenShare Suite v17.0 XSS Vulnerability
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