A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
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
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • 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-2024-43517

CVE-2024-43517: Windows 10 1507 ActiveX RCE Vulnerability

CVE-2024-43517 is a remote code execution vulnerability in Microsoft ActiveX Data Objects affecting Windows 10 1507. Attackers can exploit this flaw to execute arbitrary code. This article covers technical details, impact, and mitigation.

Published: June 2, 2026

CVE-2024-43517 Overview

CVE-2024-43517 is a remote code execution vulnerability in Microsoft ActiveX Data Objects (ADO), the data access component shipped with Windows. The flaw is categorized as a heap-based buffer overflow [CWE-122] and affects all currently supported versions of Windows client and server operating systems. An attacker who successfully exploits the vulnerability can execute arbitrary code in the context of the targeted user. Exploitation requires user interaction, typically by inducing a victim to open a crafted file or visit a malicious page that triggers the vulnerable ADO code path.

Critical Impact

Successful exploitation grants attackers arbitrary code execution on affected Windows hosts, enabling full system compromise when the targeted user holds administrative rights.

Affected Products

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

Discovery Timeline

  • 2024-10-08 - CVE-2024-43517 published to NVD and addressed in Microsoft's October 2024 Patch Tuesday
  • 2024-10-17 - Last updated in NVD database

Technical Details for CVE-2024-43517

Vulnerability Analysis

The vulnerability resides in Microsoft ActiveX Data Objects, the COM-based data access layer used by Windows applications, scripting hosts, and Microsoft Office to interact with OLE DB providers. ADO is implemented in libraries such as msado15.dll and is invoked through ProgIDs like ADODB.Connection and ADODB.Recordset. Improper bounds handling during processing of attacker-controlled input results in a heap-based buffer overflow. The corrupted heap state can be steered to overwrite adjacent objects or function pointers, leading to arbitrary code execution within the host process.

Root Cause

The root cause is a heap-based buffer overflow [CWE-122] in ADO's parsing of structured input. When the component allocates a heap buffer based on one length value but copies data using a different, attacker-influenced size, the resulting out-of-bounds write corrupts heap metadata or neighboring allocations. This violates ADO's internal length invariants and produces a controllable memory corruption primitive.

Attack Vector

The attack vector is network-based but requires user interaction. An attacker hosts a crafted document, web page, or data file that instantiates ADO objects, such as an Office document containing an embedded ADO query, an HTML page that scripts ADODB.Recordset, or a .udl/connection artifact. When the victim opens the content, ADO processes the malicious payload and triggers the overflow. Code executes in the context of the current user, so administrative accounts yield full system compromise. There is no public proof-of-concept and the issue is not listed in CISA KEV, however the EPSS data indicates elevated relative exploitation likelihood compared to most CVEs.

No verified public exploit code is available. Refer to the Microsoft Security Update CVE-2024-43517 advisory for vendor-supplied technical details.

Detection Methods for CVE-2024-43517

Indicators of Compromise

  • Unexpected child processes spawned by Microsoft Office applications (winword.exe, excel.exe, outlook.exe) or by script hosts (wscript.exe, cscript.exe, mshta.exe) following document open events.
  • Loading of msado15.dll, msadox.dll, or oledb32.dll by unusual processes, particularly browsers or LOLBins.
  • Anomalous outbound network connections immediately after ADO-related COM object instantiation.
  • Crash reports or Windows Error Reporting events implicating ADO libraries on unpatched hosts.

Detection Strategies

  • Hunt for process trees where Office or script-host processes instantiate ADODB.* COM objects and subsequently launch shells, rundll32, or regsvr32.
  • Correlate document-borne file opens with module loads of ADO DLLs in non-database workflows.
  • Inspect endpoint telemetry for memory protection events (heap corruption, DEP violations) inside processes loading msado15.dll.
  • Apply YARA or static rules to inbound documents that embed connection strings or scripted ADO usage uncommon for the environment.

Monitoring Recommendations

  • Centralize Sysmon Event IDs 1 (process create), 7 (image load), and 11 (file create) and alert on ADO library loads outside known database applications.
  • Monitor Windows Defender Exploit Guard and Attack Surface Reduction logs for blocked child-process creations from Office.
  • Track patch deployment status of the October 2024 cumulative updates across all Windows endpoints and servers.

How to Mitigate CVE-2024-43517

Immediate Actions Required

  • Apply the October 2024 Microsoft security updates that remediate CVE-2024-43517 to all affected Windows client and server systems.
  • Prioritize patching of internet-facing servers, administrative workstations, and hosts that routinely open external documents.
  • Enforce Office Protected View and block macros from the internet to reduce exposure during patch rollout.
  • Audit endpoints for unpatched legacy systems such as Windows Server 2008 SP2 that require Extended Security Updates.

Patch Information

Microsoft released fixes via the October 2024 Patch Tuesday cumulative updates. Refer to the Microsoft Security Update CVE-2024-43517 advisory for the exact KB articles applicable to each Windows version and install them through Windows Update, WSUS, or the Microsoft Update Catalog.

Workarounds

  • Restrict execution of untrusted scripts and documents through Attack Surface Reduction rules that block Office applications from creating child processes.
  • Disable ActiveX controls and scripting in Internet Explorer mode and Microsoft Edge for untrusted zones.
  • Enforce least-privilege user accounts so that successful exploitation does not yield administrative control.
  • Use application control policies (WDAC, AppLocker) to limit which processes may load msado15.dll and related COM libraries.

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechMicrosoft

  • SeverityHIGH

  • CVSS Score8.8

  • EPSS Probability8.06%

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

  • NVD-CWE-noinfo
  • Vendor Resources
  • Microsoft Security Update CVE-2024-43517
  • Related CVEs
  • CVE-2026-40411: Azure Virtual Network Gateway RCE Flaw

  • CVE-2025-3052: Microsoft UEFI Firmware RCE Vulnerability

  • CVE-2026-32191: Microsoft Bing Images RCE Vulnerability

  • CVE-2026-21536: Microsoft Devices Pricing RCE Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today 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