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

CVE-2023-36017: Windows 10 Buffer Overflow Vulnerability

CVE-2023-36017 is a buffer overflow flaw in Windows Scripting Engine affecting Windows 10 1507 that enables memory corruption attacks. This article covers the technical details, affected versions, impact, and mitigation.

Published: February 4, 2026

CVE-2023-36017 Overview

CVE-2023-36017 is a memory corruption vulnerability affecting the Windows Scripting Engine across a wide range of Microsoft Windows operating systems. This vulnerability allows remote attackers to execute arbitrary code on affected systems by convincing users to visit a specially crafted webpage or open a malicious script file. The vulnerability stems from improper memory handling within the scripting engine, which can lead to type confusion (CWE-843) and out-of-bounds write conditions (CWE-787).

Critical Impact

Successful exploitation enables remote code execution with the privileges of the current user. If the user has administrative rights, an attacker could gain complete control of the affected system, including the ability to install programs, view or modify data, and create new accounts with full user rights.

Affected Products

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

Discovery Timeline

  • November 14, 2023 - CVE-2023-36017 published to NVD
  • November 21, 2024 - Last updated in NVD database

Technical Details for CVE-2023-36017

Vulnerability Analysis

The Windows Scripting Engine vulnerability involves memory corruption that can be triggered during the processing of malformed scripts. The underlying issues are classified as type confusion (CWE-843) and out-of-bounds write (CWE-787), which indicates that the scripting engine fails to properly validate object types or memory boundaries during script execution.

Type confusion vulnerabilities occur when code processes an object using an incorrect type, leading to unintended memory access patterns. When combined with out-of-bounds write capabilities, an attacker can corrupt adjacent memory structures, potentially overwriting critical control data such as function pointers or return addresses. This combination creates a powerful exploitation primitive for achieving arbitrary code execution.

The vulnerability requires user interaction to exploit, typically through visiting a malicious website or opening a crafted document containing embedded scripts. Once triggered, the memory corruption can be leveraged to bypass security controls and execute attacker-controlled code within the context of the affected application.

Root Cause

The root cause of this vulnerability lies in insufficient validation of object types and memory boundaries within the Windows Scripting Engine. When processing certain script constructs, the engine fails to properly verify that objects are of the expected type before performing operations on them. This allows an attacker to craft scripts that cause the engine to misinterpret memory contents, leading to type confusion.

Additionally, the lack of proper bounds checking allows write operations to exceed allocated memory regions, enabling out-of-bounds memory corruption. These combined weaknesses create the conditions necessary for reliable exploitation.

Attack Vector

The attack vector for CVE-2023-36017 is network-based and requires user interaction. Common exploitation scenarios include:

  • Drive-by download attacks: An attacker hosts a malicious webpage containing crafted JavaScript or VBScript that triggers the vulnerability when a user visits the page using an affected browser.
  • Phishing campaigns: Malicious scripts embedded in documents (such as HTA files or HTML applications) are distributed via email, triggering the vulnerability when opened.
  • Compromised websites: Legitimate websites are compromised to serve exploit code to unsuspecting visitors.

The exploitation does not require authentication or special privileges, but does require that the victim actively interact with malicious content. Social engineering techniques are commonly employed to convince users to visit malicious links or open malicious files.

Detection Methods for CVE-2023-36017

Indicators of Compromise

  • Unusual child processes spawned by wscript.exe, cscript.exe, or web browsers such as iexplore.exe and msedge.exe
  • Unexpected script execution events in Windows Script Host logs
  • Crash dumps or application errors related to scripting engine components (e.g., jscript.dll, vbscript.dll, jscript9.dll)
  • Network connections to suspicious domains initiated by scripting engine processes

Detection Strategies

  • Monitor process creation events for scripting engines (wscript.exe, cscript.exe) spawning unexpected child processes
  • Implement behavioral analysis to detect memory corruption exploitation patterns, including heap spray techniques and shellcode execution
  • Deploy network-based intrusion detection rules to identify known exploit delivery mechanisms
  • Enable Windows Defender Exploit Guard Attack Surface Reduction (ASR) rules to block suspicious script behavior

Monitoring Recommendations

  • Enable enhanced Windows Script Host logging via Group Policy for visibility into script execution
  • Configure Windows Event Forwarding to centralize security logs from endpoints
  • Monitor for anomalous memory allocation patterns in browser and scripting engine processes using EDR solutions like SentinelOne
  • Review network traffic for suspicious outbound connections following script execution events

How to Mitigate CVE-2023-36017

Immediate Actions Required

  • Apply the Microsoft security update for CVE-2023-36017 immediately on all affected systems
  • Prioritize patching internet-facing systems and workstations used for web browsing and email
  • Consider enabling Windows Defender Exploit Guard mitigations as an additional layer of defense
  • Educate users about the risks of opening untrusted documents or visiting suspicious websites

Patch Information

Microsoft has released security updates addressing this vulnerability as part of their November 2023 Patch Tuesday release. The patches are available through Windows Update, Microsoft Update Catalog, and Windows Server Update Services (WSUS). Organizations should consult the Microsoft Security Update Guide for CVE-2023-36017 for specific KB article numbers and download links for each affected product version.

SentinelOne Singularity Platform provides proactive protection against exploitation attempts targeting this vulnerability through behavioral AI detection and memory protection capabilities that can identify and block memory corruption attacks in real-time.

Workarounds

  • Disable Windows Script Host on systems where scripting functionality is not required using Group Policy or registry settings
  • Configure Enhanced Protected Mode in Internet Explorer 11 to reduce the attack surface
  • Implement application whitelisting to prevent unauthorized script execution
  • Use browser isolation technologies for high-risk web browsing activities
bash
# Disable Windows Script Host via registry (run as Administrator)
reg add "HKLM\SOFTWARE\Microsoft\Windows Script Host\Settings" /v Enabled /t REG_DWORD /d 0 /f
reg add "HKCU\SOFTWARE\Microsoft\Windows Script Host\Settings" /v Enabled /t REG_DWORD /d 0 /f

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

  • Vulnerability Details
  • TypeBuffer Overflow

  • Vendor/TechWindows

  • SeverityHIGH

  • CVSS Score8.8

  • EPSS Probability2.72%

  • 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-843

  • CWE-787
  • Vendor Resources
  • Microsoft Security Update CVE-2023-36017
  • Related CVEs
  • CVE-2026-35199: SymCrypt Buffer Overflow Vulnerability

  • CVE-2026-24288: Windows Mobile Broadband Buffer Overflow

  • CVE-2026-21244: Windows 10 1607 Buffer Overflow Flaw

  • CVE-2026-21248: Windows 10 1607 Buffer Overflow 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