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
    • 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-2025-36009

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

CVE-2025-36009 is a denial of service vulnerability in IBM Db2 for Linux, UNIX and Windows caused by excessive use of global variables. Authenticated users can exploit this flaw to disrupt services. This article covers technical details, affected versions, impact assessment, and mitigation strategies.

Published: February 6, 2026

CVE-2025-36009 Overview

IBM Db2 for Linux, UNIX and Windows (includes DB2 Connect Server) contains a denial of service vulnerability that allows an authenticated user to disrupt database availability through excessive use of a global variable. This vulnerability falls under CWE-1284 (Improper Validation of Specified Quantity in Input), indicating the database engine fails to properly validate or limit the usage of certain global variables.

Critical Impact

Authenticated attackers can cause denial of service conditions affecting database availability, potentially disrupting business-critical applications and services that depend on IBM Db2 databases.

Affected Products

  • IBM Db2 for Linux
  • IBM Db2 for UNIX
  • IBM Db2 for Windows (includes DB2 Connect Server)

Discovery Timeline

  • 2026-01-30 - CVE CVE-2025-36009 published to NVD
  • 2026-02-04 - Last updated in NVD database

Technical Details for CVE-2025-36009

Vulnerability Analysis

This vulnerability enables authenticated users to cause a denial of service condition in IBM Db2 database instances. The flaw stems from improper handling of global variables within the database engine, where excessive manipulation of these variables can lead to resource exhaustion or system instability.

The attack requires network access and valid authentication credentials, meaning the attacker must have legitimate access to the database system. However, once authenticated, low-privilege users can exploit this vulnerability without requiring administrative permissions or user interaction.

The primary impact is on system availability, with no direct effect on data confidentiality or integrity. Organizations relying on IBM Db2 for critical operations should treat this as a significant availability risk.

Root Cause

The root cause is categorized under CWE-1284 (Improper Validation of Specified Quantity in Input). The database engine does not adequately validate or enforce limits on the usage of global variables, allowing authenticated users to consume excessive resources through repeated or malicious variable operations. This lack of proper bounds checking enables the denial of service condition.

Attack Vector

The attack vector is network-based, requiring an authenticated session to the IBM Db2 database. An attacker with valid credentials can exploit this vulnerability by sending specially crafted requests that cause excessive use of global variables within the database system.

The attack sequence involves:

  1. Establishing an authenticated connection to the target IBM Db2 instance
  2. Executing operations that manipulate global variables beyond normal operational bounds
  3. Exhausting system resources through repeated or amplified variable usage
  4. Causing the database to become unresponsive or unavailable to legitimate users

No proof-of-concept exploits have been publicly released, and this vulnerability is not currently listed on CISA's Known Exploited Vulnerabilities catalog.

Detection Methods for CVE-2025-36009

Indicators of Compromise

  • Unusual spikes in database resource consumption (CPU, memory) without corresponding legitimate workload increases
  • Multiple failed or slow database connections reported by application servers
  • Database logs showing abnormal global variable access patterns or resource limit warnings
  • Authenticated sessions performing repetitive operations outside normal usage baselines

Detection Strategies

  • Implement database activity monitoring to track global variable operations and establish usage baselines
  • Configure alerts for resource consumption anomalies in IBM Db2 instances
  • Monitor authentication logs for accounts performing unusual numbers of database operations
  • Deploy SentinelOne Singularity XDR to correlate database server behavior with endpoint telemetry for comprehensive threat detection

Monitoring Recommendations

  • Enable detailed IBM Db2 audit logging to capture variable access patterns and session activities
  • Establish baseline metrics for normal database resource usage and configure threshold-based alerting
  • Implement real-time monitoring of database server health metrics including memory utilization and connection pool status
  • Review database administrative and diagnostic logs regularly for signs of exploitation attempts

How to Mitigate CVE-2025-36009

Immediate Actions Required

  • Review and apply the latest IBM security patches for Db2 installations as documented in the IBM support advisory
  • Audit database user accounts and revoke unnecessary privileges to limit potential attack surface
  • Implement network segmentation to restrict database access to authorized application servers only
  • Enable enhanced monitoring on Db2 instances to detect potential exploitation attempts

Patch Information

IBM has released security updates to address this vulnerability. Detailed patch information and remediation guidance is available through the IBM Support Documentation. Organizations should prioritize patching based on the criticality of their Db2 deployments and exposure to authenticated users.

Verify your current IBM Db2 version using:

bash
db2level

Compare the output against the vulnerable versions listed in the IBM security bulletin to determine if patching is required.

Workarounds

  • Implement strict database connection limits and session timeout policies to reduce exploitation windows
  • Configure resource governors within Db2 to limit per-session resource consumption where supported
  • Apply principle of least privilege by restricting database access to only essential accounts and services
  • Consider implementing database proxy solutions that can filter and monitor incoming queries for suspicious patterns

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

  • EPSS Probability0.02%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-1284
  • Technical References
  • IBM Support Documentation
  • 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