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-2023-36867

CVE-2023-36867: GitHub Pull Requests RCE Vulnerability

CVE-2023-36867 is a remote code execution vulnerability in the Visual Studio Code GitHub Pull Requests and Issues Extension that enables attackers to execute arbitrary code. This article covers technical details, impact, and mitigation.

Published: February 4, 2026

CVE-2023-36867 Overview

CVE-2023-36867 is a Remote Code Execution vulnerability affecting the Visual Studio Code GitHub Pull Requests and Issues Extension. This vulnerability allows attackers to execute arbitrary code on systems running vulnerable versions of the extension, potentially compromising developer workstations and the sensitive source code repositories they access.

Critical Impact

Successful exploitation of this vulnerability could allow an attacker to execute arbitrary code with the privileges of the user running Visual Studio Code, potentially leading to complete system compromise and unauthorized access to source code repositories.

Affected Products

  • GitHub Pull Requests and Issues Extension for Visual Studio Code
  • Visual Studio Code installations with the vulnerable extension installed

Discovery Timeline

  • July 11, 2023 - CVE-2023-36867 published to NVD
  • November 21, 2024 - Last updated in NVD database

Technical Details for CVE-2023-36867

Vulnerability Analysis

This Remote Code Execution vulnerability exists within the GitHub Pull Requests and Issues Extension for Visual Studio Code. The extension integrates GitHub functionality directly into the VS Code IDE, allowing developers to manage pull requests and issues without leaving their development environment.

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 interact with crafted content within the extension context. Upon successful exploitation, the attacker gains the ability to execute code with the same privileges as the VS Code process, which typically runs with full user permissions.

Given that developers often have access to sensitive source code, deployment credentials, and infrastructure access tokens, compromise of a development workstation through this vulnerability could have severe downstream consequences for an organization's security posture.

Root Cause

While specific technical details have not been publicly disclosed by Microsoft, the vulnerability classification indicates improper handling of input or content processed by the extension. Remote Code Execution vulnerabilities in VS Code extensions typically arise from unsafe handling of untrusted data, improper sanitization of content rendered in webviews, or insecure inter-process communication between the extension and external resources.

Attack Vector

The attack vector for CVE-2023-36867 is local, requiring the attacker to have some level of access to the target system or the ability to deliver malicious content that the victim will interact with. The exploitation scenario likely involves:

  1. An attacker crafting malicious content that triggers the vulnerability when processed by the extension
  2. The victim opening or interacting with the malicious content through VS Code with the vulnerable extension installed
  3. Arbitrary code execution occurring in the context of the VS Code process

The vulnerability requires user interaction, which provides some mitigation against fully automated attacks, but social engineering or supply chain attacks targeting development workflows remain viable exploitation paths.

Detection Methods for CVE-2023-36867

Indicators of Compromise

  • Unusual process spawning from VS Code or its extension host processes
  • Unexpected network connections initiated by VS Code to unknown or suspicious endpoints
  • Anomalous file system activity in VS Code extension directories
  • Unexpected modifications to VS Code configuration files or extension settings

Detection Strategies

  • Monitor for unusual child processes spawned by the Code.exe or VS Code extension host processes
  • Implement application whitelisting to detect unauthorized code execution from VS Code contexts
  • Review VS Code extension logs for anomalous activity or error patterns
  • Deploy endpoint detection solutions capable of monitoring IDE process behaviors

Monitoring Recommendations

  • Enable verbose logging for VS Code extensions to capture potential exploitation attempts
  • Implement network monitoring for VS Code processes to detect unexpected outbound connections
  • Establish baseline behavior for VS Code usage patterns to identify anomalies
  • Monitor for unauthorized changes to installed extensions or their configurations

How to Mitigate CVE-2023-36867

Immediate Actions Required

  • Update the GitHub Pull Requests and Issues Extension to the latest available version immediately
  • Review installed VS Code extensions and remove any that are unnecessary or outdated
  • Implement the principle of least privilege for developer workstations
  • Educate development teams about the risks of interacting with untrusted content in VS Code

Patch Information

Microsoft has addressed this vulnerability through updates to the affected extension. Organizations should ensure all instances of the GitHub Pull Requests and Issues Extension are updated to the patched version. Refer to the Microsoft Security Response Center Advisory for specific version information and update guidance.

VS Code extensions typically update automatically when VS Code checks for updates, but administrators should verify that automatic updates are enabled and that the patched version has been deployed across all development environments.

Workarounds

  • Disable the GitHub Pull Requests and Issues Extension until the patch can be applied if immediate updating is not possible
  • Restrict VS Code's network access through firewall rules as a temporary measure
  • Run VS Code in a sandboxed environment or virtual machine to limit the impact of potential exploitation
  • Avoid opening untrusted repositories or content in VS Code until systems are patched
bash
# Verify installed extension version in VS Code
code --list-extensions --show-versions | grep -i "github.vscode-pull-request-github"

# Force extension update via VS Code command line
code --install-extension GitHub.vscode-pull-request-github --force

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechGithub

  • SeverityHIGH

  • CVSS Score7.8

  • EPSS Probability0.25%

  • 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 CVE-2023-36867 Advisory
  • Related CVEs
  • CVE-2026-23654: zero-shot-scfoundation RCE Vulnerability

  • CVE-2026-0573: GitHub Enterprise Server Auth Bypass Flaw

  • CVE-2025-23369: GitHub Enterprise Server Auth Bypass Flaw

  • CVE-2024-7711: GitHub Enterprise Server Auth Bypass Issue
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