The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2025-58764

CVE-2025-58764: Anthropic Claude Code RCE Vulnerability

CVE-2025-58764 is a remote code execution flaw in Anthropic Claude Code that allows bypassing confirmation prompts to execute untrusted commands. This article covers the technical details, affected versions, and mitigation.

Published: March 11, 2026

CVE-2025-58764 Overview

CVE-2025-58764 is a Code Injection vulnerability affecting Anthropic Claude Code, an agentic coding tool. Due to an error in command parsing, versions prior to 1.0.105 were vulnerable to a bypass of the Claude Code confirmation prompt, which could be exploited to trigger execution of an untrusted command. This vulnerability is classified as CWE-94 (Improper Control of Generation of Code).

Reliably exploiting this vulnerability requires the ability to add untrusted content into a Claude Code context window. An attacker who can influence the content processed by Claude Code could potentially bypass security confirmations and execute arbitrary commands without user approval.

Critical Impact

Successful exploitation allows attackers to bypass confirmation prompts and execute untrusted commands, potentially leading to unauthorized code execution, data exfiltration, or system compromise.

Affected Products

  • Anthropic Claude Code versions prior to 1.0.105
  • Claude Code for Node.js environments

Discovery Timeline

  • 2025-09-10 - CVE-2025-58764 published to NVD
  • 2025-10-24 - Last updated in NVD database

Technical Details for CVE-2025-58764

Vulnerability Analysis

This vulnerability stems from improper handling of command parsing within Claude Code's execution pipeline. The tool is designed to present users with confirmation prompts before executing potentially dangerous commands, serving as a security boundary between the AI agent and the underlying system. However, a flaw in the command parsing logic allowed specially crafted input to bypass this confirmation mechanism entirely.

The attack surface requires an adversary to inject untrusted content into Claude Code's context window. This could occur through various vectors such as malicious project files, compromised dependencies, or manipulated input sources that Claude Code processes during its agentic operations.

Root Cause

The root cause is an error in command parsing logic (CWE-94: Improper Control of Generation of Code). The vulnerability exists in how Claude Code interprets and validates commands before presenting them to users for confirmation. Certain command structures or character sequences were not properly sanitized, allowing the confirmation prompt to be bypassed.

Attack Vector

The attack is conducted over the network and requires some user interaction. An attacker must first establish a means to inject content into a Claude Code session's context window. This could be achieved through:

  • Malicious code repositories or project files that Claude Code analyzes
  • Compromised external data sources referenced during coding tasks
  • Social engineering to convince users to process attacker-controlled content

Once untrusted content is present in the context window, the parsing flaw allows command execution without the expected user confirmation, breaking the trust boundary the confirmation prompt is designed to enforce.

The vulnerability mechanism involves malformed or specially crafted command sequences that exploit the parsing error. When Claude Code processes these sequences, the confirmation prompt that normally protects against unintended command execution is bypassed. For technical implementation details, refer to the GitHub Security Advisory.

Detection Methods for CVE-2025-58764

Indicators of Compromise

  • Unexpected command executions in Claude Code session logs without corresponding user confirmations
  • Anomalous system calls or process spawning originating from Claude Code processes
  • Presence of suspicious content in Claude Code context windows or input sources

Detection Strategies

  • Monitor Claude Code execution logs for commands that lack confirmation entries
  • Implement process monitoring to detect unexpected child processes spawned by Claude Code
  • Audit input sources and project files for potentially malicious content patterns

Monitoring Recommendations

  • Enable verbose logging for Claude Code sessions to capture command execution flows
  • Deploy endpoint detection to monitor for suspicious process trees originating from Node.js processes running Claude Code
  • Review auto-update status to ensure Claude Code instances are receiving security patches

How to Mitigate CVE-2025-58764

Immediate Actions Required

  • Update Claude Code to version 1.0.105 or later immediately
  • Verify auto-update functionality is enabled and working correctly
  • Audit recent Claude Code sessions for any signs of unauthorized command execution

Patch Information

Anthropic has released version 1.0.105 which addresses this command parsing vulnerability. Users on standard Claude Code auto-update should have received this fix automatically. Manual update users should upgrade to version 1.0.105 or the latest available version.

For complete patch details and security advisory information, see the GitHub Security Advisory for GHSA-qxfv-fcpc-w36x.

Workarounds

  • Limit Claude Code's exposure to untrusted content sources until patched
  • Exercise caution when using Claude Code with repositories or projects from untrusted sources
  • Consider disabling Claude Code in sensitive environments until the update is applied
bash
# Verify Claude Code version
claude --version

# Manual update if auto-update is disabled
npm update -g @anthropic-ai/claude-code

# Verify updated version is 1.0.105 or later
claude --version

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechAnthropic Claude Code

  • SeverityHIGH

  • CVSS Score8.7

  • EPSS Probability0.12%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:P/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityHigh
  • AvailabilityHigh
  • CWE References
  • CWE-94
  • Vendor Resources
  • GitHub Security Advisory
  • Related CVEs
  • CVE-2025-66032: Anthropic Claude Code RCE Vulnerability

  • CVE-2025-65099: Anthropic Claude Code RCE Vulnerability

  • CVE-2025-54795: Anthropic Claude Code RCE Vulnerability

  • CVE-2025-59041: Anthropic Claude Code RCE Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English