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-2025-36123

CVE-2025-36123: IBM Db2 Denial of Service Vulnerability

CVE-2025-36123 is a denial of service vulnerability in IBM Db2 for Linux, UNIX and Windows that allows local users to crash the system when copying large XML tables. This article covers technical details, affected versions, impact, and mitigation strategies.

Published: February 6, 2026

CVE-2025-36123 Overview

IBM Db2 for Linux, UNIX and Windows (includes DB2 Connect Server) contains a resource exhaustion vulnerability that could allow a local authenticated user to cause a denial of service condition. The vulnerability is triggered when copying large tables containing XML data, due to improper allocation of system resources (CWE-770: Allocation of Resources Without Limits or Throttling).

Critical Impact

Local users with database access can exhaust system resources by performing copy operations on large XML-containing tables, leading to database unavailability.

Affected Products

  • IBM Db2 for Linux, UNIX and Windows 11.5.0 - 11.5.9
  • IBM Db2 for Linux, UNIX and Windows 12.1.0 - 12.1.3
  • IBM DB2 Connect Server (all affected versions above)

Discovery Timeline

  • 2026-01-30 - CVE-2025-36123 published to NVD
  • 2026-02-05 - Last updated in NVD database

Technical Details for CVE-2025-36123

Vulnerability Analysis

This vulnerability represents a resource exhaustion flaw in IBM Db2's handling of XML data during table copy operations. The underlying issue stems from CWE-770: Allocation of Resources Without Limits or Throttling, where the database engine fails to properly manage memory allocation when processing large volumes of XML content.

When a local user initiates a copy operation on a table containing substantial XML data, the Db2 engine allocates system resources without adequate bounds checking or throttling mechanisms. This can lead to excessive memory consumption, potentially exhausting available system resources and causing the database service to become unresponsive or crash entirely.

The vulnerability requires local access and a low-privilege authenticated session, meaning an attacker would need valid credentials to the database system. While this limits the attack surface compared to remotely exploitable vulnerabilities, it poses significant risk in multi-tenant database environments or systems where multiple users have database access.

Root Cause

The root cause is improper resource allocation handling within the Db2 engine when processing XML data structures during copy operations. The system fails to implement proper limits on memory allocation, allowing unbounded resource consumption when handling large XML datasets. This represents a classic resource exhaustion pattern where input size is not adequately validated against available system resources before allocation occurs.

Attack Vector

The attack vector is local, requiring an authenticated user with permissions to perform table copy operations. The attacker must identify or create a table containing significant XML data and then initiate a copy operation that triggers the improper resource allocation. The attack requires no user interaction beyond the attacker's own actions and directly impacts system availability.

The exploitation scenario involves a malicious insider or compromised account with database access privileges sufficient to execute copy commands on XML-containing tables. By targeting tables with large XML columns or creating specially crafted tables with excessive XML content, the attacker can force the database engine to consume all available memory.

Detection Methods for CVE-2025-36123

Indicators of Compromise

  • Unusual memory consumption spikes during database copy operations
  • Db2 process (db2sysc) consuming abnormally high amounts of system memory
  • Database service becoming unresponsive during XML table operations
  • System logs showing out-of-memory errors related to Db2 processes

Detection Strategies

  • Monitor Db2 database logs for copy operations involving large XML tables
  • Implement resource monitoring on database servers to detect abnormal memory allocation patterns
  • Configure alerting thresholds for Db2 process memory consumption
  • Audit user activities involving bulk copy operations on tables with XML columns

Monitoring Recommendations

  • Enable detailed logging for copy and export operations within Db2
  • Deploy system-level monitoring for memory utilization on database hosts
  • Implement database activity monitoring to track operations on XML-heavy tables
  • Set up automated alerts when Db2 memory consumption exceeds defined thresholds

How to Mitigate CVE-2025-36123

Immediate Actions Required

  • Review the IBM Security Advisory for official patch information
  • Restrict copy operation privileges to trusted database administrators only
  • Implement resource limits for database operations where possible
  • Monitor systems for signs of exploitation while awaiting patch deployment

Patch Information

IBM has released security updates addressing this vulnerability. Organizations running affected versions of IBM Db2 (11.5.0 - 11.5.9 and 12.1.0 - 12.1.3) should consult the IBM Support Page for detailed patching instructions and to obtain the appropriate fix packs for their environment.

Workarounds

  • Restrict database user privileges to limit who can perform copy operations on XML tables
  • Implement operating system-level resource limits (ulimits) for the Db2 service account
  • Consider temporarily disabling access to tables with large XML content for non-essential users
  • Deploy additional monitoring to detect and respond to resource exhaustion attempts

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.5

  • EPSS Probability0.01%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-770
  • Vendor Resources
  • IBM Support Page
  • 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-36098: IBM Db2 Denial of Service Vulnerability
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