From 50b602f9674b307d6a908caa0e7c1ee5736adc75 Mon Sep 17 00:00:00 2001 From: jamubc <150970140+jamubc@users.noreply.github.com> Date: Sat, 30 May 2026 03:24:31 -0700 Subject: [PATCH] Improve GHSA-28qq-5f47-r5x2 --- .../GHSA-28qq-5f47-r5x2.json | 29 +++++++++++++++++-- 1 file changed, 27 insertions(+), 2 deletions(-) diff --git a/advisories/unreviewed/2026/01/GHSA-28qq-5f47-r5x2/GHSA-28qq-5f47-r5x2.json b/advisories/unreviewed/2026/01/GHSA-28qq-5f47-r5x2/GHSA-28qq-5f47-r5x2.json index f8ca82cf861a2..158bf57c71b57 100644 --- a/advisories/unreviewed/2026/01/GHSA-28qq-5f47-r5x2/GHSA-28qq-5f47-r5x2.json +++ b/advisories/unreviewed/2026/01/GHSA-28qq-5f47-r5x2/GHSA-28qq-5f47-r5x2.json @@ -1,11 +1,12 @@ { "schema_version": "1.4.0", "id": "GHSA-28qq-5f47-r5x2", - "modified": "2026-01-23T06:31:23Z", + "modified": "2026-01-23T06:31:32Z", "published": "2026-01-23T06:31:23Z", "aliases": [ "CVE-2026-0755" ], + "summary": "gemini-mcp-tool execAsync Command Injection Remote Code Execution Vulnerability", "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.", "severity": [ { @@ -13,12 +14,36 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [], + "affected": [ + { + "package": { + "ecosystem": "npm", + "name": "gemini-mcp-tool" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "1.1.2" + }, + { + "fixed": "1.1.6" + } + ] + } + ] + } + ], "references": [ { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2026-0755" }, + { + "type": "PACKAGE", + "url": "https://github.com/jamubc/gemini-mcp-tool" + }, { "type": "WEB", "url": "https://www.zerodayinitiative.com/advisories/ZDI-26-021"