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

CVE-2025-36384: IBM Db2 Privilege Escalation Vulnerability

CVE-2025-36384 is a privilege escalation vulnerability in IBM Db2 for Windows versions 12.1.0 to 12.1.3. Local users can exploit unquoted search paths to elevate privileges. This article covers technical details and fixes.

Published: February 6, 2026

CVE-2025-36384 Overview

CVE-2025-36384 is a privilege escalation vulnerability in IBM Db2 for Windows versions 12.1.0 through 12.1.3. The vulnerability stems from an unquoted search path element (CWE-428), which allows a local user with filesystem access to escalate their privileges to higher levels on the affected system. This type of vulnerability occurs when a service or application uses an executable path containing spaces without proper quoting, enabling attackers to place malicious executables in strategic locations that get executed with elevated privileges.

Critical Impact

Local users with filesystem access can achieve full privilege escalation, potentially gaining administrative control over the database server and underlying Windows system.

Affected Products

  • IBM Db2 for Windows 12.1.0
  • IBM Db2 for Windows 12.1.1 - 12.1.2
  • IBM Db2 for Windows 12.1.3

Discovery Timeline

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

Technical Details for CVE-2025-36384

Vulnerability Analysis

This vulnerability is classified as an Unquoted Search Path Element (CWE-428). When Windows services or scheduled tasks reference executable paths that contain spaces but are not properly enclosed in quotation marks, the operating system attempts to resolve the path by splitting it at each space character and appending .exe to each segment. This behavior creates opportunities for privilege escalation when an attacker can write to directories within the unquoted path.

For example, if a service uses an unquoted path like C:\Program Files\IBM\Db2\bin\db2service.exe, Windows will attempt to execute in the following order:

  1. C:\Program.exe
  2. C:\Program Files\IBM\Db2\bin\db2service.exe

If the attacker can create C:\Program.exe or place an executable in another location that takes precedence, their malicious code will execute with the privileges of the vulnerable service—typically SYSTEM-level permissions for database services.

Root Cause

The root cause of CVE-2025-36384 lies in improper path handling within IBM Db2 for Windows service configurations. When registering services or tasks that reference executables in paths containing spaces, IBM Db2 fails to enclose these paths in double quotation marks. This oversight allows the Windows path resolution algorithm to be exploited by local users who can write to strategic filesystem locations.

Attack Vector

The attack requires local access to the affected Windows system with sufficient permissions to write to one of the path segments that Windows will attempt to resolve. The attacker places a malicious executable (commonly named to match a truncated path segment like Program.exe) in a location where Windows will find and execute it before reaching the legitimate IBM Db2 executable.

Once the vulnerable service restarts—either through a system reboot, service restart, or triggered action—the malicious executable runs with the elevated privileges of the service account. This typically results in SYSTEM-level access, allowing complete compromise of the database server.

The vulnerability requires no user interaction and has low attack complexity once filesystem access is obtained. However, since it requires local access with specific filesystem permissions, remote exploitation is not directly possible without first establishing a foothold on the target system.

Detection Methods for CVE-2025-36384

Indicators of Compromise

  • Unexpected executables appearing in root directories or C:\Program Files\ parent folders (e.g., C:\Program.exe, C:\Program Files.exe)
  • Unusual process execution chains where IBM Db2 service accounts spawn unexpected child processes
  • Modified file timestamps or new files in directories along the IBM Db2 installation path
  • Windows Event Log entries showing service failures followed by successful restarts with different executable paths

Detection Strategies

  • Monitor for file creation events in directories that could be exploited via unquoted path vulnerabilities (e.g., C:\, C:\Program Files\)
  • Implement file integrity monitoring (FIM) on critical directories and the IBM Db2 installation path
  • Use Windows Security Event ID 4688 (Process Creation) to detect executables running from unexpected locations with SYSTEM privileges
  • Deploy endpoint detection solutions configured to alert on executables in uncommon locations being spawned by service accounts

Monitoring Recommendations

  • Enable enhanced process tracking and command-line logging in Windows Security Audit policies
  • Configure SentinelOne Singularity Platform to detect privilege escalation patterns and suspicious service behavior
  • Regularly audit Windows services and scheduled tasks for unquoted path configurations using tools like wmic or PowerShell
  • Monitor for lateral movement attempts following any detected privilege escalation activity

How to Mitigate CVE-2025-36384

Immediate Actions Required

  • Apply the latest IBM Db2 security patch referenced in the IBM Support Advisory
  • Audit all IBM Db2 service configurations for unquoted paths and manually add quotation marks where necessary
  • Restrict write permissions on directories that could be exploited (particularly C:\ root and C:\Program Files\ parent directories)
  • Implement application whitelisting to prevent unauthorized executables from running in sensitive directories

Patch Information

IBM has released a security update to address this vulnerability. Organizations should review and apply the patch available through the IBM Support Page. The patch addresses the unquoted search path issue by properly quoting executable paths in service configurations.

Affected versions include IBM Db2 for Windows 12.1.0 through 12.1.3. Administrators should upgrade to the patched version as soon as possible after appropriate testing in non-production environments.

Workarounds

  • Manually quote service paths by modifying the Windows Registry or using sc config command to update service configurations with properly quoted paths
  • Remove write permissions from potential exploit directories such as C:\ for non-administrative users
  • Implement Windows Defender Application Control (WDAC) or AppLocker policies to block execution of unauthorized binaries
  • Deploy network segmentation to limit the impact of any successful privilege escalation on database servers
bash
# Configuration example - Audit for unquoted service paths on Windows
# Run in PowerShell with administrative privileges

# List all services with unquoted paths containing spaces
Get-WmiObject -Class Win32_Service | 
  Where-Object { $_.PathName -match '^\s*[^"].*\s+.*\.exe' } | 
  Select-Object Name, DisplayName, PathName, StartMode

# Alternative using wmic
wmic service get name,displayname,pathname,startmode | findstr /i "db2"

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypePrivilege Escalation

  • Vendor/TechIbm Db2

  • SeverityHIGH

  • CVSS Score7.8

  • EPSS Probability0.01%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-428
  • Vendor Resources
  • IBM Support Page
  • Related CVEs
  • CVE-2025-36184: IBM Db2 Privilege Escalation Vulnerability

  • CVE-2023-47145: IBM Db2 Privilege Escalation Vulnerability

  • CVE-2023-38003: IBM Db2 Privilege Escalation Vulnerability

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