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

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

CVE-2025-36366 is a denial of service vulnerability in IBM Db2 that allows attackers to crash the server through malicious JSON_Object queries. This article covers technical details, affected versions, and mitigation.

Published: February 6, 2026

CVE-2025-36366 Overview

IBM Db2 for Linux, UNIX and Windows (includes Db2 Connect Server) contains a denial of service vulnerability that allows an authenticated user to cause abnormal server termination. The vulnerability is triggered when executing a query that invokes the JSON_Object scalar function, which may trigger an unhandled exception leading to service disruption.

Critical Impact

Authenticated attackers can crash the IBM Db2 database server by executing specially crafted queries using the JSON_Object function, potentially causing significant service disruption and data availability issues.

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-36366 published to NVD
  • 2026-02-05 - Last updated in NVD database

Technical Details for CVE-2025-36366

Vulnerability Analysis

This vulnerability falls under CWE-943 (Improper Neutralization of Special Elements in Data Query Logic), indicating that the IBM Db2 database engine fails to properly handle certain input conditions when processing the JSON_Object scalar function. The flaw exists in the query processing logic where malformed or unexpected parameters passed to the JSON function are not adequately validated, leading to an unhandled exception condition.

The attack can be executed remotely over the network and requires low privileges to exploit. While no user interaction is required, the attacker must have valid credentials to connect to the database. The vulnerability exclusively impacts availability without affecting data confidentiality or integrity.

Root Cause

The root cause of this vulnerability stems from improper exception handling within the JSON_Object scalar function implementation in IBM Db2. When specific query patterns or malformed input data are processed by this function, the database engine encounters an unexpected state that is not properly caught by error handling routines. This unhandled exception propagates through the database engine, causing the server process to terminate abnormally.

Attack Vector

The attack vector is network-based, requiring an authenticated user with database access. An attacker with low-level privileges can craft and execute SQL queries that invoke the JSON_Object scalar function with specific parameters designed to trigger the unhandled exception. The attack does not require any user interaction and can be performed remotely against any accessible Db2 instance.

The vulnerability allows an attacker to repeatedly crash the database server, potentially leading to prolonged service outages if automated restart mechanisms are not in place or if the attack is sustained.

Detection Methods for CVE-2025-36366

Indicators of Compromise

  • Unexpected IBM Db2 server process terminations or crashes
  • Abnormal increase in database restart events in system logs
  • Query logs showing unusual or malformed JSON_Object function calls
  • Error logs indicating unhandled exceptions in JSON processing routines

Detection Strategies

  • Monitor database audit logs for queries containing JSON_Object function calls with unusual parameters
  • Implement alerting on sudden Db2 service terminations or repeated restart cycles
  • Deploy database activity monitoring (DAM) solutions to track and analyze SQL query patterns
  • Review authentication logs for suspicious user accounts executing JSON-related queries

Monitoring Recommendations

  • Enable verbose logging for SQL query execution on IBM Db2 instances
  • Configure automated alerts for database service state changes and unexpected terminations
  • Implement baseline monitoring for normal JSON_Object function usage patterns
  • Set up real-time correlation rules in SIEM solutions to detect potential exploitation attempts

How to Mitigate CVE-2025-36366

Immediate Actions Required

  • Apply the security patch from IBM as documented in the IBM Support Document
  • Review and restrict database user privileges to minimize the number of accounts that can execute JSON functions
  • Implement query filtering or application-level controls to validate JSON function usage
  • Enable enhanced logging and monitoring on all production Db2 instances

Patch Information

IBM has released a security update to address this vulnerability. Organizations running affected versions of IBM Db2 for Linux, UNIX, and Windows should apply the patch immediately. Detailed patch information and download links are available in the IBM Support Document.

Workarounds

  • Restrict access to the JSON_Object function through database permissions if the function is not required for business operations
  • Implement application-layer input validation to sanitize queries before they reach the database
  • Deploy network segmentation to limit database access to trusted application servers only
  • Consider temporarily disabling or restricting JSON function usage until patches can be applied
bash
# Example: Review current user permissions for JSON function access
db2 "SELECT * FROM SYSCAT.ROUTINEAUTH WHERE ROUTINENAME LIKE 'JSON%'"

# Example: Monitor for Db2 service restarts
journalctl -u db2fmcd.service --since "24 hours ago" | grep -i "restart\|start\|stop"

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-943
  • Vendor Resources
  • IBM Support Document
  • 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