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

CVE-2023-38147: Windows 10 1507 Miracast RCE Vulnerability

CVE-2023-38147 is a remote code execution vulnerability in Windows Miracast Wireless Display on Windows 10 1507 that enables attackers to execute arbitrary code. This article covers technical details, affected systems, and mitigations.

Published: February 4, 2026

CVE-2023-38147 Overview

CVE-2023-38147 is a remote code execution vulnerability affecting the Windows Miracast Wireless Display feature across multiple versions of Microsoft Windows operating systems. This vulnerability allows an unauthenticated attacker on an adjacent network to execute arbitrary code on vulnerable systems through the Miracast wireless display protocol implementation.

Critical Impact

An attacker within the same network segment can exploit this vulnerability to achieve full system compromise without requiring user interaction or authentication, potentially gaining complete control over affected Windows systems.

Affected Products

  • Microsoft Windows 10 (versions 1507, 1607, 1809, 21H2, 22H2)
  • Microsoft Windows 11 (versions 21H2, 22H2)
  • Microsoft Windows Server 2016, 2019, 2022

Discovery Timeline

  • September 12, 2023 - CVE-2023-38147 published to NVD
  • April 8, 2025 - Last updated in NVD database

Technical Details for CVE-2023-38147

Vulnerability Analysis

This vulnerability resides in the Windows Miracast Wireless Display component, which enables wireless screen projection between devices. The flaw is classified as CWE-122 (Heap-based Buffer Overflow), indicating improper bounds checking when processing data within the Miracast protocol implementation.

Miracast uses Wi-Fi Direct to establish peer-to-peer connections for screen mirroring without requiring a traditional network infrastructure. The vulnerability exists in how Windows handles incoming Miracast protocol messages, allowing malformed data to trigger memory corruption conditions.

The attack requires the adversary to be on an adjacent network (such as the same Wi-Fi network or within Wi-Fi Direct range) but requires no privileges or user interaction to exploit. Successful exploitation results in complete compromise of confidentiality, integrity, and availability of the target system.

Root Cause

The vulnerability stems from a heap-based buffer overflow condition (CWE-122) in the Miracast Wireless Display protocol handler. When processing specially crafted Miracast connection requests or display data packets, the affected component fails to properly validate the size of incoming data before copying it to a fixed-size heap buffer. This allows an attacker to overwrite adjacent memory regions, potentially corrupting critical data structures or injecting executable code.

Attack Vector

The attack vector requires adjacent network access, meaning the attacker must be within wireless communication range of the target system or on the same network segment. The exploitation flow involves:

  1. The attacker positions themselves within Wi-Fi Direct range or on the same local network as the target
  2. The attacker initiates or intercepts Miracast protocol communications
  3. Specially crafted Miracast packets containing oversized or malformed data are sent to the target
  4. The vulnerable Windows component processes these packets without proper bounds checking
  5. The heap-based buffer overflow occurs, allowing memory corruption
  6. The attacker achieves arbitrary code execution with the privileges of the Miracast service

No user interaction is required, making this a particularly dangerous vulnerability in environments where Miracast functionality is enabled.

Detection Methods for CVE-2023-38147

Indicators of Compromise

  • Unusual Miracast connection attempts or Wi-Fi Direct activity from unknown devices
  • Unexpected crashes or restarts of display-related Windows services
  • Anomalous memory allocation patterns in Miracast-related processes
  • System event logs showing display adapter errors or service failures

Detection Strategies

  • Monitor for abnormal Wi-Fi Direct traffic patterns and connection attempts
  • Deploy endpoint detection solutions capable of identifying heap overflow exploitation techniques
  • Implement network monitoring for Miracast protocol anomalies on local network segments
  • Configure Windows Event Log auditing to capture display and wireless adapter events

Monitoring Recommendations

  • Enable verbose logging for Windows wireless display services
  • Implement SentinelOne's behavioral AI detection to identify memory corruption exploitation attempts
  • Monitor for suspicious processes spawned by display-related system services
  • Track Wi-Fi adapter activity for unauthorized peer-to-peer connections

How to Mitigate CVE-2023-38147

Immediate Actions Required

  • Apply the Microsoft security update released in September 2023 immediately
  • Disable Miracast Wireless Display functionality on systems where it is not required
  • Restrict physical access to wireless network ranges where vulnerable systems reside
  • Enable network segmentation to limit adjacent network attack exposure

Patch Information

Microsoft has released security updates addressing this vulnerability as part of their September 2023 Patch Tuesday release. Detailed patch information and affected version-specific updates are available in the Microsoft Security Response Center Advisory. Organizations should prioritize applying these updates to all affected Windows 10, Windows 11, and Windows Server systems.

Workarounds

  • Disable Miracast Wireless Display feature via Group Policy or Windows Settings when not operationally required
  • Disable Wi-Fi Direct functionality on systems that do not require wireless projection capabilities
  • Implement network-level isolation to prevent unauthorized adjacent network access
  • Use SentinelOne Singularity XDR for continuous monitoring and automated response to exploitation attempts
bash
# Disable Miracast Wireless Display via PowerShell
# This prevents the vulnerable component from accepting connections
Set-ItemProperty -Path "HKLM:\SOFTWARE\Policies\Microsoft\Windows\WirelessDisplay" -Name "AllowProjectionFromPC" -Value 0 -Type DWord
Set-ItemProperty -Path "HKLM:\SOFTWARE\Policies\Microsoft\Windows\WirelessDisplay" -Name "AllowProjectionToPC" -Value 0 -Type DWord

# Verify the settings are applied
Get-ItemProperty -Path "HKLM:\SOFTWARE\Policies\Microsoft\Windows\WirelessDisplay"

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechWindows

  • SeverityHIGH

  • CVSS Score8.8

  • EPSS Probability0.08%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-122

  • NVD-CWE-noinfo
  • Vendor Resources
  • Microsoft CVE-2023-38147 Advisory
  • Related CVEs
  • CVE-2026-31995: Openclaw Command Injection Vulnerability

  • CVE-2026-25190: Windows GDI RCE Vulnerability

  • CVE-2026-25166: Windows System Image Manager RCE Flaw

  • CVE-2026-25173: Windows RRAS 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