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

CVE-2023-26022: IBM Db2 Denial of Service Vulnerability

CVE-2023-26022 is a denial of service vulnerability in IBM Db2 for Linux, UNIX and Windows that causes server crashes during Out of Memory conditions with DBMS_OUTPUT. This article covers technical details, impact, and mitigations.

Published: January 28, 2026

CVE-2023-26022 Overview

CVE-2023-26022 is a denial of service vulnerability affecting IBM Db2 for Linux, UNIX and Windows, including Db2 Connect Server. The vulnerability allows attackers to crash the database server by triggering an Out of Memory (OOM) condition through the DBMS_OUTPUT module. This can result in significant service disruption for organizations relying on IBM Db2 for critical database operations.

Critical Impact

Remote attackers can cause complete database service unavailability without authentication, potentially disrupting business-critical applications and data access.

Affected Products

  • IBM Db2 10.5 (all fix packs through FP10)
  • IBM Db2 11.1.4 (all fix packs through FP6)
  • IBM Db2 Connect Server (corresponding versions)

Discovery Timeline

  • April 28, 2023 - CVE-2023-26022 published to NVD
  • November 21, 2024 - Last updated in NVD database

Technical Details for CVE-2023-26022

Vulnerability Analysis

This denial of service vulnerability resides in the DBMS_OUTPUT module of IBM Db2, which is commonly used for debugging and outputting information from stored procedures and PL/SQL blocks. The vulnerability is triggered when the module fails to properly handle memory allocation during output operations, leading to an uncontrolled Out of Memory condition that crashes the entire database server.

The vulnerability is classified under CWE-20 (Improper Input Validation), indicating that the underlying issue stems from insufficient validation of input that can lead to excessive memory consumption. An attacker can exploit this remotely over the network without requiring authentication or user interaction, making it particularly dangerous for internet-exposed database instances.

Root Cause

The root cause of CVE-2023-26022 lies in improper input validation within the DBMS_OUTPUT module. The module fails to implement adequate bounds checking or resource limits when processing output buffer operations. This allows specially crafted requests to allocate excessive amounts of memory, eventually exhausting available system resources and causing the Db2 server process to crash.

The DBMS_OUTPUT module, which provides a simple way to display output and debugging information from PL/SQL subprograms, does not properly validate the size or frequency of buffer allocations requested by users. This oversight enables attackers to force the server into an OOM state.

Attack Vector

The attack can be executed remotely over the network. An attacker with network access to the Db2 server can send malicious requests that abuse the DBMS_OUTPUT module's buffer allocation functionality. Since no authentication is required, any network-accessible Db2 instance running a vulnerable version is at risk.

The exploitation scenario involves:

  1. Establishing a connection to the target Db2 server
  2. Executing operations that leverage the DBMS_OUTPUT module
  3. Manipulating buffer allocation requests to consume excessive memory
  4. Causing the server to crash when memory is exhausted

The vulnerability affects both availability and operational continuity, as the database server crash requires manual intervention for recovery.

Detection Methods for CVE-2023-26022

Indicators of Compromise

  • Unusual memory consumption spikes in Db2 server processes
  • Frequent server crashes or unexpected restarts of the Db2 service
  • Error logs indicating Out of Memory conditions in DBMS_OUTPUT operations
  • Abnormal patterns of DBMS_OUTPUT module usage in database activity logs

Detection Strategies

  • Monitor Db2 diagnostic logs for OOM-related errors and DBMS_OUTPUT module failures
  • Implement memory threshold alerts on database servers to detect abnormal consumption patterns
  • Review database connection logs for suspicious activity patterns targeting stored procedures
  • Deploy network monitoring to identify unusual traffic patterns to Db2 ports

Monitoring Recommendations

  • Configure system-level memory monitoring with alerts at 80% utilization threshold
  • Enable detailed logging for DBMS_OUTPUT module operations in Db2 diagnostic settings
  • Implement automated health checks for Db2 service availability
  • Establish baseline metrics for normal DBMS_OUTPUT usage to identify anomalies

How to Mitigate CVE-2023-26022

Immediate Actions Required

  • Apply the latest IBM Db2 security patches from IBM Support Document #6985669
  • Restrict network access to Db2 servers using firewall rules to limit exposure
  • Review and restrict permissions for DBMS_OUTPUT module usage where possible
  • Implement resource quotas and memory limits for database sessions

Patch Information

IBM has released security updates to address this vulnerability. Administrators should consult the IBM Support Document #6985669 for detailed patch information and download links. Additional technical details are available in the IBM X-Force Vulnerability #247868. NetApp customers should also review the NetApp Security Advisory NTAP-20230511-0010 for related guidance.

Workarounds

  • Implement network segmentation to restrict access to Db2 servers from untrusted networks
  • Configure resource governor or workload management to limit memory consumption per session
  • Disable or restrict access to the DBMS_OUTPUT module if not required for operations
  • Deploy application-level rate limiting for database connections
bash
# Configuration example - Restrict network access to Db2 port
# Add firewall rules to limit access to trusted IP ranges
iptables -A INPUT -p tcp --dport 50000 -s 192.168.1.0/24 -j ACCEPT
iptables -A INPUT -p tcp --dport 50000 -j DROP

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechIbm Db2

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability0.14%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-20

  • NVD-CWE-noinfo
  • Technical References
  • NetApp Security Advisory NTAP-20230511-0010
  • Vendor Resources
  • IBM X-Force Vulnerability #247868

  • IBM Support Document #6985669
  • Related CVEs
  • CVE-2025-13867: IBM Db2 Denial of Service Vulnerability

  • CVE-2025-14689: IBM Db2 Denial of Service Vulnerability

  • CVE-2025-36353: IBM Db2 Denial of Service Vulnerability

  • CVE-2025-36123: IBM Db2 Denial of Service 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