SEPTEMBER 19, 2026
Live Feed
Back to database
Case File

CVE-2026-54785

MEDIUM · CVSS 6.2 EPSS 0.15% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-07-31 · Last synced 2026-08-30

CyberRota Analysis

AI-Generated

The vulnerability allows arbitrary local file read due to the `consult_gemini_with_files` function in versions 1.0.0 to 1.3.1 of gemini-bridge, which improperly handles file paths, exposing sensitive file contents to the Gemini CLI and potentially to Google. Organizations using affected versions should prioritize updating to version 1.3.1 to mitigate the risk of data leakage. This is particularly critical for those handling sensitive information or operating in regulated environments.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-54785
Severity
MEDIUM
CVSS
6.2
EPSS
0.15%

Original NVD Description

gemini-bridge is a lightweight MCP server bridging AI agents to Google's Gemini AI via the official CLI. From 1.0.0 until 1.3.1, consult_gemini_with_files in inline mode read any file path supplied in the files argument without confining it to the working directory, then forwarded the contents to the Gemini CLI. Because the caller also controls query, the file contents are echoed back through the Gemini round-trip (and sent to Google), making this an arbitrary local file read. This issue is fixed in version 1.3.1.