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-2024-21349

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

CVE-2024-21349 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.

Updated: January 22, 2026

CVE-2024-21349 Overview

Microsoft ActiveX Data Objects (ADO) contains a remote code execution vulnerability that allows an attacker to execute arbitrary code on affected Windows systems. This vulnerability affects the ActiveX Data Objects component, which is a core Windows technology used for database connectivity and data access across applications. An attacker who successfully exploits this vulnerability could achieve complete system compromise with the ability to install programs, view, change, or delete data, and create new accounts with full user rights.

Critical Impact

Successful exploitation allows remote code execution with the potential for complete system compromise across a wide range of Windows desktop and server operating systems.

Affected Products

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

Discovery Timeline

  • February 13, 2024 - CVE-2024-21349 published to NVD
  • November 21, 2024 - Last updated in NVD database

Technical Details for CVE-2024-21349

Vulnerability Analysis

This vulnerability is classified as CWE-122 (Heap-based Buffer Overflow), indicating a memory corruption issue within the Microsoft ActiveX Data Objects component. The vulnerability exists in how ADO handles certain data operations, where improperly validated input can lead to memory corruption on the heap.

The vulnerability requires user interaction to exploit, meaning an attacker would need to convince a user to open a malicious file or visit a compromised website that triggers the vulnerable ADO component. Once triggered, the heap-based buffer overflow can allow an attacker to overwrite adjacent memory regions, potentially leading to arbitrary code execution in the context of the current user.

Root Cause

The root cause of CVE-2024-21349 is a heap-based buffer overflow (CWE-122) in the Microsoft ActiveX Data Objects component. This occurs when the ADO component fails to properly validate the size or boundaries of data being processed, allowing more data to be written to a heap buffer than was allocated. This memory corruption vulnerability enables attackers to manipulate program execution flow and potentially execute malicious code.

Attack Vector

The attack vector for this vulnerability is network-based and requires user interaction. An attacker could exploit this vulnerability through several methods:

  • Crafting a malicious document or file that leverages ADO functionality and convincing a user to open it
  • Hosting a specially crafted web page that triggers the vulnerable ADO component when visited
  • Sending phishing emails with malicious attachments designed to exploit the ADO vulnerability

The attack requires no special privileges and has low complexity, making it accessible to a wide range of threat actors once user interaction is achieved.

Detection Methods for CVE-2024-21349

Indicators of Compromise

  • Unexpected crashes or errors in applications that utilize ActiveX Data Objects (ADO)
  • Anomalous process behavior from applications interfacing with database connectivity components
  • Memory access violations or heap corruption events logged in Windows Event Logs
  • Suspicious outbound network connections following ADO-related application usage

Detection Strategies

  • Monitor Windows Event Logs for Application Error events related to ADO components (msado15.dll, msadce.dll)
  • Implement endpoint detection rules to identify unusual memory allocation patterns in ADO-dependent processes
  • Deploy network monitoring to detect suspicious traffic patterns following document or web page access
  • Utilize behavioral analysis to detect post-exploitation activities such as privilege escalation attempts

Monitoring Recommendations

  • Enable enhanced Windows logging for heap corruption and memory access violations
  • Configure SentinelOne agents to monitor for suspicious ADO component activity and heap spray techniques
  • Implement file integrity monitoring for ADO-related system DLLs
  • Monitor for unusual child process spawning from applications that utilize database connectivity

How to Mitigate CVE-2024-21349

Immediate Actions Required

  • Apply the February 2024 Microsoft security updates immediately to all affected Windows systems
  • Prioritize patching for systems that handle sensitive data or are exposed to untrusted content
  • Implement network segmentation to limit the impact of potential compromise
  • Review and restrict user permissions to minimize the impact of successful exploitation

Patch Information

Microsoft has released security updates addressing this vulnerability as part of the February 2024 Patch Tuesday release. Administrators should obtain and apply the appropriate patches from the Microsoft Security Update Guide for CVE-2024-21349. The patches are available through Windows Update, Windows Server Update Services (WSUS), and the Microsoft Update Catalog.

Workarounds

  • Restrict access to untrusted documents and websites that may trigger ADO functionality
  • Implement application whitelisting to prevent unauthorized executables from running
  • Configure email gateways to block or quarantine suspicious attachments that may exploit this vulnerability
  • Enable Enhanced Mitigation Experience Toolkit (EMET) or Windows Defender Exploit Guard protections where available

For enterprise environments, administrators should leverage Windows Defender Application Control (WDAC) or AppLocker policies to restrict execution of potentially malicious content that could trigger this vulnerability.

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 Probability1.90%

  • 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 CVE-2024-21349 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