A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
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
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • 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-61590

CVE-2025-61590: Anysphere Cursor RCE Vulnerability

CVE-2025-61590 is a remote code execution flaw in Anysphere Cursor that allows attackers to execute code via workspace hijacking. This post explains its impact, affected versions, and mitigation steps.

Published: June 2, 2026

CVE-2025-61590 Overview

CVE-2025-61590 affects Cursor, an AI-powered code editor built on Visual Studio Code. Versions 1.6 and below allow remote code execution through Visual Studio Code Workspaces. The flaw lets attackers bypass the protections introduced for CVE-2025-54130 by abusing .code-workspace files that VS Code creates automatically as untitled.code-workspace. An attacker who hijacks the chat context, for example through a compromised Model Context Protocol (MCP) server, can use prompt injection to instruct the Cursor Agent to write malicious entries into the workspace settings section. Anysphere fixed the issue in Cursor version 1.7.

Critical Impact

Prompt injection through a compromised MCP server can trigger arbitrary code execution on the developer workstation by writing to workspace settings.

Affected Products

  • Anysphere Cursor versions 1.6 and below
  • Cursor installations that open or auto-create .code-workspace files
  • Cursor environments connected to untrusted MCP servers or external chat contexts

Discovery Timeline

  • 2025-10-03 - CVE-2025-61590 published to the National Vulnerability Database
  • 2025-10-17 - Last updated in NVD database

Technical Details for CVE-2025-61590

Vulnerability Analysis

The vulnerability is a code injection flaw classified under [CWE-94]. Cursor extends Visual Studio Code and inherits its workspace model. Workspaces let users group multiple folders and persist project-specific configuration in a .code-workspace JSON file, similar to .vscode/settings.json. VS Code automatically maintains an untitled.code-workspace file that mirrors the current session's folders and settings. This means a .code-workspace file is almost always present in the user's working context, even when the user never explicitly created one.

The Cursor Agent has file-writing capability within the project. Workspace settings are interpreted by the editor and can influence task runners, debug configurations, and extension behavior. Writing attacker-controlled values into the settings section enables code execution under the developer's user account.

Root Cause

Cursor 1.6 and earlier did not enforce the protections introduced for CVE-2025-54130 against the workspace settings path. The Agent could modify .code-workspace files without prompting the user, leaving the original RCE class re-exploitable through a different file location.

Attack Vector

The attack requires hijacking the Agent's chat context. A compromised MCP server, a malicious tool response, or attacker-controlled content read into the conversation can deliver a prompt injection payload. The injected instructions direct the Agent to write into untitled.code-workspace or an existing .code-workspace file. When the workspace is reloaded or relevant settings are evaluated, the malicious configuration executes commands on the host. The vulnerability requires the victim to operate within a workspace context, but no additional user interaction beyond normal editor use is needed once the chat context is compromised.

No verified public exploit code is available. Technical details are documented in the Cursor GitHub Security Advisory GHSA-xg6w-rmh5-r77r.

Detection Methods for CVE-2025-61590

Indicators of Compromise

  • Unexpected modifications to .code-workspace or untitled.code-workspace files, especially within the settings block
  • New or altered entries under task, debug, or extension-related keys that reference shell commands or external binaries
  • Cursor Agent file-write actions targeting workspace configuration immediately after MCP tool responses or external content ingestion

Detection Strategies

  • Monitor file integrity for *.code-workspace files in developer home directories and project roots
  • Inspect Cursor and MCP server logs for Agent-initiated edits to workspace settings that were not requested by the user
  • Correlate child process creation from the Cursor process with recent workspace settings changes to surface execution chains

Monitoring Recommendations

  • Inventory active MCP servers and flag connections to untrusted or third-party endpoints in developer environments
  • Alert on Cursor or VS Code spawning shells, package managers, or scripting interpreters shortly after a workspace reload
  • Track outbound network connections from developer workstations following workspace file modifications

How to Mitigate CVE-2025-61590

Immediate Actions Required

  • Upgrade Cursor to version 1.7 or later on all developer workstations
  • Audit and remove untrusted MCP server configurations from Cursor settings
  • Review existing .code-workspace files for unexpected entries in the settings, tasks, or launch sections

Patch Information

Anysphere fixed the issue in Cursor 1.7. The fix extends the protections originally added for CVE-2025-54130 to cover workspace settings paths, preventing the Agent from silently writing executable configuration into .code-workspace files. Refer to the Cursor GitHub Security Advisory for vendor guidance.

Workarounds

  • Restrict the Cursor Agent's automatic file-write permissions and require explicit approval for edits to .code-workspace files
  • Connect only to MCP servers that are internally operated or cryptographically verified
  • Avoid pasting untrusted content, issue links, or third-party documentation into the Cursor chat while a workspace is open
  • Run Cursor inside a sandboxed development environment or container with limited host access

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechAnysphere Cursor

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability0.26%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityHigh
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-94
  • Vendor Resources
  • GitHub Security Advisory
  • Related CVEs
  • CVE-2026-26268: Anysphere Cursor Sandbox Escape RCE Flaw

  • CVE-2025-64107: Anysphere Cursor RCE Vulnerability

  • CVE-2025-61591: Anysphere Cursor RCE Vulnerability

  • CVE-2025-59944: Anysphere Cursor RCE Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today 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