CyberRota Analysis
AI-GeneratedThe 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.
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.