React Native Community CLI是React Native Community开源的一个命令行工具。 React Native Community CLI存在安全漏洞,该漏洞源于默认绑定外部接口且端点存在OS命令注入漏洞,可能导致未经验证的攻击者发送POST请求执行任意命令。
Although we use advanced large model technology, its output may still contain inaccurate or outdated information.Shenlong tries to ensure data accuracy, but please verify and judge based on the actual situation.
10-question deep dive: root cause, exploitation, mitigation, urgency. Read summary free, full version requires login.
| # | POC Description | Source Link | Shenlong Link |
|---|---|---|---|
| 1 | CVE-2025-11953 demonstration: Critical RCE vulnerability in React Native CLI (CVSS 9.8). Educational security research with proof-of-concept exploits and mitigation strategies. | https://github.com/SaidBenaissa/cve-2025-11953-vulnerability-demo | POC Details |
| 2 | CVE-2025-11953 | https://github.com/B1ack4sh/Blackash-CVE-2025-11953 | POC Details |
| 3 | Comprehensive Proof of Concept collection for CVE-2025-11953, CVE-2025-59287, CVE-2025-8941 with exploitation frameworks in Python, C, Bash, PowerShell | https://github.com/N3k0t-dev/PoC-CVE-collection | POC Details |
| 4 | CVE-2025-11953 | https://github.com/Ashwesker/Blackash-CVE-2025-11953 | POC Details |
| 5 | None | https://github.com/Mr-In4inci3le/CVE-2025-11953-POC- | POC Details |
| 6 | None | https://github.com/boroeurnprach/CVE-2025-11953-PoC | POC Details |
| 7 | The Metro development server started by the React Native Community CLI binds to external network interfaces by default and exposes an unauthenticated /open-url endpoint. Affected versions pass the attacker supplied url value straight to the open() helper without validating the scheme, allowing an unauthenticated attacker to launch arbitrary executables on the developer machine. On Windows the request is dispatched through cmd, which permits arbitrary shell commands with fully controlled arguments. The fix was released as a backport across several release lines, so the version number alone does not indicate whether an instance is affected, and this template probes the endpoint behaviour instead. | https://github.com/projectdiscovery/nuclei-templates/blob/main/http/cves/2025/CVE-2025-11953.yaml | POC Details |
No comments yet