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

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

CVE-2025-13867 is a denial of service vulnerability in IBM Db2 for Linux, UNIX and Windows that allows authenticated users to disrupt database operations. This article covers technical details, affected versions, and mitigation.

Updated: May 15, 2026

CVE-2025-13867 Overview

CVE-2025-13867 affects IBM Db2 for Linux, UNIX and Windows, including Db2 Connect Server. The vulnerability impacts versions 11.5.0 through 11.5.9 and 12.1.0 through 12.1.3. An authenticated user can trigger a denial of service by sending crafted query input. The root cause is improper neutralization of special elements within data query logic [CWE-1284]. Successful exploitation disrupts database availability without affecting confidentiality or integrity. IBM published advisory details on the IBM Support Page.

Critical Impact

An authenticated attacker can crash or render unresponsive IBM Db2 instances, disrupting applications and services that depend on the database backend.

Affected Products

  • IBM Db2 for Linux, UNIX and Windows 11.5.0 through 11.5.9
  • IBM Db2 for Linux, UNIX and Windows 12.1.0 through 12.1.3
  • IBM Db2 Connect Server (same affected version ranges)

Discovery Timeline

  • 2026-02-17 - CVE-2025-13867 published to NVD
  • 2026-02-18 - Last updated in NVD database

Technical Details for CVE-2025-13867

Vulnerability Analysis

The vulnerability resides in how IBM Db2 processes data query logic. The database engine fails to properly neutralize special elements that influence query parsing or execution. When an authenticated user submits crafted input, the engine enters an unexpected state that exhausts resources or aborts the service. The flaw is categorized under [CWE-1284] (Improper Validation of Specified Quantity in Input), reflecting weak validation of structural elements within query data. The vulnerability is network-reachable and requires only low-privileged authentication, lowering the bar for exploitation in shared or multi-tenant Db2 environments.

Root Cause

Db2 query processing routines do not adequately sanitize or constrain specific syntactic elements supplied through query inputs. Malformed or boundary-violating values reach internal logic that assumes well-formed data. The resulting condition causes the database process to fail availability checks, producing a denial of service.

Attack Vector

Exploitation occurs over the network against the Db2 service. The attacker must hold valid credentials with permission to issue queries, but no user interaction is required. After authenticating, the attacker submits a crafted SQL query containing the special elements that trigger the fault. The Db2 instance becomes unresponsive or terminates, denying service to all dependent applications until the database is recovered. No verified public exploit is currently available, and EPSS scoring indicates a low likelihood of imminent exploitation.

No verified public proof-of-concept code is available. Refer to the IBM Support Page for vendor technical details.

Detection Methods for CVE-2025-13867

Indicators of Compromise

  • Unexpected Db2 instance crashes or restarts recorded in db2diag.log correlated with specific user sessions.
  • Repeated malformed or anomalous SQL statements from a single authenticated principal preceding service failure.
  • Sudden spikes in Db2 connection failures or client timeout errors from dependent applications.

Detection Strategies

  • Monitor Db2 audit logs (db2audit) for authenticated users issuing queries with unusual syntactic patterns or repeated parse failures.
  • Alert on abnormal termination of the db2sysc process and correlate with the last active SQL workload.
  • Baseline normal query patterns per service account and flag deviations that precede availability incidents.

Monitoring Recommendations

  • Forward Db2 diagnostic logs and OS-level process events into a centralized SIEM for correlation with authentication events.
  • Track Db2 instance uptime, connection counts, and error rates as availability health indicators.
  • Review privileged and application account query activity for unexpected error codes returned by the query engine.

How to Mitigate CVE-2025-13867

Immediate Actions Required

  • Apply the IBM-provided fix as documented in the IBM Support Page for affected Db2 versions.
  • Restrict Db2 network exposure to trusted application tiers using firewall rules or network segmentation.
  • Review and minimize database accounts that can submit ad-hoc queries, especially those reachable from less-trusted networks.

Patch Information

IBM has released remediation guidance for IBM Db2 for Linux, UNIX and Windows versions 11.5.0 through 11.5.9 and 12.1.0 through 12.1.3. Refer to the IBM Support Page for the specific fix pack, special build, or upgrade path applicable to your deployment.

Workarounds

  • Enforce least-privilege on Db2 accounts and remove direct query rights from accounts that only require stored-procedure access.
  • Use a database proxy or application-tier validation to reject queries containing anomalous structural elements before they reach Db2.
  • Enable Db2 audit policies to capture query failures and abnormal terminations, enabling rapid containment of abusive sessions.
bash
# Restrict Db2 listener exposure and enforce least privilege (example)
iptables -A INPUT -p tcp --dport 50000 -s <trusted_app_subnet> -j ACCEPT
iptables -A INPUT -p tcp --dport 50000 -j DROP

# Revoke broad query privileges from a non-essential account
db2 "REVOKE DBADM, SQLADM ON DATABASE FROM USER appuser"
db2 "GRANT EXECUTE ON PROCEDURE app.safe_proc TO USER appuser"

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.05%

  • 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
  • Vendor Resources
  • IBM Support Page
  • Related CVEs
  • CVE-2026-1352: IBM Db2 Denial of Service Vulnerability

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

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

  • CVE-2025-36407: IBM Db2 DOS Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today 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