React Native Community CLI是React Native Community开源的一个命令行工具。 React Native Community CLI存在安全漏洞,该漏洞源于默认绑定外部接口且端点存在OS命令注入漏洞,可能导致未经验证的攻击者发送POST请求执行任意命令。
尽管我们使用了先进的大模型技术,但其输出仍可能包含不准确或过时的信息。神龙努力确保数据的准确性,但请您根据实际情况进行核实和判断。
| # | POC 描述 | 源链接 | 神龙链接 |
|---|---|---|---|
| 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详情 |
| 2 | CVE-2025-11953 | https://github.com/B1ack4sh/Blackash-CVE-2025-11953 | POC详情 |
| 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详情 |
| 4 | CVE-2025-11953 | https://github.com/Ashwesker/Blackash-CVE-2025-11953 | POC详情 |
| 5 | None | https://github.com/Mr-In4inci3le/CVE-2025-11953-POC- | POC详情 |
| 6 | None | https://github.com/boroeurnprach/CVE-2025-11953-PoC | POC详情 |
| 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详情 |
暂无评论