Skip to content

Commit 50b602f

Browse files
committed
1 parent b5d6b0c commit 50b602f

1 file changed

Lines changed: 27 additions & 2 deletions

File tree

advisories/unreviewed/2026/01/GHSA-28qq-5f47-r5x2/GHSA-28qq-5f47-r5x2.json

Lines changed: 27 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,49 @@
11
{
22
"schema_version": "1.4.0",
33
"id": "GHSA-28qq-5f47-r5x2",
4-
"modified": "2026-01-23T06:31:23Z",
4+
"modified": "2026-01-23T06:31:32Z",
55
"published": "2026-01-23T06:31:23Z",
66
"aliases": [
77
"CVE-2026-0755"
88
],
9+
"summary": "gemini-mcp-tool execAsync Command Injection Remote Code Execution Vulnerability",
910
"details": "gemini-mcp-tool execAsync Command Injection Remote Code Execution Vulnerability. This vulnerability allows remote attackers to execute arbitrary code on affected installations of gemini-mcp-tool. Authentication is not required to exploit this vulnerability.\n\nThe specific flaw exists within the implementation of the execAsync method. The issue results from the lack of proper validation of a user-supplied string before using it to execute a system call. An attacker can leverage this vulnerability to execute code in the context of the service account. Was ZDI-CAN-27783.",
1011
"severity": [
1112
{
1213
"type": "CVSS_V3",
1314
"score": "CVSS:3.0/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": "gemini-mcp-tool"
22+
},
23+
"ranges": [
24+
{
25+
"type": "ECOSYSTEM",
26+
"events": [
27+
{
28+
"introduced": "1.1.2"
29+
},
30+
{
31+
"fixed": "1.1.6"
32+
}
33+
]
34+
}
35+
]
36+
}
37+
],
1738
"references": [
1839
{
1940
"type": "ADVISORY",
2041
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-0755"
2142
},
43+
{
44+
"type": "PACKAGE",
45+
"url": "https://github.com/jamubc/gemini-mcp-tool"
46+
},
2247
{
2348
"type": "WEB",
2449
"url": "https://www.zerodayinitiative.com/advisories/ZDI-26-021"

0 commit comments

Comments
 (0)