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

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

CVE-2025-33114 is a denial of service vulnerability in IBM Db2 for Linux versions 12.1.0, 12.1.1, and 12.1.2. Attackers can exploit this flaw with crafted queries under specific conditions. This article covers technical details, affected versions, impact, and mitigation.

Published: April 21, 2026

CVE-2025-33114 Overview

CVE-2025-33114 is a Denial of Service vulnerability affecting IBM Db2 for Linux versions 12.1.0, 12.1.1, and 12.1.2. The vulnerability allows remote attackers to cause service disruption through specially crafted queries when certain non-default configurations are in place. This network-accessible flaw can lead to availability impact on affected database systems without requiring authentication.

Critical Impact

Unauthenticated remote attackers can disrupt IBM Db2 database services through malicious queries, potentially causing system-wide availability issues for applications depending on the database.

Affected Products

  • IBM Db2 for Linux 12.1.0
  • IBM Db2 for Linux 12.1.1
  • IBM Db2 for Linux 12.1.2

Discovery Timeline

  • July 29, 2025 - CVE-2025-33114 published to NVD
  • August 6, 2025 - Last updated in NVD database

Technical Details for CVE-2025-33114

Vulnerability Analysis

This vulnerability falls under CWE-943, which relates to improper neutralization of special elements in data query logic. IBM Db2 for Linux fails to properly handle certain specially crafted queries when specific non-default conditions are present in the database configuration. The flaw enables attackers to exploit query processing mechanisms to exhaust system resources or trigger unhandled exceptions that result in service disruption.

The attack can be executed remotely over the network without requiring user interaction or prior authentication. While the vulnerability does not compromise data confidentiality or integrity, it poses a significant threat to system availability, making it particularly dangerous for production database environments where uptime is critical.

Root Cause

The root cause stems from improper handling of special elements within data query logic (CWE-943). When non-default conditions are configured in IBM Db2, the query parser fails to adequately validate and sanitize certain input patterns. This allows malicious queries to bypass normal processing controls and trigger denial of service conditions.

Attack Vector

The vulnerability is exploitable over the network by sending specially crafted SQL queries to the IBM Db2 database server. The attack requires:

  1. Network access to the target IBM Db2 instance
  2. Knowledge of non-default configuration conditions that enable the vulnerability
  3. Ability to submit queries to the database (potentially through application interfaces)

The exploitation does not require authentication or special privileges, making it accessible to any attacker with network connectivity to the database port. The attack complexity is considered low, as the specially crafted query can be delivered through standard database communication protocols.

Detection Methods for CVE-2025-33114

Indicators of Compromise

  • Unusual database query patterns featuring malformed or excessively complex query structures
  • Unexpected IBM Db2 service crashes or restarts without apparent cause
  • Performance degradation or resource exhaustion on database servers
  • Spike in error logs related to query processing failures

Detection Strategies

  • Monitor IBM Db2 diagnostic logs for unusual query parsing errors or exceptions
  • Implement query analysis to detect anomalous patterns that deviate from normal application behavior
  • Deploy network intrusion detection rules to identify suspicious database traffic patterns
  • Establish baseline metrics for database resource utilization to identify denial of service attempts

Monitoring Recommendations

  • Enable detailed IBM Db2 diagnostic logging to capture query execution failures
  • Configure alerting for database service availability and response time degradation
  • Monitor system resource utilization (CPU, memory, I/O) for abnormal patterns
  • Review audit logs for failed or unusual query submissions from unexpected sources

How to Mitigate CVE-2025-33114

Immediate Actions Required

  • Review IBM Db2 configurations to identify non-default settings that may enable this vulnerability
  • Apply the security patch provided by IBM as soon as possible
  • Restrict network access to IBM Db2 instances to trusted hosts and applications only
  • Implement query validation and sanitization at the application layer

Patch Information

IBM has released a security advisory addressing this vulnerability. Administrators should apply the official patch from IBM to remediate CVE-2025-33114. The security update addresses the improper query handling that enables the denial of service condition.

For detailed patch information and download instructions, refer to the IBM Security Advisory.

Workarounds

  • Review and revert any non-default configuration settings that may expose this vulnerability
  • Implement network-level access controls to restrict database connectivity to authorized clients
  • Deploy a web application firewall (WAF) or database firewall to filter potentially malicious queries
  • Consider temporarily isolating affected database instances from untrusted networks until patching is complete
bash
# Example: Restrict network access to IBM Db2 port using iptables
# Allow only trusted application servers to connect to Db2 (default port 50000)
iptables -A INPUT -p tcp --dport 50000 -s 10.0.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.04%

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

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