VDB
KO
HIGH

GHSA-7835-87q9-rgvv

Claude Code: Sandbox Escape via Git Worktree Path Confusion Allows Unsandboxed Code Execution

Quick fix

GHSA-7835-87q9-rgvv — @anthropic-ai/claude-code: upgrade to the fixed version with the command below.

npm install @anthropic-ai/claude-code@2.1.163

Details

Claude Code's worktree handling allowed creation of worktrees named ".git" and navigation to worktrees outside the sandbox context, enabling git directory confusion attacks. By exploiting symlink manipulation and git fsmonitor execution during worktree operations, an attacker could overwrite files in the user's home directory (such as .zshenv), leading to code execution outside of seatbelt sandbox restrictions. Reliably exploiting this required the user to clone a malicious repository containing prompt injection content and run Claude Code against it.

Users on standard Claude Code auto-update have received this fix automatically. Users performing manual updates are advised to update to the latest version.

Thank you to hackerone.com/metnew for reporting this issue.

Are you affected?

Enter the version of the package you're using.

Affected packages

npm / @anthropic-ai/claude-code
Introduced in: 2.1.38 Fixed in: 2.1.163
Fix npm install @anthropic-ai/claude-code@2.1.163

References