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

CVE-2023-38169: Microsoft ODBC Driver RCE Vulnerability

CVE-2023-38169 is a remote code execution vulnerability in Microsoft ODBC Driver for SQL Server that enables attackers to execute arbitrary code. This article covers the technical details, affected versions, and mitigation.

Published: February 11, 2026

CVE-2023-38169 Overview

CVE-2023-38169 is a remote code execution vulnerability affecting Microsoft SQL OLE DB and ODBC drivers. This Use After Free (CWE-416) vulnerability allows a remote attacker to execute arbitrary code on systems running vulnerable versions of Microsoft SQL Server components. The vulnerability exists in the way these drivers handle memory operations, potentially allowing attackers to leverage a use-after-free condition to achieve code execution in the context of the affected application.

Critical Impact

Successful exploitation of this vulnerability could allow an attacker to execute arbitrary code with the privileges of the user running the application, potentially leading to complete system compromise across Windows, Linux, and macOS environments.

Affected Products

  • Microsoft ODBC Driver for SQL Server (versions 17.x and 18.x across Windows, Linux, and macOS)
  • Microsoft OLE DB Driver for SQL Server (versions 18.x and 19.x)
  • Microsoft SQL Server 2019 and 2022 (x64)

Discovery Timeline

  • August 8, 2023 - CVE-2023-38169 published to NVD
  • November 21, 2024 - Last updated in NVD database

Technical Details for CVE-2023-38169

Vulnerability Analysis

This vulnerability is classified as a Use After Free (UAF) memory corruption issue (CWE-416). UAF vulnerabilities occur when a program continues to use a memory reference after it has been freed, allowing attackers to manipulate the freed memory region and potentially hijack program execution flow.

In the context of Microsoft SQL OLE DB and ODBC drivers, this vulnerability can be triggered through network-based interactions, requiring user interaction to exploit. The attack targets the database connectivity layer, which is commonly used by applications to communicate with SQL Server instances.

The vulnerability affects cross-platform deployments, impacting Windows, Linux, and macOS systems running vulnerable driver versions. This broad attack surface increases the potential impact across enterprise environments that rely on heterogeneous database connectivity solutions.

Root Cause

The root cause of CVE-2023-38169 lies in improper memory management within the Microsoft SQL OLE DB and ODBC drivers. Specifically, the drivers fail to properly track memory allocation state during certain database operations, leading to a condition where freed memory is subsequently accessed or manipulated.

When memory is freed but pointers to that memory are not properly invalidated, subsequent operations can inadvertently reference or modify this memory region. If an attacker can control the contents of the freed memory location before it is reused, they can potentially redirect program execution to attacker-controlled code.

Attack Vector

The attack vector for CVE-2023-38169 is network-based, requiring user interaction to trigger the vulnerability. An attacker could exploit this vulnerability by:

  1. Setting up a malicious SQL Server instance or compromising an existing database server
  2. Convincing a user to connect to the malicious server using a vulnerable client application
  3. Sending specially crafted responses that trigger the use-after-free condition
  4. Leveraging the memory corruption to execute arbitrary code in the context of the client application

The vulnerability is particularly concerning in scenarios where applications automatically connect to database servers specified in configuration files or connection strings that could be tampered with by an attacker.

Detection Methods for CVE-2023-38169

Indicators of Compromise

  • Unexpected crashes or memory access violations in applications using SQL Server connectivity
  • Unusual outbound database connections to unfamiliar or suspicious server addresses
  • Anomalous process behavior following database connection establishment
  • Memory corruption patterns or heap spray indicators in crash dumps

Detection Strategies

  • Monitor for abnormal SQL Server client behavior including unexpected crashes or connection patterns
  • Implement network monitoring to detect connections to unauthorized SQL Server instances
  • Deploy endpoint detection solutions capable of identifying memory exploitation techniques
  • Review application logs for database connection failures followed by suspicious activity

Monitoring Recommendations

  • Configure crash dump collection for applications using Microsoft SQL OLE DB/ODBC drivers
  • Implement connection string validation to prevent connections to unauthorized database servers
  • Enable audit logging for database connectivity operations in enterprise applications
  • Deploy SentinelOne Singularity to monitor for memory exploitation and anomalous process behavior

How to Mitigate CVE-2023-38169

Immediate Actions Required

  • Inventory all systems running Microsoft ODBC Driver for SQL Server versions 17.x and 18.x
  • Identify deployments of Microsoft OLE DB Driver for SQL Server versions 18.x and 19.x
  • Prioritize patching systems that handle sensitive data or have elevated privileges
  • Restrict network access to trusted SQL Server instances only

Patch Information

Microsoft has released security updates to address this vulnerability. Affected organizations should apply the appropriate patches for their installed driver versions. Detailed patch information and download links are available in the Microsoft Security Update Guide for CVE-2023-38169.

For SQL Server 2019 and 2022 installations, ensure the latest cumulative updates are applied. For standalone ODBC and OLE DB driver installations, download the latest driver versions from Microsoft's official download center.

Workarounds

  • Restrict database connections to known, trusted SQL Server instances through firewall rules
  • Implement application-level validation of connection strings before establishing database connections
  • Consider network segmentation to limit exposure of database client applications
  • Monitor and audit all outbound database connection attempts in enterprise environments
bash
# Example: Verify installed ODBC driver version on Windows
# Run in PowerShell to check for vulnerable versions
Get-ItemProperty "HKLM:\SOFTWARE\Microsoft\MSODBCSQL*" | Select-Object -Property DisplayName, DisplayVersion

# Example: Check OLE DB driver version
Get-ItemProperty "HKLM:\SOFTWARE\Microsoft\MSOLEDBSQL*" | Select-Object -Property DisplayName, DisplayVersion

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechMicrosoft Sql Server

  • SeverityHIGH

  • CVSS Score8.8

  • EPSS Probability0.38%

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

  • NVD-CWE-noinfo
  • Vendor Resources
  • Microsoft Security Update CVE-2023-38169
  • Related CVEs
  • CVE-2020-0618: Microsoft SQL Server SSRS RCE Vulnerability

  • CVE-2025-49717: Microsoft SQL Server 2019 RCE Vulnerability

  • CVE-2024-21332: Microsoft SQL Server 2016 RCE Vulnerability

  • CVE-2024-21335: Microsoft SQL Server 2016 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