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-2020-17163

CVE-2020-17163: Microsoft Python Extension RCE Vulnerability

CVE-2020-17163 is a remote code execution vulnerability in the Visual Studio Code Python Extension that allows attackers to execute arbitrary code. This article covers the technical details, affected versions, and mitigation strategies.

Published: March 4, 2026

CVE-2020-17163 Overview

CVE-2020-17163 is a Remote Code Execution vulnerability affecting the Microsoft Python Extension for Visual Studio Code. This vulnerability allows an attacker to execute arbitrary code on a victim's system when the user interacts with malicious content while using the Python extension in VS Code.

Critical Impact

Successful exploitation could allow attackers to execute arbitrary code with the same privileges as the user running Visual Studio Code, potentially leading to complete system compromise.

Affected Products

  • Microsoft Python Extension for Visual Studio Code

Discovery Timeline

  • 2023-12-29 - CVE-2020-17163 published to NVD
  • 2025-07-15 - Last updated in NVD database

Technical Details for CVE-2020-17163

Vulnerability Analysis

This Remote Code Execution (RCE) vulnerability exists in the Microsoft Python Extension for Visual Studio Code. The vulnerability requires local access and user interaction to exploit, meaning an attacker would need to convince a user to open a malicious file or project within VS Code with the Python extension installed.

The attack requires no special privileges to execute, but does require the victim to perform an action such as opening a crafted file. Upon successful exploitation, an attacker can achieve complete compromise of confidentiality, integrity, and availability of the affected system, executing code within the context of the current user.

Root Cause

The specific technical root cause has not been publicly disclosed by Microsoft beyond confirming it as a Remote Code Execution vulnerability. The vulnerability is classified under NVD-CWE-noinfo, indicating that detailed weakness enumeration information is not available. Given the nature of VS Code extensions and Python execution, the vulnerability likely involves improper handling of code or data that the Python extension processes.

Attack Vector

The attack vector for CVE-2020-17163 is local, requiring an attacker to have some level of access to the target system or convince a user to open malicious content. The attack complexity is low, meaning once the prerequisites are met, exploitation is straightforward.

A typical attack scenario would involve:

  1. An attacker crafting a malicious Python project, file, or workspace configuration
  2. The victim opening this malicious content in Visual Studio Code with the Python extension installed
  3. The extension processing the malicious content triggers the vulnerability
  4. Arbitrary code executes with the user's privileges

Since no verified exploit code is publicly available, the specific exploitation mechanism remains undisclosed. Refer to the Microsoft Security Update for official technical guidance.

Detection Methods for CVE-2020-17163

Indicators of Compromise

  • Unexpected child processes spawned by the code (VS Code) process when working with Python files
  • Unusual network connections originating from VS Code or its extension host process
  • Suspicious file modifications in user directories following Python extension activity
  • Anomalous PowerShell, cmd, or shell command execution traced back to VS Code processes

Detection Strategies

  • Monitor VS Code extension host processes for unusual process creation patterns or command-line arguments
  • Implement endpoint detection rules for code execution chains originating from code.exe or related VS Code processes
  • Alert on unusual file system access patterns from the Python extension's working directories
  • Review VS Code extension logs and Python extension telemetry for anomalous behavior

Monitoring Recommendations

  • Enable enhanced logging for VS Code and the Python extension to capture detailed execution events
  • Deploy endpoint detection and response (EDR) solutions capable of monitoring development tool behavior
  • Implement application whitelisting policies that alert on unexpected executables launched from VS Code contexts
  • Monitor for downloads or creation of Python files from untrusted sources before they are opened in VS Code

How to Mitigate CVE-2020-17163

Immediate Actions Required

  • Update the Microsoft Python Extension for Visual Studio Code to the latest available version immediately
  • Review and audit any Python projects or files recently opened from untrusted sources
  • Restrict VS Code extension installations to only verified and necessary extensions
  • Educate developers about the risks of opening untrusted projects or code in VS Code

Patch Information

Microsoft has released a security update to address CVE-2020-17163. Users should update the Python Extension for Visual Studio Code through the VS Code Extensions marketplace or by running the update command within VS Code. The official security advisory and patch details are available from the Microsoft Security Response Center.

To update the extension:

  1. Open Visual Studio Code
  2. Navigate to the Extensions view (Ctrl+Shift+X)
  3. Locate the Python extension by Microsoft
  4. Click the Update button if available, or verify you have the latest version

Workarounds

  • Avoid opening Python files, projects, or workspaces from untrusted or unknown sources until the patch is applied
  • Temporarily disable the Python extension if immediate patching is not possible and Python development is not required
  • Run VS Code with reduced privileges or in a sandboxed environment when working with potentially untrusted content
  • Implement strict network segmentation for development workstations to limit the impact of potential compromise
bash
# Verify current Python extension version in VS Code
code --list-extensions --show-versions | grep ms-python.python

# Update all VS Code extensions from command line
code --install-extension ms-python.python --force

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechMicrosoft Python

  • SeverityHIGH

  • CVSS Score7.8

  • EPSS Probability0.75%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityHigh
  • AvailabilityHigh
  • CWE References
  • NVD-CWE-noinfo
  • Vendor Resources
  • Microsoft Security Update CVE-2020-17163
  • Related CVEs
  • CVE-2024-49050: Microsoft Python Extension 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