Skip to content

Commit 86df308

Browse files
Merge pull request #6390 from github/Malayke-GHSA-399j-vxmf-hjvr
2 parents 7ad8754 + bf298a7 commit 86df308

File tree

1 file changed

+27
-2
lines changed

1 file changed

+27
-2
lines changed

advisories/unreviewed/2025/11/GHSA-399j-vxmf-hjvr/GHSA-399j-vxmf-hjvr.json

Lines changed: 27 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,40 @@
11
{
22
"schema_version": "1.4.0",
33
"id": "GHSA-399j-vxmf-hjvr",
4-
"modified": "2025-11-03T18:31:52Z",
4+
"modified": "2025-11-03T18:31:58Z",
55
"published": "2025-11-03T18:31:52Z",
66
"aliases": [
77
"CVE-2025-11953"
88
],
9+
"summary": "Arbitrary Os Command Execution In React-Native-Community/Cli",
910
"details": "The Metro Development Server, which is opened by the React Native 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.",
1011
"severity": [
1112
{
1213
"type": "CVSS_V3",
1314
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H"
1415
}
1516
],
16-
"affected": [],
17+
"affected": [
18+
{
19+
"package": {
20+
"ecosystem": "npm",
21+
"name": "@react-native-community/cli"
22+
},
23+
"ranges": [
24+
{
25+
"type": "ECOSYSTEM",
26+
"events": [
27+
{
28+
"introduced": "0"
29+
},
30+
{
31+
"fixed": "20.0.0"
32+
}
33+
]
34+
}
35+
]
36+
}
37+
],
1738
"references": [
1839
{
1940
"type": "ADVISORY",
@@ -23,6 +44,10 @@
2344
"type": "WEB",
2445
"url": "https://github.com/react-native-community/cli/commit/15089907d1f1301b22c72d7f68846a2ef20df547"
2546
},
47+
{
48+
"type": "PACKAGE",
49+
"url": "https://github.com/react-native-community/cli"
50+
},
2651
{
2752
"type": "WEB",
2853
"url": "https://jfrog.com/blog/cve-2025-11953-critical-react-native-community-cli-vulnerability"

0 commit comments

Comments
 (0)