Actively Exploited — CISA KEV

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

Severity: Critical | CVSS 3.1: 9.8 | Published: 2025-11-03 | KEV Added: 2026-02-05

What is CVE-2025-11953?

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. 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.

Technical Analysis

Weakness Classification

This vulnerability is classified as CWE-78 — OS Command Injection. The application passes untrusted input to an operating system shell command, enabling an attacker to execute arbitrary OS commands with the application's privileges.

Attack Vector Breakdown

  • Attack Vector: Network
  • Attack Complexity: Low
  • Privileges Required: None
  • User Interaction: None
  • Scope: Unchanged
  • Confidentiality: High
  • Integrity: High
  • Availability: High

Impact Analysis

This vulnerability is exploitable over the network, meaning any system reachable via the internet or internal network is potentially at risk without physical access. The attack complexity is low, requires no special privileges, and needs no user interaction — making it straightforward to exploit at scale. Successful exploitation can result in full confidentiality breach (complete data disclosure), complete integrity compromise (data modification or code execution), total availability loss (denial of service). The application passes untrusted input to an operating system shell command, enabling an attacker to execute arbitrary OS commands with the application's privileges.

Exploitation Probability (EPSS): 14.0% chance of exploitation in the next 30 days (94th percentile). This is a significantly elevated exploitation probability — prioritize patching.

Exploit Availability

Public exploit code or proof-of-concept is available for CVE-2025-11953. This significantly increases the risk of exploitation, as attackers can use or adapt existing exploit code rather than developing their own. A public exploit reference has been identified. Organizations should treat this as an urgent patching priority.

Is CVE-2025-11953 being exploited?

Yes. CVE-2025-11953 is listed in CISA's Known Exploited Vulnerabilities (KEV) catalog, restricted to CVEs with confirmed active exploitation in the wild. CISA added this vulnerability on 2026-02-05. Inclusion in KEV triggers the patching mandate under BOD 22-01 for U.S. federal civilian agencies, with a remediation deadline of 2026-02-26. Additionally, public exploit code is available, which lowers the barrier for attackers.

How to fix CVE-2025-11953

Apply the security update issued by React Native Community for CLI. If an immediate patch is not possible, consult the vendor advisory for mitigation guidance, restrict network exposure of the affected service, and monitor logs for indicators of exploitation. CISA's Known Exploited Vulnerabilities catalog requires U.S. federal agencies to remediate this vulnerability by the due date shown below under Binding Operational Directive 22-01. Private organizations should treat KEV entries as priority-one patches because active exploitation has been confirmed in the wild.

Related Vulnerabilities

Other actively exploited vulnerabilities sharing the same weakness pattern (CWE-78 — OS Command Injection):

  • CVE-2026-25108 (High 8.8) [same CWE] — FileZen contains an OS command injection vulnerability. When FileZen Antivirus…
  • CVE-2026-1731 (Critical 9.8) [same CWE] — BeyondTrust Remote Support (RS) and certain older versions of Privileged…
  • CVE-2025-64328 (High 7.2) [same CWE] — FreePBX Endpoint Manager is a module for managing telephony endpoints in…
  • CVE-2025-66644 (High 7.2) [same CWE] — Array Networks ArrayOS AG before 9.4.5.9 allows command injection, as…
  • CVE-2025-58034 (High 7.2) [same CWE] — An Improper Neutralization of Special Elements used in an OS Command ('OS…

Frequently asked questions

Is CVE-2025-11953 critical?

CVE-2025-11953 has a CVSS 3.1 base score of 9.8 — Critical severity. It should be treated as a priority patch, especially given the active exploitation confirmed by CISA. The availability of public exploit code further increases the urgency.

Is CVE-2025-11953 being actively exploited?

Yes — CISA added CVE-2025-11953 to the Known Exploited Vulnerabilities catalog on 2026-02-05. Inclusion in KEV means CISA has confirmed in-the-wild exploitation. Public exploit code has also been identified, making exploitation accessible to a broader range of threat actors.

How do I patch CVE-2025-11953?

Apply the security update from React Native Community for CLI. Federal agencies must remediate by 2026-02-26 under BOD 22-01.

What type of vulnerability is CVE-2025-11953?

CVE-2025-11953 is classified under CWE-78 (OS Command Injection). The application passes untrusted input to an operating system shell command, enabling an attacker to execute arbitrary OS commands with the application's privileges.

What is the CVSS score for CVE-2025-11953?

CVE-2025-11953 has a CVSS 3.1 base score of 9.8, classifying it as Critical severity. The attack vector is Network, attack complexity is Low, and no privileges are required.