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

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

CVE-2025-65716 is a remote code execution vulnerability in Visual Studio Code's Markdown Preview Enhanced extension v0.8.18 that enables attackers to run malicious code via crafted .Md files. This article covers technical details, affected versions, impact assessment, and mitigation strategies.

Published: February 20, 2026

CVE-2025-65716 Overview

A code injection vulnerability has been discovered in Visual Studio Code Extensions Markdown Preview Enhanced v0.8.18 that allows attackers to execute arbitrary code via uploading a crafted .md file. This vulnerability affects developers using the popular Markdown Preview Enhanced extension within VS Code, potentially compromising development environments and exposing sensitive source code and credentials.

Critical Impact

Attackers can achieve remote code execution on developer workstations by tricking users into previewing malicious Markdown files, potentially leading to complete system compromise and supply chain attacks.

Affected Products

  • Visual Studio Code Extension: Markdown Preview Enhanced v0.8.18
  • Development environments using the affected extension
  • Systems where users preview untrusted Markdown files

Discovery Timeline

  • 2026-02-16 - CVE CVE-2025-65716 published to NVD
  • 2026-02-18 - Last updated in NVD database

Technical Details for CVE-2025-65716

Vulnerability Analysis

This vulnerability is classified as CWE-94 (Improper Control of Generation of Code - Code Injection). The Markdown Preview Enhanced extension fails to properly sanitize user-controlled input within Markdown files before rendering, allowing malicious code to be executed in the context of the VS Code extension host process.

The extension's preview functionality parses and renders Markdown content with enhanced features such as code execution blocks, diagrams, and embedded content. When processing specially crafted Markdown files, the extension does not adequately validate or sandbox certain embedded content types, enabling attackers to inject and execute arbitrary code.

The network-based attack vector requires user interaction—specifically, the victim must open and preview a malicious Markdown file. This could occur through phishing attacks targeting developers, malicious pull requests containing weaponized documentation files, or compromised repositories.

Root Cause

The root cause lies in insufficient input validation and sanitization within the Markdown rendering pipeline. The extension processes enhanced Markdown features that allow embedded code execution without proper sandboxing or content security policies. When rendering certain Markdown constructs, the extension fails to neutralize special elements that could be interpreted as executable code.

Attack Vector

An attacker can craft a malicious .md file containing specially formatted content that exploits the rendering engine's code execution capabilities. The attack flow typically involves:

  1. Creating a Markdown file with embedded malicious payloads
  2. Distributing the file through various channels (email attachments, GitHub repositories, shared drives)
  3. Waiting for a victim to open the file in VS Code and preview it using Markdown Preview Enhanced
  4. Achieving code execution in the context of the VS Code process

The vulnerability mechanism involves the extension's handling of enhanced Markdown features. When a user previews a crafted Markdown file, the malicious payload executes with the same privileges as the VS Code process, typically full user-level access. Technical details regarding the specific exploitation technique can be found in the Ox Security Blog CVE Analysis.

Detection Methods for CVE-2025-65716

Indicators of Compromise

  • Unexpected child processes spawned by VS Code extension host
  • Unusual network connections originating from VS Code processes
  • Suspicious modifications to developer workstation files following Markdown file preview
  • Anomalous VS Code extension behavior or crash patterns

Detection Strategies

  • Monitor VS Code extension host processes for unexpected command execution or shell spawning
  • Implement endpoint detection rules for code execution chains originating from VS Code
  • Review VS Code extension logs for error patterns associated with malicious Markdown parsing
  • Deploy file integrity monitoring on critical development environment configurations

Monitoring Recommendations

  • Enable verbose logging for VS Code extensions to capture rendering events
  • Monitor for network connections to unknown destinations initiated by VS Code processes
  • Implement behavioral analysis to detect post-exploitation activities on developer workstations
  • Set up alerts for mass file access or credential file reads following VS Code activity

How to Mitigate CVE-2025-65716

Immediate Actions Required

  • Update Markdown Preview Enhanced extension to a patched version when available
  • Disable or uninstall the Markdown Preview Enhanced extension version 0.8.18 until a fix is released
  • Avoid previewing Markdown files from untrusted sources
  • Review recently opened Markdown files for suspicious content

Patch Information

Users should monitor the GitHub Project Repository for security updates and patched versions of the extension. Until an official patch is released, organizations should implement the workarounds listed below to reduce exposure risk.

Workarounds

  • Uninstall or disable Markdown Preview Enhanced extension until a patched version is available
  • Use alternative Markdown preview extensions that do not have this vulnerability
  • Implement organizational policies restricting preview of Markdown files from external or untrusted sources
  • Configure VS Code to open Markdown files in restricted mode when possible
bash
# Disable Markdown Preview Enhanced extension via VS Code CLI
code --disable-extension shd101wyy.markdown-preview-enhanced

# List installed extensions to verify status
code --list-extensions --show-versions | grep markdown-preview-enhanced

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

  • SeverityHIGH

  • CVSS Score8.8

  • EPSS Probability0.05%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityHigh
  • AvailabilityHigh
  • CWE References
  • CWE-94
  • Technical References
  • GitHub Project Repository

  • Ox Security Blog CVE Analysis
  • Related CVEs
  • CVE-2025-65715: VS Code Code Runner RCE Vulnerability

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

  • 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