Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
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-2023-34364

CVE-2023-34364: DataDirect ODBC Oracle Buffer Overflow

CVE-2023-34364 is a buffer overflow vulnerability in Progress DataDirect Connect for ODBC Oracle Wire Protocol Driver. Attackers can execute arbitrary code by exploiting oversized connection string values. This article covers technical details, affected versions, impact assessment, and mitigation strategies.

Published: February 4, 2026

CVE-2023-34364 Overview

A buffer overflow vulnerability was discovered in Progress DataDirect Connect for ODBC before version 08.02.2770 for Oracle. The vulnerability occurs when an overly large value is provided for certain options within a connection string, causing a buffer overrun during string value processing. This flaw enables an attacker to execute arbitrary code on an affected host by crafting malicious data that will be interpreted and executed as code.

Critical Impact

This buffer overflow vulnerability allows remote attackers to achieve arbitrary code execution without authentication, potentially leading to complete system compromise of hosts running vulnerable versions of the Progress DataDirect ODBC Oracle Wire Protocol Driver.

Affected Products

  • Progress DataDirect ODBC Oracle Wire Protocol Driver versions before 08.02.2770
  • Applications utilizing the vulnerable Progress DataDirect Connect for ODBC component
  • Systems connecting to Oracle databases via the affected ODBC driver

Discovery Timeline

  • 2023-06-09 - CVE CVE-2023-34364 published to NVD
  • 2025-01-06 - Last updated in NVD database

Technical Details for CVE-2023-34364

Vulnerability Analysis

This vulnerability is classified as CWE-787 (Out-of-bounds Write), representing a classic buffer overflow condition within the Progress DataDirect ODBC Oracle Wire Protocol Driver. The flaw exists in the connection string parsing logic, where insufficient bounds checking allows specially crafted input to overflow allocated memory buffers.

The vulnerability can be exploited remotely over the network without requiring any privileges or user interaction. When a connection string contains oversized option values, the driver's parsing routine fails to properly validate the input length before copying data into a fixed-size buffer. This memory corruption enables an attacker to overwrite adjacent memory regions, including potential return addresses or function pointers, ultimately achieving code execution.

Root Cause

The root cause of CVE-2023-34364 lies in inadequate input validation within the connection string processing functions of the DataDirect ODBC driver. When parsing connection parameters, the driver allocates a fixed-size buffer for storing option values but does not enforce appropriate length restrictions on incoming data. This oversight allows maliciously crafted connection strings with excessively long option values to write beyond the intended buffer boundaries, corrupting adjacent memory structures.

Attack Vector

The attack vector for this vulnerability is network-based, requiring no authentication or user interaction. An attacker can exploit this flaw by:

  1. Crafting a malicious connection string containing oversized values for specific ODBC connection options
  2. Triggering the vulnerable parsing routine by initiating a connection through the affected driver
  3. Carefully controlling the overflow data to achieve code execution by overwriting critical memory structures

The vulnerability is particularly dangerous in scenarios where connection strings may be influenced by untrusted input, such as web applications that construct ODBC connections based on user-provided parameters.

The exploitation mechanism involves supplying connection string parameters that exceed the expected buffer size. When the driver processes these oversized values, the memory copy operation overwrites adjacent memory, allowing an attacker to redirect program execution flow to attacker-controlled code. Detailed technical information is available in the Progress Security Vulnerabilities Advisory.

Detection Methods for CVE-2023-34364

Indicators of Compromise

  • Unusual crash patterns or application instability in processes utilizing the DataDirect ODBC Oracle driver
  • Abnormally long connection string parameters in ODBC connection logs
  • Unexpected process spawning or network connections from ODBC driver processes
  • Memory access violations or segmentation faults in driver-related components

Detection Strategies

  • Monitor for anomalous ODBC connection patterns with unusually large parameter values
  • Implement network intrusion detection rules to identify malformed connection strings targeting Oracle ODBC connections
  • Deploy endpoint detection and response (EDR) solutions to identify exploitation attempts through memory protection monitoring
  • Review application logs for failed connection attempts with suspicious parameter lengths

Monitoring Recommendations

  • Enable enhanced logging for ODBC driver activity and connection string parameters
  • Configure memory protection alerts for processes utilizing the vulnerable driver
  • Establish baseline behavior for legitimate ODBC connections to identify anomalous activity
  • Implement file integrity monitoring on driver components to detect unauthorized modifications

How to Mitigate CVE-2023-34364

Immediate Actions Required

  • Update Progress DataDirect ODBC Oracle Wire Protocol Driver to version 08.02.2770 or later immediately
  • Audit all systems using the affected driver component and prioritize patching
  • Review application configurations to identify where the vulnerable driver is deployed
  • Implement network segmentation to limit exposure of systems running the vulnerable driver

Patch Information

Progress has released a security update addressing this vulnerability in DataDirect Connect for ODBC version 08.02.2770. Organizations should obtain the updated driver from Progress and apply it to all affected systems. Refer to the Progress Security Vulnerabilities Advisory for detailed patching instructions and download links.

Workarounds

  • Restrict network access to systems running the vulnerable ODBC driver using firewall rules
  • Implement input validation at the application layer to sanitize connection string parameters before passing them to the driver
  • Consider using alternative database connectivity methods until patching is complete
  • Deploy application-level firewalls or WAF rules to filter potentially malicious connection requests
bash
# Example: Restrict network access to ODBC driver hosts using iptables
# Allow connections only from trusted application servers
iptables -A INPUT -p tcp --dport 1521 -s 10.0.1.0/24 -j ACCEPT
iptables -A INPUT -p tcp --dport 1521 -j DROP

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

  • Vulnerability Details
  • TypeBuffer Overflow

  • Vendor/TechProgress Datadirect Odbc Oracle Wire Protocol Driver

  • SeverityCRITICAL

  • CVSS Score9.8

  • EPSS Probability0.07%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-787
  • Technical References
  • Progress Company Homepage
  • Vendor Resources
  • Progress Security Vulnerabilities Advisory
  • Related CVEs
  • CVE-2023-34363: DataDirect ODBC Oracle Driver Disclosure
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