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-2021-29763

CVE-2021-29763: IBM Db2 Denial of Service Vulnerability

CVE-2021-29763 is a denial of service flaw in IBM Db2 that allows local users to exhaust system memory through repeated procedure execution. This article covers the technical details, affected versions, and mitigation.

Published: February 25, 2026

CVE-2021-29763 Overview

IBM Db2 for Linux, UNIX and Windows (includes Db2 Connect Server) versions 11.1 and 11.5 contains a resource exhaustion vulnerability that, under very specific conditions, could allow a local user to keep running a procedure that causes the system to run out of memory, resulting in a denial of service condition. This vulnerability is tracked by IBM X-Force ID: 202267.

Critical Impact

A local attacker can exploit specific procedures in IBM Db2 to exhaust system memory, causing database service disruption and potential system-wide denial of service.

Affected Products

  • IBM Db2 11.1 for Linux, UNIX and Windows
  • IBM Db2 11.5 for Linux, UNIX and Windows
  • IBM Db2 Connect Server 11.1 and 11.5
  • Supported operating systems: IBM AIX, Linux, Microsoft Windows, Oracle Solaris, and UNIX

Discovery Timeline

  • 2021-09-16 - CVE-2021-29763 published to NVD
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2021-29763

Vulnerability Analysis

This vulnerability is classified under CWE-770 (Allocation of Resources Without Limits or Throttling), which indicates that the IBM Db2 database engine fails to properly limit memory allocation when executing certain procedures. The issue requires local access and specific conditions to trigger, making successful exploitation more complex but still presenting a significant availability risk to database operations.

The vulnerability allows repeated procedure execution that progressively consumes system memory without proper cleanup or resource limits. Once memory is exhausted, the Db2 instance becomes unresponsive, affecting all connected applications and potentially impacting other services running on the same system.

Root Cause

The root cause of CVE-2021-29763 lies in improper resource management within IBM Db2's procedure execution engine. Specifically, the database fails to implement adequate memory allocation limits or proper cleanup mechanisms when certain procedures are executed repeatedly. This absence of resource throttling (CWE-770) allows memory consumption to grow unbounded until system resources are depleted.

Attack Vector

The attack requires local access to the system running IBM Db2. An attacker with the ability to execute database procedures can trigger the memory exhaustion condition by repeatedly invoking specific procedures under particular conditions. While the attack complexity is high due to the requirement of "very specific conditions," a motivated local attacker with knowledge of the vulnerable procedure patterns could systematically exhaust available memory.

The exploitation mechanism involves:

  1. Local user gains access to execute procedures on the Db2 instance
  2. Attacker identifies or triggers the specific conditions required for exploitation
  3. Repeated execution of the targeted procedure causes incremental memory consumption
  4. System memory becomes exhausted, leading to denial of service
  5. The Db2 instance and potentially other system services become unresponsive

Detection Methods for CVE-2021-29763

Indicators of Compromise

  • Abnormal memory consumption patterns on systems running IBM Db2 11.1 or 11.5
  • Repeated execution of the same database procedures by local users
  • Gradual degradation of Db2 instance performance over time
  • System-wide memory exhaustion alerts or out-of-memory errors
  • Unexplained Db2 service restarts or crashes

Detection Strategies

  • Monitor system memory utilization on Db2 hosts for unusual consumption patterns
  • Implement database activity monitoring to track procedure execution frequency
  • Configure alerting for memory thresholds approaching system limits
  • Review Db2 diagnostic logs for memory allocation warnings or errors
  • Audit local user activity for suspicious repeated procedure calls

Monitoring Recommendations

  • Establish baseline memory usage patterns for normal Db2 operations
  • Implement real-time monitoring dashboards for Db2 host system resources
  • Configure automated alerts when memory usage exceeds 80% of available resources
  • Enable Db2 diagnostic monitoring to capture procedure execution statistics
  • Review and correlate system logs with Db2 activity logs for anomaly detection

How to Mitigate CVE-2021-29763

Immediate Actions Required

  • Apply the IBM security patch as referenced in the official IBM Support documentation
  • Restrict local access to Db2 instances to only authorized administrators
  • Implement system resource limits using OS-level controls where possible
  • Monitor affected systems for signs of exploitation until patching is complete
  • Review and restrict procedure execution privileges for non-essential users

Patch Information

IBM has released a security update to address this vulnerability. Administrators should apply the patch as documented in the IBM Support Page for Vulnerability. Additional details about this vulnerability can be found in the IBM X-Force Vulnerability #202267. NetApp has also published guidance in the NetApp Security Advisory NTAP-20211029-0005.

Workarounds

  • Limit local user access to the Db2 server to trusted administrators only
  • Implement OS-level resource limits (ulimit, cgroups) to constrain Db2 memory usage
  • Configure Db2 instance memory parameters to set hard limits on allocation
  • Monitor and alert on memory usage to enable rapid response before exhaustion occurs
  • Consider implementing network isolation for Db2 servers to reduce local access vectors
bash
# Example: Set memory limits for Db2 processes using ulimit
# Add to Db2 instance owner's profile
ulimit -v 8388608  # Limit virtual memory to 8GB
ulimit -m 4194304  # Limit resident set size to 4GB

# Example: Configure Db2 instance memory parameters
db2 update dbm cfg using INSTANCE_MEMORY 75
db2 update db cfg for <database> using DATABASE_MEMORY 50

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

  • SeverityMEDIUM

  • CVSS Score5.1

  • EPSS Probability0.06%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H
  • Impact Assessment
  • ConfidentialityHigh
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-770
  • Technical References
  • NetApp Security Advisory NTAP-20211029-0005
  • Vendor Resources
  • IBM X-Force Vulnerability #202267

  • IBM Support Page for Vulnerability
  • 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