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-8217

CVE-2025-8217: Amazon Q Developer VS Code Extension RCE

CVE-2025-8217 is a remote code execution vulnerability in Amazon Q Developer Visual Studio Code extension v1.84.0 caused by injected code. This article covers the technical details, affected versions, and upgrade steps.

Updated: January 22, 2026

CVE-2025-8217 Overview

CVE-2025-8217 is a vulnerability affecting the Amazon Q Developer Visual Studio Code (VS Code) extension version v1.84.0. This extension contains inert, injected code designed to call the Q Developer CLI. The injected code executes when the extension is launched within the VS Code environment; however, a syntax error in the injected code prevents it from making a successful API call to the Q Developer CLI.

This vulnerability is classified under CWE-506 (Embedded Malicious Code), indicating the presence of potentially harmful code embedded within the software component. While the injected code fails to execute successfully due to the syntax error, the presence of such code represents a significant supply chain security concern.

Critical Impact

Injected code in a widely-used developer tool extension could compromise developer workstations and potentially expose sensitive development environments and credentials.

Affected Products

  • Amazon Q Developer VS Code Extension v1.84.0
  • AWS Toolkit for Visual Studio Code (affected version)

Discovery Timeline

  • July 30, 2025 - CVE-2025-8217 published to NVD
  • October 14, 2025 - Last updated in NVD database

Technical Details for CVE-2025-8217

Vulnerability Analysis

This vulnerability represents an embedded malicious code issue (CWE-506) within the Amazon Q Developer VS Code extension. The injected code was designed to interact with the Q Developer CLI when the extension initializes. The presence of such code in a release version suggests a potential supply chain compromise or unauthorized code injection during the build or release process.

The attack requires local access, as the malicious code only executes within the context of the VS Code environment when the extension is loaded. The integrity impact stems from the code's ability to modify local system behavior, though confidentiality and availability impacts are limited in this specific case due to the non-functional nature of the injected code.

Root Cause

The root cause of this vulnerability is the presence of injected code embedded within the extension package. The code was intended to make API calls to the Q Developer CLI but contained a syntax error that rendered it non-functional. The underlying issue relates to insufficient code integrity verification during the build and release pipeline, allowing unauthorized or malicious code to be included in the distributed extension.

Attack Vector

The attack vector is local, requiring the user to install and launch the affected extension version within VS Code. Upon extension activation, the injected code attempts to execute automatically. The attack flow involves:

  1. User installs Amazon Q Developer VS Code extension version v1.84.0
  2. Extension activates when VS Code launches or when extension features are invoked
  3. Injected code executes within the extension context
  4. Code attempts to call Q Developer CLI (fails due to syntax error)

The vulnerability does not require user interaction beyond the initial installation, and no special privileges are needed to trigger the execution path. For detailed technical information, refer to the GitHub Security Advisory GHSA-7g7f-ff96-5gcw.

Detection Methods for CVE-2025-8217

Indicators of Compromise

  • Presence of Amazon Q Developer VS Code extension version v1.84.0 in VS Code installations
  • Unusual CLI process spawning from VS Code extension host processes
  • Extension logs showing attempted Q Developer CLI calls with syntax errors
  • Network connection attempts to AWS Q Developer API endpoints from extension context

Detection Strategies

  • Audit installed VS Code extensions across development environments for version v1.84.0
  • Monitor VS Code extension host processes for unexpected child process creation
  • Implement software composition analysis (SCA) to detect vulnerable extension versions
  • Review VS Code extension marketplace download history for affected versions

Monitoring Recommendations

  • Enable enhanced logging for VS Code extension activities in enterprise environments
  • Configure endpoint detection to alert on unusual process trees originating from VS Code
  • Implement centralized VS Code extension management with version pinning
  • Monitor for unexpected network activity from development workstations to AWS endpoints

How to Mitigate CVE-2025-8217

Immediate Actions Required

  • Upgrade Amazon Q Developer VS Code extension to version v1.85.0 or later immediately
  • Remove all installations of version v1.84.0 from development environments
  • Audit extension installation history to identify systems that may have run the affected version
  • Review AWS credential usage and rotate any credentials that may have been exposed during the affected period

Patch Information

AWS has released version v1.85.0 of the Amazon Q Developer VS Code extension to address this vulnerability. The fix removes the injected code and restores the extension to its expected functionality. Organizations should prioritize this update across all development environments.

For detailed patch information, see the AWS Security Bulletin AWS-2025-015 and the GitHub Release Notes for v1.85.0.

Workarounds

  • Uninstall the Amazon Q Developer VS Code extension version v1.84.0 if immediate upgrade is not possible
  • Disable automatic extension updates temporarily to prevent accidental installation of vulnerable versions
  • Use VS Code extension allowlists to restrict installation to verified extension versions
  • Consider using VS Code in restricted mode until the extension is updated

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechVisual Studio Code

  • SeverityMEDIUM

  • CVSS Score5.1

  • EPSS Probability0.00%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:L/AC:L/AT:N/PR:N/UI:N/VC:N/VI:L/VA:N/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:Amber
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-506
  • Technical References
  • AWS Security Bulletin AWS-2025-015

  • GitHub Release Notes for v1.85.0

  • GitHub Security Advisory GHSA-7g7f-ff96-5gcw
  • Related CVEs
  • CVE-2025-65715: VS Code Code Runner RCE Vulnerability

  • CVE-2025-65716: VS Code Markdown Preview Enhanced RCE Flaw

  • CVE-2025-65717: VS Code Live Server XSS Vulnerability
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