CVE-2026-33068: Claude Code has a Workspace Trust Dialog Bypass via Repo-Controlled Settings File
Claude Code is an agentic coding tool. Versions prior to 2.1.53 resolved the permission mode from settings files, including the repo-controlled .claude/settings.json, before determining whether to display the workspace trust confirmation dialog. A malicious repository could set permissions.defaultMode to bypassPermissions in its committed .claude/settings.json, causing the trust dialog to be silently skipped on first open. This allowed a user to be placed into a permissive mode without seeing the trust confirmation prompt, making it easier for an attacker-controlled repository to gain tool execution without explicit user consent. This issue has been patched in version 2.1.53.
Other sources
Claude Code resolved the permission mode from settings files, including the repo-controlled .claude/settings.json, before determining whether to display the workspace trust confirmation dialog. A malicious repository could set permissions.defaultMode to bypassPermissions in its committed .claude/settings.json, causing the trust dialog to be silently skipped on first open. This allowed a user to be placed into a permissive mode without seeing the trust confirmation prompt, making it easier for an attacker-controlled repository to gain tool execution without explicit user consent.
Users on standard Claude Code auto-update have received this fix already. Users performing manual updates are advised to update to the latest version.
Thank you to hackerone.com/cantinaxyz for reporting this issue.
— GitHub
Affected Software
Event History
Frequently Asked Questions
What is the severity of CVE-2026-33068?
CVE-2026-33068 is considered a high severity vulnerability due to the potential for privilege escalation.
How do I fix CVE-2026-33068?
To fix CVE-2026-33068, upgrade to version 2.1.53 or later of the @anthropic-ai/claude-code package.
What kind of exploits can occur due to CVE-2026-33068?
Exploiting CVE-2026-33068 could allow a malicious repository to bypass permission checks and execute unauthorized actions.
Which versions of @anthropic-ai/claude-code are affected by CVE-2026-33068?
All versions of @anthropic-ai/claude-code prior to 2.1.53 are affected by CVE-2026-33068.
Is CVE-2026-33068 related to workspace trust features?
Yes, CVE-2026-33068 specifically impacts the workspace trust confirmation dialog related to permission settings.