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

CVE-2025-36183: IBM watsonx.data RCE Vulnerability

CVE-2025-36183 is a remote code execution vulnerability in IBM watsonx.data that allows privileged users to upload and execute malicious files. This article covers the technical details, affected versions, and mitigation.

Published: February 20, 2026

CVE-2025-36183 Overview

CVE-2025-36183 is an unrestricted file upload vulnerability (CWE-434) affecting IBM watsonx.data versions 2.2 through 2.2.1 IBM Lakehouse. The vulnerability allows a privileged user to upload malicious files that could be executed on the server, potentially modifying limited files or data. This type of vulnerability can lead to server-side code execution and data manipulation when exploited by authenticated attackers with elevated privileges.

Critical Impact

Privileged users can upload and execute malicious files on IBM watsonx.data servers, potentially leading to unauthorized file modification and limited data compromise.

Affected Products

  • IBM watsonx.data 2.2
  • IBM watsonx.data 2.2.1
  • IBM Lakehouse (associated with watsonx.data 2.2.x)

Discovery Timeline

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

Technical Details for CVE-2025-36183

Vulnerability Analysis

This vulnerability stems from improper validation of file uploads within IBM watsonx.data's Lakehouse component. The platform fails to adequately restrict the types of files that privileged users can upload, creating an avenue for malicious file execution on the server. The attack requires network access and high-level privileges within the application, which limits the potential attacker pool to authenticated administrators or users with elevated permissions.

The impact is characterized by the potential for limited integrity and availability compromise. An attacker could modify restricted files or data on the server, though the scope is contained and does not extend beyond the vulnerable component. No confidentiality impact has been identified, meaning sensitive data exposure is not a direct consequence of exploitation.

Root Cause

The root cause is CWE-434: Unrestricted Upload of File with Dangerous Type. The IBM watsonx.data platform does not implement sufficient file type validation or content inspection when processing file uploads from privileged users. This allows potentially executable or malicious files to be uploaded and subsequently executed or processed by the server.

Attack Vector

The attack is network-based and requires the attacker to possess high-level privileges within the IBM watsonx.data environment. The exploitation process involves:

  1. Authentication: The attacker must first authenticate to IBM watsonx.data with a privileged account
  2. File Upload: Using the upload functionality, the attacker submits a malicious file (such as a web shell, script, or executable)
  3. Execution: The malicious file is processed or executed by the server, allowing the attacker to modify limited files or data

Since no verified code examples are available for this vulnerability, organizations should refer to the IBM Support Page for detailed technical information about the vulnerability mechanism and specific attack patterns. The vulnerability leverages standard file upload interfaces but bypasses expected file type restrictions.

Detection Methods for CVE-2025-36183

Indicators of Compromise

  • Unexpected file uploads in IBM watsonx.data storage directories, particularly executable files or scripts
  • Server log entries showing file upload activities from privileged accounts with unusual file extensions
  • Modified system files or data that cannot be attributed to normal operational activities
  • Anomalous process execution originating from upload directories

Detection Strategies

  • Implement file integrity monitoring (FIM) on IBM watsonx.data servers to detect unauthorized file modifications
  • Enable comprehensive audit logging for all file upload operations within the watsonx.data platform
  • Deploy endpoint detection and response (EDR) solutions to identify suspicious file executions
  • Monitor for unusual file types being uploaded through the application interfaces

Monitoring Recommendations

  • Configure SIEM alerts for file upload events involving executable or script file extensions
  • Establish baseline behavior for privileged user activities and alert on deviations
  • Review audit logs regularly for patterns indicating attempted exploitation of upload functionality
  • Implement real-time monitoring of server directories commonly targeted by file upload attacks

How to Mitigate CVE-2025-36183

Immediate Actions Required

  • Review and audit all privileged user accounts for unauthorized access or suspicious activity
  • Implement additional file type restrictions at the network or application layer as a temporary control
  • Scan IBM watsonx.data servers for any malicious files that may have been uploaded
  • Restrict upload functionality to essential operations only until patches are applied

Patch Information

IBM has released information regarding this vulnerability. Organizations should consult the IBM Support Page for official patch availability and upgrade guidance for IBM watsonx.data versions 2.2 through 2.2.1. It is recommended to upgrade to the latest patched version as soon as it becomes available.

Workarounds

  • Implement strict file upload validation at the web application firewall (WAF) level to block dangerous file types
  • Restrict privileged account access to the minimum number of trusted personnel required
  • Configure server-side execution restrictions to prevent uploaded files from being executed
  • Deploy network segmentation to limit the blast radius if exploitation occurs
bash
# Example: Restrict file execution permissions on upload directories
# Adjust paths according to your IBM watsonx.data installation
chmod -R 644 /path/to/watsonx/data/uploads/
chown -R root:root /path/to/watsonx/data/uploads/

# Configure noexec mount option for upload directories
# Add to /etc/fstab:
# /dev/sda1 /path/to/watsonx/data/uploads ext4 defaults,noexec,nosuid 0 2

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechIbm Watsonx

  • SeverityLOW

  • CVSS Score3.8

  • EPSS Probability0.04%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:L/A:L
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityLow
  • CWE References
  • CWE-434
  • Technical References
  • IBM Support Page
  • Latest CVEs
  • CVE-2025-9185: Mozilla Firefox RCE Vulnerability

  • CVE-2025-9184: Mozilla Firefox RCE Vulnerability

  • CVE-2025-9180: Mozilla Firefox Auth Bypass Vulnerability

  • CVE-2025-8030: Mozilla Firefox RCE 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