CVE-2025-11953
BaseFortify
Publication date: 2025-11-03
Last updated on: 2026-02-06
Assigner: JFrog
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| react_native_community | cli | * |
| react-native-community | react_native_community_cli | From 19.0.0 (inc) to 19.1.2 (inc) |
| react-native-community | react_native_community_cli | 20.0.0 |
| react-native-community | react_native_community_cli | 18.0.0 |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-78 | The product constructs all or part of an OS command using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the intended OS command when it is sent to a downstream component. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
The vulnerability exists in the Metro Development Server used by the React Native CLI, which binds to external interfaces by default. It exposes an endpoint vulnerable to OS command injection, allowing unauthenticated network attackers to send POST requests and execute arbitrary executables. On Windows systems, attackers can also run arbitrary shell commands with fully controlled arguments.
How can this vulnerability impact me? :
This vulnerability can have severe impacts as it allows unauthenticated attackers to execute arbitrary code on the affected system remotely. This can lead to full system compromise, including data theft, system disruption, or further attacks within the network.