Skip to content

fix: upgrade shell-quote to 1.8.4 (CVE-2026-9277) - #29095

Open
anupamme wants to merge 1 commit into
google-gemini:mainfrom
anupamme:fix-repo-gemini-cli-cve-2026-9277-shell-quote
Open

fix: upgrade shell-quote to 1.8.4 (CVE-2026-9277)#29095
anupamme wants to merge 1 commit into
google-gemini:mainfrom
anupamme:fix-repo-gemini-cli-cve-2026-9277-shell-quote

Conversation

@anupamme

Copy link
Copy Markdown

Summary

Upgrade shell-quote from 1.8.3 to 1.8.4 to fix CVE-2026-9277.

Vulnerability

Field Value
ID CVE-2026-9277
Severity CRITICAL
Scanner trivy
Rule CVE-2026-9277
File package-lock.json (dependency: shell-quote)
Assessment Likely exploitable

Description: shell-quote: shell-quote: Arbitrary code execution via command injection due to unescaped line terminators

Evidence

Scanner confirmation: trivy rule CVE-2026-9277 flagged this pattern.

Changes

  • package.json
  • package-lock.json
  • packages/cli/package.json
  • packages/core/package.json

Behavior Preservation

The change is scoped to 4 files on the vulnerable path; it only tightens handling of untrusted input and leaves valid inputs unaffected.


This change addresses a pattern flagged by static analysis. The code path handles user-influenced input and the fix reduces the attack surface against both manual and automated exploitation.


Automated security fix by OrbisAI Security

Automated dependency upgrade by OrbisAI Security
@anupamme
anupamme requested a review from a team as a code owner August 26, 2026 07:35
@github-actions github-actions Bot added the size/s A small PR label Aug 26, 2026
@github-actions

Copy link
Copy Markdown

📊 PR Size: size/S

  • Lines changed: 17
  • Additions: +9
  • Deletions: -8
  • Files changed: 4

@gemini-code-assist

Copy link
Copy Markdown
Contributor

Summary of Changes

Hello, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed!

This pull request performs a necessary security update for the 'shell-quote' package across the repository. By bumping the version to 1.9.0, the project mitigates a critical command injection vulnerability, ensuring safer processing of user-influenced input without altering existing application logic.

Highlights

  • Security Patch: Upgraded the 'shell-quote' dependency from version 1.8.3 to 1.9.0 to remediate CVE-2026-9277.
  • Vulnerability Mitigation: Addressed a critical arbitrary code execution vulnerability caused by improper handling of line terminators in shell-quote.
Using Gemini Code Assist

The full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips.

Invoking Gemini

You can request assistance from Gemini at any point by creating a comment using either /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in pull request comments and review comments.
Help /gemini help Displays a list of available commands.

Customization

To customize the Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a .gemini/ folder in the base of the repository. Detailed instructions can be found here.

Limitations & Feedback

Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counterproductive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for GitHub and other Google products, sign up here.

Footnotes

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request updates the shell-quote dependency from version 1.8.3 to 1.9.0 across the workspace, specifically in the root package.json, packages/cli/package.json, packages/core/package.json, and the lockfile. There are no review comments, and I have no feedback to provide on these changes.

Note: Security Review has been skipped due to the limited scope of the PR.

@gemini-cli gemini-cli Bot added the status/need-issue Pull requests that need to have an associated issue. label Aug 26, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size/s A small PR status/need-issue Pull requests that need to have an associated issue.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant